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 :...
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,...
Hello Group, The instructions in my xbasic manual describes this function call: XstStartTimer (@ timer , count , msec , function ). I seem to remember a...
My XBasic manual describes this function as follows: XstStartTimer (@ timer , count , msec , function ) Create a timer, set its cycle count, set its msec...
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...
This appears to be a slight improvement upon previous code . ' ' ' #################### ' ##### PROLOG ##### ' #################### ' PROGRAM "progname" '...
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 ...
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...
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...
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...
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...
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...
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...
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...
... 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...
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? -- ...
... 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...
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....
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...
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...
- = 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...
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...
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...
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...
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...