... Thanks for replying! Unfortunately my strings are quoted as in in$ = "this","is","comma","delimited","text" Is your tokenizer written in Xbasic so I can...
Hello Group, I have two kids in my main window that are updated every 10 msec. At least this works fine until I click on a button in my main window to access...
How would In$ look like? it seems that these words should be separated by some limiter at least. Ofcourse it is not hard to extract these words looking for...
Vincent, My main window has many buttons all of them call a function for controling the radio, VFO, Memory, Toggles of numerous functions for turning on a...
Well, FAFAIK, GUI objects that do not get updated is usually XgrProcessMessages() not being called anymore and in my personal cases it was 9 out of 10 times a...
Jim, I wrote a response with a sample program and everything, but for some reason it never showed up here. My tokenizer will work for an input string of quoted...
Barring that it should know to ignore commas if they are inside quotes. Also, the original poster probably doesn't understand string escapes yet, you may need...
Yes, I think in my previous post I explained that the tokenizer would not handle embedded commas properly. It's certainly not a CSV parser, but if he can...
Hi Group, I just compiled my program. In my main window I have a XuiProgressBar that I use to display a quantity that changes derived from radio data so when...
Hi all, Any XFile users having issues with the new tabbing code? Hope not... Anyway, I want to announce that development of the XBasic version of XFile will...
xbasic-6.3.2-linux-i386-20090409.tar.gz is in Files > members > XBasicBin I decided to apply to Linux the changes I made to MS Windows. It turned out to be a...
Hi Group, cw2008can, I finally got the xbasic-6.3.2-linux-i386-20090409.tar.gz. I copied it to my root directory / and it seems to run correctly but when I...
I am an on again/off again XB programmer, and have been using it for over ten years now. However, I am sometimes frustrated by a lack of certain features,...
cw2008can, I tried it out and it seems to be working good. There is one bug in the linux version that is still there though. The Open/Save dialog boxes can't...
Thank you for trying my latest version and getting back to me so quickly. I wish I could have had a perfect update, but I am also relieved that it was not a...
Check out "http://xbnotes.freehosting.net/dllprimer.html" "Calling Third-Party DLLs from an XBasic Program" It describes very well, how to pass variables to...
xbasic-6.3.2-linux-i386-20090411.tar.gz is in Files > members > XBasicBin This includes fixes for the XstGetFileAttributes() and space character in file and...
Thanks! That directory name problem was bugging me for a long time. I'm glad someone finally found a fix for it. I did a quick test and it seemed to work...
Hi cw2008can, I just down loaded the revized version of xbasic-6.3.2-linux-i386-20090411.tar.gz and now my program runs. I had noticed other improvements over...
Hello Group, Untill recently I had been considering Euphoria exclusively as the lange to attempt to develop an idea. I came across Xbasic by chance and it...
... Having used both, I can tell you that XB is probably a little easier when it comes to graphics. What platform are we talking about here - Windows or Linux?...
Hello Steve, Yes I too felt that graphics might be a bit more forthcoming with Xbasic. And yes.. windows post Win98 is a bit more protectivr of direst hardware...
Hi Group, I have been trying to understand how to use XstStartTimer (). I have been trying to interpret the xbasic html manual and I don't understand the...
Hi Group, cluvius2000, I had pretty much understood the pass by reference of variables. But in the description of XstStartTimer() there is an @ preceding the...