A friend has pointed out some "mistakes". The program itself is fine, unless someone says otherwise. Please make the following corrections. REPLACE 1 LINE: dim...
46144
paradisejb
Feb 12, 2013 9:24 pm
I don't find a "function fileExists" function block of code anywhere in your program. How do you fill your info$ array? Jack...
46145
paradisejb
Feb 12, 2013 9:38 pm
I added the function, but did not make any of the 3 replacements and the program works as expected....
46146
Mike Green
green8819
Feb 13, 2013 7:27 am
Hello Jack, Thanks. You are right. The function is missing. Something seemed to have gone wrong when I did the copy/paste in my previous post. Here is the...
46147
green8819
Feb 13, 2013 7:42 am
I replied to Jack, but not all went through. So was my previous post. The function got cut off...
46148
paradisejb
Feb 13, 2013 2:03 pm
There sure seems to be something wrong. It takes a long time to load the pages now, since their last maintenance session in January, I believe....
46149
Stefan Pendl
pendl2megabit
Feb 13, 2013 10:06 pm
... Might be better to upload a ZIP archive that replaces the previously posted one. Posts can be truncated due to length limitations, that are unknown to the...
46150
gmike646
green8819
Feb 14, 2013 7:21 am
Thank you, Jack and Stefan. I take it that Yahoo was telling me not to post LONG stories in Forum pages. Agreed. I learnt mapwork coding from Stefan, and...
46151
gmike646
green8819
Feb 14, 2013 7:28 am
Sorry, I can't post the zip until I become a 'member39; -Mike....
46152
Henrik
henriknilson
Feb 14, 2013 6:48 pm
Mike, a member of what please? ________________________________ From: gmike646 <mike4612@...> To: libertybasic@yahoogroups.com Sent: Thursday, February...
46153
Rod
rod_bird001
Feb 14, 2013 7:47 pm
Mike has changed his ID and so cannot edit or delete his original posting to the files archive, fcq47. Perhaps Carl can delete that file as the board admin....
46154
gmike646
green8819
Feb 15, 2013 1:34 am
Thank you Henrik, Rod. One of my recent posts that I posted as 'green881939; got truncated and was rendered incomplete and useless. I know the post was a bit too...
46155
Turtleman
turtleman777
Feb 16, 2013 3:28 pm
I finally got my program working well on my main computer running Windows 7 (Ultimate 64-bit, Phenom II quad, 3.2GHz, 8GB RAM) … or so I thought. However,...
46156
Stefan Pendl
pendl2megabit
Feb 16, 2013 3:41 pm
... How do you display the cards? Do you use sprites? Do you draw the images? Are you using LB 4.03 Assist or LB4.04 Pro, so you can check with the profiler,...
46157
Turtleman
turtleman777
Feb 17, 2013 4:23 pm
After spending a few hours trying to condense one of my program's card routines just to illustrate the speed differences I've been experiencing between Win7...
46158
Marc Sabau
marcsabau...
Feb 17, 2013 7:48 pm
Hi you all, I work actually with LB 4.03 under XP but I will have to change my PC and I would know which is the main differences with using Win 7. Wellcome to...
46159
Stefan Pendl
pendl2megabit
Feb 17, 2013 8:02 pm
... Marc, see http://basic.wikispaces.com/Installing_on_Vista for a brief list of things to take care when you migrate to anything above XP. In addition I...
46160
Gary Passmore
garpmore
Feb 18, 2013 2:01 am
I am still running V4.03 on my XP machine, although I did upgrade to V4.04 (Pro) for the Vista and Win 7 machines. For my purposes, which may be less demanding...
46161
Stefan Pendl
pendl2megabit
Feb 18, 2013 7:40 am
... The big difference is that Vista and above are no longer shipping with WinHelp32.exe, so one needs to install it manually to read the .HLP files. Many...
46162
Gordon S
gordonsweet2000
Feb 18, 2013 10:52 am
I am about to upgrade from Win XP to Win 7. I view of all the Admin fuss Win 7 makes of any changes in the Programs folder such as storing or altering BAS...
46163
Gordon S
gordonsweet2000
Feb 18, 2013 2:00 pm
If it is of any interest I just now dragged a copy of LB v4.04 from the Program Files of Win XP to the Root, and then uninstalled it from the Program Files....
46164
Stefan Pendl
pendl2megabit
Feb 18, 2013 10:03 pm
... In general program files have to be stored in Program Files, since this is a specially protected area. Files changed by the user do not belong to the...
46165
henriknilson
Feb 20, 2013 3:41 am
The following code is for all ASCII codes, printed either vertically or horizontally, what I am asking for is to print them in 6 "more or less" columns in the...
46166
Carl Gundel
carlgundel
Feb 20, 2013 4:01 am
Here is one way: :-) 'horizontally for x=0 to 255 if count = 6 then print : count = 0 print x,chr$(x);" "; count = count + 1 next x -Carl ... [Non-text...
46167
Roggow
roggowm@...
Feb 20, 2013 4:02 am
Don't count windows 95 down & out It is still faster and just as usable for certain jobs. Even LB 4 still works on it. And, it loads much...
46168
Carl Gundel
carlgundel
Feb 20, 2013 4:08 am
If you want to do it in 8 columns it is neater to do like this: for x = 0 to 248 step 8 for y = 0 to 7 print x+y; ","; chr$(x+y); " "; next y print next x ...
46169
Henrik
henriknilson
Feb 20, 2013 2:09 pm
Thank you so much Carl. ________________________________ From: Carl Gundel <carlg@...> To: "libertybasic@yahoogroups.com"...
46170
Gary Passmore
garpmore
Feb 21, 2013 1:35 am
Very interesting. I haven't used that old Packard-Bell in 11 years, but it still maintains a place on one of my desks. :) Gary Passmore (GaRPMorE) [Non-text...
46171
Gordon S
gordonsweet2000
Feb 25, 2013 12:25 pm
I am continually being told here that we must install LB in the Windows Programs folder. So how come now that I have installed Windows 7 I get an a error...
46172
Gary Passmore
garpmore
Feb 25, 2013 12:27 pm
There have been no forum posts to my Yahoo e-mail account in five days. This is unusual, although not unheard of. I am sending this as a test. Gary Passmore...