... It looks like it'd be possible to make FLTK look native (or close enough) on everything (even Mock OS if the programmer wants it to). The licencing (LGPL...
On Wed, 18 Jun 2008 14:01:27 -0400, bestonnet_00 <bestonnet_00@...> ... Having played with EDE (Equinox Desktop Environment), a Linux desktop based on...
... Opening a window from a function is no different from opening it anywhere else. You have XB create the window within your program's CreateWindows function,...
(...) ... (...) ... I agree. This is another advantage of FLTK. ... once that is written there shouldn't be problem for an ordinary user to call the functions....
... Which is shared with wxWidgets and GTK+ (just had to mention it). ... I don't really have much of an idea how to do that either, I suspect my main role in...
Oh, of course my computer doesn't work! (it's a joke) I'll try to explain it more exactly. My computer: Amd Duron 700, 640 MB Ram (old...) My O.S.: Ubuntu 8.04...
As I couldn't execute Xb in my Ubuntu 8.04, I downloaded it again, installed and tried to make. Obtained this error afer executing make: xb linux/xcol.x -lib ...
... I see you try to install the binary version. That's only guaranteed to work on the distribution it was compiled on (Fedora Core 4, IIRC) and probably works...
Where can I find source for version 6.3.0? I only found files xbasic-6.3.0-linux-i386-20060802.tar.gz and xbasic-6.3.0-20060802.tar.gz. I thought last had...
... The latter indeed contains the source-code. ... No, you don't need a XBasic-compiler to build XBasic 6.3.0 (although the documentation might say otherwise...
Hi Group, I have been trying to learn how to use a XuiDropBox t set a variable. The desired result has eluded me. What am I looking for? Sincerely - Kerry...
A dropbox has a few kids: A textline, a button and a list. You can use the #GetTextCursor message to fetch the current position of the list selection. With...
Perhaps what I find is a new bug. I compile using xbasic-6.3.0-20060802.tar.gz, write "make" and after "make install" and xb works properly one or two...
Hi Kerry I'm not exactly sure what it is you are looking for, but here's my two cents worth. (Just your average hobbyist "programmer") Draw up an array via the...
Hi Group, I now have two concerns about a $XuiDropBox. I have entered a print statement for $XuiDropBox777 to check when that selection was chosen. SUB...
... chosen. ... of the ... presents ... CASE $XuiDropBox777 : IF (v0 == -1) THEN 'get text in edit control by pressing enter XuiSendMessage (#Window,...
Hi People, I am getting frustrated with xbasic. First it doesn't run reliably, I am repeatably having to kill the xb process. When it doesn't hang up it ...
I have same trouble, I have to use Xkill when I try to execute, also in 6.3.0, using Ubuntu 8.04 and previous versions of Mandriva. You can read about it in...
Hi Group, I was having issues with my BlackBerry and inadvertently erased an email from my email server. I have been waiting for feed back as to where to find...
Hi Kerry, http://www.xs4all.nl/~wizball/xbasic-20060802/ The links has been resubmitted to the the list a few times. You can always login to the yahoo groups...
Hi Group, Thank you Vincent for the information. I wouldn't have thought of the yahoo site. I had been looking for it at the official xbasic site or is it...
... What is fileNum? If fileNum is 0 or -1 then your open command failed. You might try using a full path for your file, depending on where your program is...
... Ah, I see - error in logic. You read that READ will only read the size of the variable it has to read into, so you used DIM inString$[80] - but then you...
I have changed the code slightly, perhaps you can find the culprit in your own code. Creating a string and filling it to a certain size was the right idea, but...
Hi Group, I was trying to load 6.3 onto my laptop computer. It didn't load it gave an error during the make process that it couldn't get something from the...