Is there a way to build a type that accepts only predifined constants? For example, the type AXIS should accept only values x, y or z; the type REGGAECOLORS...
On Thu, 03 Apr 2003 17:47:07 -0000 "julienrouiller" ... Enumerated types are not a standard feature of XBasic - or most other versions of BASIC so far as I...
hi, I would like the folders "ALGO" and "MyFolder" to be deleted from the files sections because they contains files that i used to get help or to explain what...
... From: Steven V Gunhouse <sgunhouse@...> To: <xbasic@yahoogroups.com> Sent: Monday, March 24, 2003 8:34 PM Subject: Re: [xbasic] another question from...
To Steven Gunhouse Dear Steven, A question concerning timers if I may. I have a grid with two pushbuttons, StartBttn and StopBttn. The code says: CASE...
There are so many things I can't see in the code you posted that I have no idea if it does anything at all. Your StartBttn and StopBttn must occur inside your...
... From: "julienrouiller" <julienrouiller@...> To: <xbasic@yahoogroups.com> Sent: Friday, April 04, 2003 3:47 AM Subject: [xbasic] How to restrict the...
Why does a program 'pause' when you click the top bar of a XUI window. Maybe the program doesn't really pause, but the program seems to stop passing through...
... As far as the "pause" ... there is no pause, but your windows aren't updated during that time. If your counter were slow enough to watch as it counts you...
... seems ... routines? ... clock, ... If you don't want the user to resize the window, then go to the FUNCTION CreateWindows and change the window type. ...
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 :...
xbasic@yahoogroups.com
Apr 7, 2003 5:07 am
11273
Dear everybody, I need to implement a boolean network simulation with new kind of spatial statistical analysis which is not available on existing software...
To Steven GunHouse and all who know about timers. Dear Steven, Thanks for replying. You're answer shows me that I haven't formulated my question correctly. My...
Do you want to send a real example? The one you originally included is just fragments which don't make any sense. My main comment was not to have a loop in...
... second, then enter a loop that runs ... StopButton so the programme must be aware of ... Function Clock. However this approach ... process messages. #Stop...
Hi, I can't seem to get Xin to work under Linux, I am using Red Hat 8 with 2.4.20 kernel aserver.x doesn't work to, it end with a bunch of errors. Can somebody...
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 :...
xbasic@yahoogroups.com
Apr 13, 2003 11:33 am
11279
I found out about Xbasic when I decided to get back into programming, and wanted Virtual Basic. I had Quick Basic 4.5, and wanted to start making Windows...
... From: Steven V Gunhouse To: xbasic@yahoogroups.com Sent: Thursday, April 10, 2003 2:09 PM Subject: Re: [xbasic] xbasic timers Do you want to send a real...
... From: james_t kirk To: xbasic@yahoogroups.com Sent: Thursday, April 10, 2003 6:10 PM Subject: [xbasic] Re: xbasic timers ... second, then enter a loop that...
I would like to thank the forum members for helping me. It's been a few years since I've done any programming (can you say Apple II) but I think I'm getting...
... There is no requirement in XBasic that grid names be unique, therefore there is no function which can find a grid by name. Generally GuiDesigner's Toolkit...
OK. Lets say I'll be really, really, really careful and make sure the grids have unique names. What is this "indexing function" you mentioned? What I see now...
... All an indexing function would do is check each window to see how many kids it has and maybe what each of their grid numbers is, then it would run through...
... wrote: Yes your "indexing function" does look easy enough. Considering your comments I not think my program would do justice to this power. I can live with...
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 :...
xbasic@yahoogroups.com
Apr 16, 2003 11:15 pm
11290
I'm trying to migrate from vb6/windows to linux. xbasic looks like a reasonable alternative to vb. Problem is that ALL my programs require access to the ...
IAM GIVING AWAY THE OLD VISUAL BASIC 3.0 COMPILER. JOIN MY GROUP TO GET IT. I WILL PLACE YOUR NAME IN MY YAHOO BRIEFCASE. YOU WILL THEN HAVE ACCESS TO THE...
... pointer,the ... Thanks for the input. Spent all afternoon following links. The whole idea of using Xbasic is so I don't have to learn C ;-) It's not so...