Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 28339 - 28369 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28339
This experiment could be a usefull way to manage arrays of arrays, specially string ones.. $define MAXLEN 32 $define MAXSTR 6 declare sub stringAsc( str as...
msca53
Offline Send Email
Feb 1, 2006
3:15 pm
28340
... to ... MEMORY! ... The issue with using a stream is that you lose all the benefits of an array--indexing, sorting, searching, etc....
falkyr11
Offline Send Email
Feb 1, 2006
9:59 pm
28341
Some time ago i uploaded a stack implementation (stack.zip)using rapidq ( may be a dll could be more powerfull).The dima(..)function can shrink (to 0 size) or...
msca53
Offline Send Email
Feb 2, 2006
2:19 am
28342
http://www.holyguard.net is the new home of dea 3d engine written in rapidq...
boris
holyguard
Offline Send Email
Feb 3, 2006
12:51 am
28343
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Send Email
Feb 3, 2006
1:27 am
28344
The main idea, between others, is to use it to add sort capability to new objects extended from QObject.. Regards Manuel Candela...
msca53
Offline Send Email
Feb 3, 2006
1:34 am
28345
... in ... Cool Boris, -Don't forget, there is a newer RapidQ_D3D.inc file (here in the files section or at www.airsys.org) that supports 3D primatives and a...
johnk20042001
Offline Send Email
Feb 3, 2006
4:21 am
28346
Greetings all I'm using Windows 95 and 98 with Conpaqs. I hope this question is considered to be on topic..... I want to call a disk file from a command line...
bbferrier
Offline Send Email
Feb 3, 2006
5:37 am
28347
Hello again I use Windows 95 and 98 on my Compaqs. When I boot (warm or cold) I can use Control alternate delete to see a number of programs running in the...
bbferrier
Offline Send Email
Feb 3, 2006
5:50 am
28348
Dear All, 1. Whare can I download the newest version of RapidQ + IDE ? Does it come with installer ? 2. How can I determine where to put (save) the coplied...
yaronrh31
Offline Send Email
Feb 3, 2006
9:28 am
28349
... Hi Yaron: You can download the latest, greatest RapidQ from www.airsys.org. And you can save your code files really anywhere that it's convenient or most...
falkyr11
Offline Send Email
Feb 3, 2006
3:59 pm
28350
... it ... I ... And ... any ... ===================== Also by default, if you create and just save a file from the IDE it will be named $noname.bas and...
Mike
mrmikevet
Offline Send Email
Feb 3, 2006
4:13 pm
28351
I am adding strings with line breaks to RichEdit-documents using "\r\n" and $ESCAPECHARS ON. For some reason I can't use the input from an QEdit passed to a...
hollmen
Offline Send Email
Feb 3, 2006
4:14 pm
28352
Hello, bbferrier! You wrote to <rapidq@yahoogroups.com> on Fri, 03 Feb 2006 05:36:52 -0000: b> program.exe fname.txt see CommandCount Windows Unix INTEGER...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 3, 2006
5:00 pm
28353
Hello, hollmen! You wrote to <rapidq@yahoogroups.com> on Fri, 03 Feb 2006 16:13:27 -0000: h> I am adding strings with line breaks to RichEdit-documents h>...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 3, 2006
5:00 pm
28354
... ESCAPECHARS are only parsed in the source code, not in user input. You'd have to write your own parsing routine if you wanted users to be able to enter...
Chris Warrington
c45207
Offline Send Email
Feb 3, 2006
9:53 pm
28355
Er, that's it....
paulgwoolcock
Offline Send Email
Feb 4, 2006
4:24 am
28356
I'll top reply this message: Thank you sir. thats exactly what I needed. Thank you also for the links below. Theres a good write-up on Command$...... Ruth and...
old bob
bbferrier
Offline Send Email
Feb 4, 2006
5:00 am
28357
... Why wouldn't it?...
johnk20042001
Offline Send Email
Feb 4, 2006
5:18 am
28358
I see that FreeBasic has upgraded the openGL includes to version 1.3 and ARB,and includes a newer library called OpenGL framework (glfw). I was thinking of...
johnk20042001
Offline Send Email
Feb 4, 2006
5:20 am
28359
... I ... Soory, but i don't know.. do openGL means open -free!- Graphics Library? Manuel Candela...
msca53
Offline Send Email
Feb 4, 2006
2:29 pm
28360
A simple example '------------------ sub wait print "Press a key.." while len(inkey$)=0 : wend end sub $define ITEMSIZE 16 $define MAXCOUNT 12 type page ...
msca53
Offline Send Email
Feb 4, 2006
2:38 pm
28361
... 1.3 and ARB,and includes a newer library called OpenGL framework (glfw). ... or is interested in getting it going? ... Library? ... OpenGL is a standard...
johnk20042001
Offline Send Email
Feb 4, 2006
7:29 pm
28362
... Hey Ruth and old bob, Ending programs running in the background is like playing with fire. You should only terminate programs that you are 110% sure (not...
burkleyd
Offline Send Email
Feb 5, 2006
2:16 am
28363
toot toot, but I wrote a rather good tutorial that can be found over at guidances site...
rapidq11
Offline Send Email
Feb 5, 2006
11:47 am
28364
... yes it does...
rapidq11
Offline Send Email
Feb 5, 2006
11:49 am
28366
Okay I have a listbox displaying a list, and when you double click on an item the item is saved to a file, when I restart the program the file is read and the...
rapidq11
Offline Send Email
Feb 5, 2006
1:36 pm
28367
... I didn't forget...they are really interesting, i found some interesting ideas from 3dpong and i'm developing them. ... I tried to implement Irrlicht (the...
boris
holyguard
Offline Send Email
Feb 5, 2006
2:15 pm
28368
... mayby you mean something like this? 'Source Code DECLARE SUB ListBoxDblClick DECLARE SUB ButtonClick CREATE Form AS QFORM Caption = "LoadAndSave" ...
master_robin_q
Offline Send Email
Feb 5, 2006
3:40 pm
28369
Hi all Is it possible to assign Styles to the objects? I tried to align from Right side to Left the text with Styles but it don't work. '--- Code $INCLUDE...
sorcipollo
Offline Send Email
Feb 5, 2006
4:22 pm
Messages 28339 - 28369 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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