I have uploaded a new version of XBasic in Files > members > XBasicBin xbasic-6.3.3-linux-i386-20090601.tar.gz You should find this to be a very stable. One...
Hi Group, I have been looking at /usr/xb/demo/atimer.x. This has implied that XstStartTimer() is NOT the tool I want to use. All I want to do is on a time...
I upoaded a file called clock.x to Files > members > cw2008can_programs. It uses a different approach to using the timer that might be of interest. CW...
I have uploaded a program called clock.x in Files > members > cw2008can_programs It is a different approach to using the timers that I hope you could use. Let...
... I uploaded a file called clock.x in Files > members > cw2008can_programs. It uses a different approach to using the timer that you might find interesting. ...
Hi Group, I am sorry you thought I needed to be told so often about clock.x I will give it a try when I get around to it. ... -- Kerry N0WIQ My web site URL...
My messages were not getting posted and, stupid me, I kept trying. It seems that Yahoo was doing some maintenance. Their software isn't any better than XBasic....
CORRECTION: Their software isn't as good as xbasic! _____ From: xbasic@yahoogroups.com [mailto:xbasic@yahoogroups.com] On Behalf Of cw2008can Sent: Wednesday,...
Hi, I have down loaded clock.x, I don't see how it would call a specified function on a time cycle. Nor do I see how it would not be part of my program and be...
Hi Group, I don't understand: Am I being dumb and not understanding what you are trying to tell me, or An I not asking the correct question. I have written...
... What you explain here i interpret as: If time reached: Keep calling service function until program quit This one step is simply done by doing this: ' ' '...
Hi Group, I am running xbasic-6.3.3-linux: I modified Enter to include XstStartTimer(#RadioControl, @timer, 10, waitTime, &TimerReset() ) and added: IF...
Hi all, I've been using XFile at work alot, and I just tonight decided to fix a couple of things that were bugging me: 1. I added a Quit option to the Data...
I started learning a bit of XBasic as a logical extension of having programmed in QBasic and QuickBasic several years ago, but circumstances prevented me from...
If you browse the files section and the mailinglist archive of the present period, you will find out there is a lot of activity on the mailinglist and some...
Hi Group, I finally got XstStartTimer() to work. Now my problem is: My recurring display fields cycle for a while then every things hangs up so I have to use...
If a your program hangs it might hang because it does not interpret a system message that gets returned (usually your one ticket to bail out of eternal waiting...
Hi Group, I recently loaded this library onto my computer /usr/lib64/libhamlib.so.2.0.8 It professes to make communicating with a variety of radios easier. I...
Recently I've changed my old notebook and I've bought one with Windows Vista. Today I tried to make an executable file, but the old method doesn't work. In...
I think the plague here is that you probably have to execute the compiler or the complete script as "administrator" so that your processes also get access to...
Hi Group, A noise level issue I have noticed with xbaxic-6.3.3-linux-i386. For the most part I have gotten it to run on my 64 bit machine but there is one...
The problem is probably the makefile that is generated not including the -m32 option. The xapp.xxx file (in /usr/xb-?-?-?/templates) would need modification...