Hi Group, The issue is: When I leave this Message service loop running and my computer Fedora 11 go into a screen saver and lock the screen logging back into...
18907
xbasic@yahoogroups.com
Feb 6, 2010 10:46 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
18908
Marc
cluvius2000
Feb 6, 2010 10:50 pm
Added full screen support. I think this will end my latest XFile coding binge. Thanks, Brennan...
18909
n0wiq
Feb 11, 2010 11:12 am
Hi Group, I think I have come to a point in my program that I could use XstStartTimer(). The xbasic manual I have says: XstStartTimer(@timer, count, msec,...
18910
n0wiq
Feb 14, 2010 9:03 pm
Hello Group, The instructions in my xbasic manual describes this function call: XstStartTimer (@ timer , count , msec , function ). I seem to remember a...
18911
Vincent Voois
vvacme
Feb 15, 2010 7:26 pm
My XBasic manual describes this function as follows: XstStartTimer (@ timer , count , msec , function ) Create a timer, set its cycle count, set its msec...
18912
Steve Gunhouse
sgunhouse
Feb 15, 2010 7:57 pm
Last I heard, that guy doing xbasic 6.3.x versions had added a parameter for grid number, though it isn't clear what to do if your timer doesn't involve a GUI...
18913
gedcda72
Feb 16, 2010 8:13 am
This appears to be a slight improvement upon previous code . ' ' ' #################### ' ##### PROLOG ##### ' #################### ' PROGRAM "progname" '...
18914
n0wiq
Feb 16, 2010 11:49 am
Hi Group, The description of XstStartTimer either has reverted for XstStartTimer() in xbasic-6.3.5-linux or I remember incorectly. Either way it is not ...
18915
cw2008can
Feb 17, 2010 1:36 am
I have put a new timer demo program "cwtimer.x" in Files > members > cw2008can_programs Also, in the XBasic-6.3.5 load you should be able to go to the main...
18916
davis_jesse_jacob
davis_jesse_...
Feb 18, 2010 10:27 am
Hello everybody! I was wondering what the current state of an osx-able binary or compile was? I searched here and it seems in 2003 they were up against the PPC...
18917
cosmotld
Feb 18, 2010 10:45 am
Hello group, I was a fairly accomplished Basic and assembly programmer back in the C64 days but have never tried to program on the PC until recently. I...
18918
bestonnet_00
Feb 18, 2010 2:15 pm
You could probably get the Windoze version running under wine (or at least it is alleged to run under wine under Linux so should work on Mock OS (though wine...
18919
Albert
barre_mill
Feb 18, 2010 4:19 pm
how the heck do i get an ARRAY INVALIDACCESS $$EXCEPTIONBREAKPOINT at RUNTIME? i am printing an ARRAY and it prints fine but when i add FORMAT$ i get NO...
18920
Vincent Voois
vvacme
Feb 18, 2010 4:38 pm
Mangling with the PDE configurations is quickly done... Go to the "templates" folder and open up the property.xxx file. In there simply unquote these set of...
18921
Vincent Voois
vvacme
Feb 18, 2010 4:40 pm
OSX is derived from Linux. There will for sure a lot of things be different, but i don't think it is impossible....
18922
Vincent Voois
vvacme
Feb 18, 2010 5:33 pm
Usually no compile errors mean the routine is fine but the values that are feeded to or taken from the array are not. ARRAY invalid access gives me the idea...
18923
Albert
barre_mill
Feb 19, 2010 2:02 am
... Thanks Vince, looks like i am looking at an element that is PAST the one i should be looking at and it is null so that may be my problem. thank you. al...
18924
n0wiq
Feb 19, 2010 8:54 pm
Hi Group, How is it that the TextLine of an XuiDropBox doesn't have focus when you use the mouse pointer to put the cursor in the XuiDropBox text line? -- ...
18925
cosmotld
Feb 20, 2010 6:56 am
... Thank you, Vincent. It did the same for me. Now if I may ask, do you know how to do the same thing with the Console window? Of course I can go to...
18926
Steve Gunhouse
sgunhouse
Feb 20, 2010 7:48 am
On Sat, 20 Feb 2010 01:51:24 -0500, cosmotld ... To show up white? Since the Console opens before any code in your program is run, I can't guarantee that one....
18927
Vincent Voois
vvacme
Feb 20, 2010 10:13 am
Try finding the lines with XuiConsole down below? Or the XuiTextArea properties surrounding it? (The console is a XuiTextArea object) (What i find strange is...
18928
Vincent Voois
vvacme
Feb 20, 2010 10:40 am
I notice that the textarea-kid is not picked in the XuiColor lines. You need a line pointing to kid 1. The problem i notice is that it shows a grey interface...
18929
cosmotld
Feb 22, 2010 12:00 pm
- = You will notice what i mean if you try this one out Thanks Vince, that worked nicely and the console opens black. There's still a good deal of glare from...
18930
Vincent Voois
vvacme
Feb 23, 2010 9:46 pm
Hi Cosmo, Yes, the beginners docs are a bit old indeed, written in a time where YouTube actually did not even existed yet. Assuming too much from absolute...
18931
n0wiq
Feb 25, 2010 11:45 pm
Hi Group, I tried to compile my program today and got this: [kerrym2@N0WIQ-LT exe]$ make -f ./IC-706MKiiG_Control0015.makcc -g -Wall -ggdb...
18932
d.blaas@...
d.blaas...
Feb 26, 2010 12:26 am
Hello all, I am tying to get xbasic working on my linux 64bit machine, did the install according the discription, but when i try to run xb I only get the...
18933
bestonnet_00
Feb 26, 2010 3:43 am
It should be looking in /usr/lib32/ not /usr/lib/ which should be a symlink to /usr/lib64/ XBasic is only 32 bit so you need to use the 32 bit libraries (and...
18934
Steve Gunhouse
sgunhouse
Feb 26, 2010 5:54 am
On Wed, 24 Feb 2010 17:17:06 -0500, d.blaas@... <d.blaas@...> ... Is this a pure 64-bit install? Some 64-bit versions of Linux (such as Ubuntu) do...
18935
Vincent Voois
vvacme
Feb 26, 2010 5:55 am
It says "cannot find -lxb" which means it cannot find the xb library that is refered to in the make file command-parameter list -> "....-L/usr/X11R6/lib -lxb...