Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1967
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 1861 - 1890 of 38095   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1861 Pavel Minayev
minayev@... Send Email
Oct 1, 2000
9:48 am
... IMHO you should specify array SIZE instead of dimensions, like this: File.SaveArray(A(1,1), 100*100) 'works...
1862 rapidq@egroups.com Send Email Oct 1, 2000
12:38 pm
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 : /QInputBox.rqb ...
1863 Pavel Minayev
minayev@... Send Email
Oct 1, 2000
1:01 pm
For last few days I was working on converting OpenGL header files to Rapid-Q. I have successfully converted gl.h already, although there are some bugs there...
1864 chrome
chrome@... Send Email
Oct 1, 2000
3:11 pm
On Sun, 1 Oct 2000, Bruno Schaefer wrote: Tried making a single-dimension array with its element being a User Defined Type? If you need to to matrix math,...
1865 Eddy Van Esch
eddy.van.esch@... Send Email
Oct 2, 2000
7:01 am
... optimization ... Hi Bruno, I'm interested in such routines. Some time ago I have been experimenting with routines to solve systems of non-linear equations....
1866 Bruno Schaefer
bup.schaefer@... Send Email
Oct 2, 2000
8:15 am
... equations. ... Hi, about my experience ? It depends on the problem that you have. Please tell me your problem and I will see what to do. If it's a special...
1867 rapidq@egroups.com Send Email Oct 2, 2000
3:15 pm
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 : /Custom...
1868 talvae@... Send Email Oct 3, 2000
2:49 am
Does anybody know if it is possible to make a DLL from a RapidQ program using RapidQ++ and the freeware C compilers mencioned in the RQ web site? Alberto Alva ...
1869 mickbieler@... Send Email Oct 3, 2000
8:43 pm
Hallo! The size from a QRichedit-field is limited to about 32KB. Isīnt it? Can you increase this limit? Bye...
1870 mickbieler@... Send Email Oct 3, 2000
8:55 pm
Hello! When you use the additem-statement: DIM ListString as Qlistbox DIM A$ as string, B$ as string, C$ as string When you say: Liststring.AddItems A$, B$ ......
1871 c.bradford
csb@... Send Email
Oct 3, 2000
11:42 pm
Hi everyone... I posted a comment a few days ago, but nobody replied! Anyone heard from William? It's been a while... Regards --ChrisB...
1872 Steve Ferrell
sferrell@... Send Email
Oct 4, 2000
2:03 am
Haven't heard a word, long word or byte. ... From: c.bradford <csb@...> To: <rapidq@egroups.com> Sent: Tuesday, October 03, 2000 8:05 PM Subject:...
1873 Anti Teepere
anti@... Send Email
Oct 4, 2000
4:53 am
Hello, I made a spirograph program that draws epicycloids and hypocycloids (see attachment), but I have some problems with it: 1. User can't close form without...
1874 Wilbert Brants
wbrants@... Send Email
Oct 4, 2000
5:44 am
Well, I checked it and as far as I can see it's 64KB but for me that's still a problem. I never knew this. I wrote a sort of database program that uses one...
1875 Wilbert Brants
wbrants@... Send Email
Oct 4, 2000
9:00 am
Hi Chris, I checked the list and indeed, his last entry is from sep. 16. He sais: "I haven't been responding much this week, unfortunately this is going to ...
1876 Walter Kerber
walter.kerber@... Send Email
Oct 4, 2000
11:25 am
... Hi, I have one solution for your Problem. It is not very elegant but it works. Use the Courier New Style then all Letters have the same size. Then you can...
1877 Anti Teepere
anti@... Send Email
Oct 4, 2000
12:04 pm
... Btw Form.TextWidth(Text$) returns the width, in pixels, of Text$ string. May be it's also useful idea. Anti...
1878 Steven Edwards
steven_basic@... Send Email
Oct 4, 2000
12:33 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
1879 gdumer@... Send Email Oct 4, 2000
2:52 pm
Hello, I'm using the Richedit control and have had no problem with file size. In fact, after reading this post, I loaded a file 187K in size with no problem....
1880 Chuck Roberts
croberts@... Send Email
Oct 4, 2000
2:53 pm
Does RapidQ have a multi-column combo box? ... mailto:croberts@alleganisd_NS.org Remove "_NS" to respond....
1881 rapidq@egroups.com Send Email Oct 4, 2000
4:18 pm
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 : /Custom...
1882 Wilbert Brants
wbrants@... Send Email
Oct 4, 2000
5:07 pm
Hi Gary, I have the proper dll in the system directory. For some reason I can load a 300KB file without a problem and view it but I can't edit a file bigger...
1883 Clive Saul
csmp@... Send Email
Oct 4, 2000
5:30 pm
I am trying to write a small program that communicates with MS Word using the Insert.Object (Word.Basic) etc but it does not seem to communicate properly with...
1884 csmp@... Send Email Oct 4, 2000
5:34 pm
I am trying to write a small program that communicates with MS Word using the Insert.Object (Word.Basic) etc but it does not seem to communicate properly with...
1885 gdumer@... Send Email Oct 4, 2000
8:34 pm
Hello Wilbert, I had no problem editing the file at all. I did a wide variety of editing functions with no problem. Did you try the SendMessage suggestion...
1886 Wilbert Brants
wbrants@... Send Email
Oct 5, 2000
5:40 am
Hi Gary, I looked up some information but don't know what I'm doing wrong. CONST WM_USER=1024 CONST EM_EXLIMITTEXT=(WM_USER+53) SendMessage RichEdit.handle,...
1887 Wilbert Brants
wbrants@... Send Email
Oct 5, 2000
5:50 am
Hi, I tried a lower value and now it works. I set it to 10MB and think that will never be reached. Like this. CONST WM_USER=1024 CONST...
1888 Anti Teepere
anti@... Send Email
Oct 5, 2000
7:46 am
Hello, What is the best way to clear the contents of QBitmap object? I do it this way MyBitmap.Draw(0,0,Empty.BMP) I'm affraid that this method is not most...
1889 Steven Edwards
steven_basic@... Send Email
Oct 5, 2000
1:05 pm
... __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com...
1890 Jaap Blenk
jblenk@... Send Email
Oct 5, 2000
1:15 pm
How do I clear the content of an array or an UTD? QBasic uses ERASE, but what synonym can I use in RapidQ? Jaap....
Messages 1861 - 1890 of 38095   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help