Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17937 - 17966 of 17966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17937
... 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...
bestonnet_00
Offline Send Email
Jun 18, 2008
6:01 pm
17938
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...
Steve Gunhouse
sgunhouse
Offline Send Email
Jun 18, 2008
6:57 pm
17939
... 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,...
Steve Gunhouse
sgunhouse
Offline Send Email
Jun 18, 2008
7:01 pm
17940
(...) ... (...) ... 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....
Julien Rouiller
julienrouiller
Offline Send Email
Jun 19, 2008
10:19 am
17941
... 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...
bestonnet_00
Offline Send Email
Jun 19, 2008
12:47 pm
17942
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...
Juan Carlos
jc_vicente
Offline Send Email
Jun 19, 2008
9:28 pm
17943
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 ...
Juan Carlos
jc_vicente
Offline Send Email
Jun 20, 2008
4:56 pm
17944
... 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...
Eddie Penninkhof
wizball1
Offline Send Email
Jun 20, 2008
5:53 pm
17945
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...
Juan Carlos
jc_vicente
Offline Send Email
Jun 20, 2008
9:12 pm
17946
... 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...
Eddie Penninkhof
wizball1
Offline Send Email
Jun 20, 2008
9:43 pm
17947
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...
Kerry Miller
n0wiq34
Offline Send Email
Jun 22, 2008
6:36 pm
17948
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...
Vincent Voois
vvacme
Offline Send Email
Jun 22, 2008
6:58 pm
17949
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...
Juan Carlos
jc_vicente
Offline Send Email
Jun 23, 2008
3:07 pm
17950
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...
David
the_watchmann
Offline Send Email
Jun 23, 2008
7:53 pm
17951
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...
Kerry Miller
n0wiq34
Offline Send Email
Jun 23, 2008
8:22 pm
17952
This is where the #GetTextCursor message is coming in. XuiSendMessage(WindowGrid,#GetTextCursor,@v0,@v1,@v2,@v3,3,0) ...
Vincent Voois
vvacme
Offline Send Email
Jun 24, 2008
7:06 pm
17953
... chosen. ... of the ... presents ... CASE $XuiDropBox777 : IF (v0 == -1) THEN 'get text in edit control by pressing enter XuiSendMessage (#Window,...
garquint84
Offline Send Email
Jun 25, 2008
6:07 am
17954
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 ...
Kerry Miller
n0wiq34
Offline Send Email
Jun 30, 2008
1:06 am
17955
... Recent versions of Linux are lucky to run 6.2.3 at all. I presume you've seen Eddie's posts about 6.3.0? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Jun 30, 2008
1:30 am
17956
Hi People, Where do I find XBasic 6.3.07 -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
Kerry Miller
n0wiq34
Offline Send Email
Jun 30, 2008
1:46 am
17957
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...
Juan Carlos
jc_vicente
Offline Send Email
Jun 30, 2008
3:31 pm
17958
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...
Kerry Miller
n0wiq34
Offline Send Email
Jul 2, 2008
10:47 am
17959
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...
Vincent Voois
vvacme
Offline Send Email
Jul 3, 2008
8:29 am
17960
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...
Kerry Miller
n0wiq34
Offline Send Email
Jul 3, 2008
10:12 am
17961
Hi Group, I have written a simple program: FUNCTION Entry () ' FileIo() END FUNCTION ' ' ' ####################### ' ##### FileIo () ##### '...
Kerry Miller
n0wiq34
Offline Send Email
Jul 3, 2008
2:35 pm
17962
... Any version where the second number is odd is officially a development version. -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2008
3:46 pm
17963
... 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...
Steve Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2008
3:58 pm
17964
... 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...
Steve Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2008
5:44 pm
17965
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...
Vincent Voois
vvacme
Offline Send Email
Jul 3, 2008
10:27 pm
17966
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...
Kerry Miller
n0wiq34
Offline Send Email
Jul 4, 2008
8:21 pm
Messages 17937 - 17966 of 17966   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help