Skip to search.
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

Group Information

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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 14252 - 14281 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14252 Guidance
guidance_sha... Offline Send Email
Sep 1, 2002
7:24 am
Why not : cR=cR SHL 16 instead of: cR = cR * 256 * 256 ? £º Here is a routine i used to select random colours in my fractal.bas graphic demo... DIM colour%...
14253 Jacques Philippe
erdemaal Offline Send Email
Sep 1, 2002
9:00 am
Hello, ... Why ? cR * 65536 is the fastest, then cr * 256 * 256 then cR SHL 16 I prove it :), try this ' ------ Start code ------ $ESCAPECHARS ON $TYPECHECK ON...
14254 skitsanos Offline Send Email Sep 1, 2002
9:25 am
Just read, that Pavel Minaev desided to close any works on his B++ projects? I still think, that problem in most open projects is that there no project...
14255 Jacques Philippe
erdemaal Offline Send Email
Sep 1, 2002
10:01 am
... Here is a new code doing the same test but I added an ASM loop, it's 3000 time faster.. but a 3000 time useless demo too :) ' ---- CODE START ---- ...
14256 guidance_shanghai
guidance_sha... Offline Send Email
Sep 1, 2002
10:26 am
... 500000 Loops i SHL 16 Time : 4.1875 500000 Loops i * 256 * 256 Time : 4.9609375 500000 Loops i * 65536 Time : 4.15625 500000 Loops Shift Asm Time :...
14257 Marco
tobewhatman Offline Send Email
Sep 1, 2002
11:06 am
Hi if you do it with 10 pixel within the same loop you can do shorter loops ie for w = 1 to 1000 p1=p1*65536 ... p10=p10*65536 next w repaint This will also...
14258 p122k@... Send Email Sep 1, 2002
11:22 am
So u r making a new compiler for a web-based language? what language are you writing it in?...
14259 skitsanos Offline Send Email Sep 1, 2002
2:05 pm
its not a web wased language, its a mix with something like basic- like language, xml and svg, which is object oriented, and will able to be compiled for few...
14260 Guidance
guidance_sha... Offline Send Email
Sep 1, 2002
2:22 pm
What is SVG? £º its not a web wased language, its a mix with something like basic- like language, xml and svg, which is object oriented, and will able to be...
14261 skitsanos Offline Send Email Sep 1, 2002
3:43 pm
Scalable Vector Graphics...
14262 p122k@... Send Email Sep 1, 2002
4:18 pm
<< its not a web wased language >> slight misunderstanding, i meant, is it based for making web-based apps...
14263 skitsanos Offline Send Email Sep 1, 2002
4:44 pm
yea =) now i see what you mean. rigth, the idea was to create something, which will be helpfull for creating applications which can be compiled for windows,...
14264 David Whalen
mydogkeko Offline Send Email
Sep 1, 2002
6:49 pm
Thank you for your earlier responses very much. Apologies for such novice questions. Might someone explain why i cant make this work dim skin as long ...
14265 David Whalen
mydogkeko Offline Send Email
Sep 1, 2002
7:03 pm
sorry, i found solution add form.color=skin 'in the subroutine...
14266 Giovanni Seregni
gmseregni@... Send Email
Sep 2, 2002
2:40 am
Hi, I attempted a small prgr. (working MDI and (MP3 (not all))), with the smaller form on my d.top. If i put borderstyle = 0, usefull having smaller form, i...
14267 Guidance
guidance_sha... Offline Send Email
Sep 2, 2002
2:54 am
This example "drag.bas" drag the controls inside a form, maybe help. http://citymap.getmyip.com/_scripts/file.php?f=1091&r=2330 Guidance £º Hi,I attempted a...
14268 John Graves
standstiladdie Offline Send Email
Sep 2, 2002
3:11 am
I've been working on the arc/ellipse problem trying to come up with something I can use in my drawing program. The following is kind of useless to me, but is...
14269 Giovanni Seregni
gmseregni@... Send Email
Sep 2, 2002
3:11 am
Hi Guid, TX I am in trouble from 3 ours for my account. I had received 1 unable to send message from rap.group I had refreshed my account with many problems ...
14270 guidance_shanghai
guidance_sha... Offline Send Email
Sep 2, 2002
3:27 am
Seems no problem from my side, at both group web page and email. Guidance ... handle), but not in my mail....
14271 Giovanni Seregni
gmseregni@... Send Email
Sep 2, 2002
3:35 am
mmmmm mmmm TX Guid, i am going to bed, but why the last 4 msg have the include sign and the include includes itself? bye G....
14272 Marco
tobewhatman Offline Send Email
Sep 2, 2002
12:07 pm
Hi, something like this: const WM_syscommand=&h112 const sc_move=&hF012 Declare Function ReleaseCapture Lib "user32" Alias "ReleaseCapture" () As Long declare...
14273 Marco
tobewhatman Offline Send Email
Sep 2, 2002
12:29 pm
Hi Does anybody knows a way to put a ruler into a richeditbox, so it scrolls with it? With kind regards Marco...
14274 Giovanni Seregni
gmseregni@... Send Email
Sep 2, 2002
2:00 pm
Hi Marco, tx for help. It's a interesting feature, but I think my bad english has changed my really question. Well, if you attempt try this, without winbar,...
14275 Shoulder to Shoulder ...
s2sfarm Offline Send Email
Sep 2, 2002
3:11 pm
Don't think this is your problem, but the OnClick event for the Stop panel should be OnClick = Esc, not OnClick = _Esc Taj...
14276 tecor400 Offline Send Email Sep 2, 2002
3:23 pm
Hi Guidance, I've uploaded "FTP.zip" in your web. This program has been working for 3 months in my company. Best Regards. JOAQUIN...
14277 Marco
tobewhatman Offline Send Email
Sep 2, 2002
3:47 pm
You call event "_esc" which not exists. sub "esc" exists but is not equal to "_esc". With kind regards Marco ... From: Giovanni Seregni To:...
14278 Giovanni Seregni
gmseregni@... Send Email
Sep 2, 2002
4:38 pm
Sorry, I beg your pardon, I English tralslated the label _Esc, in Email template, by not renamed each label in file! I'm sorry because without _Esc, no way...
14279 andrekui Offline Send Email Sep 2, 2002
5:23 pm
Hello Giovanni, The selection of the borderstyle prevents the move of the window. When you set the bordestyle to zero you have no blue row at the top of the...
14280 silencio_c Offline Send Email Sep 2, 2002
5:32 pm
Bugs fixed at weekend ... i uploaded at: http://citymap.getmyip.com/_scripts/file.php?f=80&r=2330 and in http://www.silencesoft.com/SQLWizard ... By Byron...
14281 jp lepine
moooo0 Offline Send Email
Sep 2, 2002
8:37 pm
I just learn about RapidQ. Find it very convenient for such a nice cool cross platform basic program. SAD is, the creator WU cease to con't the good work. I ...
Messages 14252 - 14281 of 37737   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