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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 26032 - 26063 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26032 paul ludgate
snakedile Offline Send Email
Apr 1, 2005
1:18 pm
... It concerns 'QFileDialog' ... CHR$(0). ... That's more than a little odd as I didn't set MultiSelect to True but I was under the impression it defaulted to...
26033 Chris
c45207 Offline Send Email
Apr 1, 2005
4:23 pm
... Hash: SHA1 === RapidQ List Guidelines === A. Use English, please. This list is an English list. Please try to use English when communicating on this list....
26034 blu_rq Offline Send Email Apr 1, 2005
7:10 pm
Hello again, In my ever tiring quest for alternate image processing solutions, I have found something that might work. It says it works in VB and comes with...
26035 sir_lurk_alot Offline Send Email Apr 1, 2005
8:44 pm
... I haven't been able to select the listbox output and copy to clipboard. I just wanted to grab a selection of text with the mouse curser and ctrl-c it to...
26036 Chris
c45207 Offline Send Email
Apr 1, 2005
9:18 pm
... Hash: SHA1 blu_rq @ 2005-Apr-1 2:09:32 PM "[rapidq] Is there a RapidQ equivalent for this VB statement?" <mid:d2k69c+5er6@eGroups.com> ... Could we see a...
26037 Chris
c45207 Offline Send Email
Apr 1, 2005
9:18 pm
... Hash: SHA1 sir_lurk_alot @ 2005-Apr-1 3:44:25 PM "[rapidq] Re: QuickBasic to Rapid-Q conversion" <mid:d2kbr9+m718@eGroups.com> ... Oh dang. What virus? Do...
26038 Chris
c45207 Offline Send Email
Apr 1, 2005
9:48 pm
... Hash: SHA1 sir_lurk_alot @ 2005-Apr-1 3:44:25 PM "[rapidq] Re: QuickBasic to Rapid-Q conversion" <mid:d2kbr9+m718@eGroups.com> ... You're right. It doesn't...
26039 John Graves
standstiladdie Offline Send Email
Apr 2, 2005
1:59 am
blurq wants to know the equivalent of set myimage.picture= 'I think the translation would be somthing like ' image.bmp="c:\rapidq\4108.bmp" ' a full code...
26040 John Graves
standstiladdie Offline Send Email
Apr 2, 2005
2:04 am
Hey Guys I've been working on this on and off for the last couple of years and it drives me bonkers Does any one got an idea of how to make the polybezier or...
26041 johnk20042001 Offline Send Email Apr 2, 2005
6:24 am
... of years and it drives me bonkers Does any one got an idea of how to make the polybezier or polybezierto functions to work with the mouse? I'm not sure I...
26042 blu_rq Offline Send Email Apr 2, 2005
7:07 am
CREATE main AS QFORM width = 400 height = 400 onPaint = paintMain END CREATE CREATE bitmap AS QBITMAP width = 100 height = 100 ' BMP = "C:\Documents and...
26043 paulgwoolcock Offline Send Email Apr 2, 2005
10:52 am
How would I get the button to work with all 10 qedits? What I'd like is for the user to enter text and then be able to check the answers (with the correct text...
26044 Jochen Müller
joemueller27 Offline Send Email
Apr 2, 2005
11:25 am
Hello everybody! Is there a possibility to align the contents of a qlistview-component? By default, the alignment is left. I would like to set the alignment...
26047 johnk20042001 Offline Send Email Apr 2, 2005
8:36 pm
... Two points here- what special options does this activeX object offer, since loading .bmp works fine in RapidQ? usually these DLL,OCX controls return a...
26048 John Graves
standstiladdie Offline Send Email
Apr 3, 2005
12:16 am
Thanx John K.. here is a working Bezier curve fucntion ..... Itakes 4 clicks and I am working on bringing it down to two clicks. $include...
26049 Achilles B. Mina
achilles_mina Offline Send Email
Apr 3, 2005
12:57 am
Paul, Perhaps like this? declare sub Answers dim frm as QForm, I as byte dim edi(10) as QEdit dim but as Qbutton dim question (10) as Qlabel dim a as string ...
26050 blu_rq Offline Send Email Apr 3, 2005
2:38 am
... PaintLib has the following enticing filters available (paintX is an activeX version of the C++ lib). Contrast Crop Extract alpha channel Convert to...
26051 johnk20042001 Offline Send Email Apr 3, 2005
3:15 am
... an ... there are some typelib/activeX viewers to check for methods (parameter list), one can be downloaded from microsoft(typelib or something like that)...
26052 sir_lurk_alot Offline Send Email Apr 3, 2005
3:16 am
... Thanks for the example. It works, though I don't understand all the details- you left out the FormKeyUp Sub Thought of using QRichEdit instead of of...
26053 Oscar Fernandez
cincoclavos Offline Send Email
Apr 3, 2005
6:10 pm
Hi: Use format$ for align the data in the listview, with this command align numbers or strings to right or left, with decimals or not for example ...
26054 johnk20042001 Offline Send Email Apr 3, 2005
6:18 pm
Also remember, you can perform some of these with native/extended ... (alphaBlend with gray bitmap) ... (CopyRect) ... (Bitmap.Draw using CopyMode) ... (none) ...
26055 Chris
c45207 Offline Send Email
Apr 3, 2005
10:06 pm
... Hash: SHA1 sir_lurk_alot @ 2005-Apr-2 11:16:45 PM "[rapidq] Re: QuickBasic to Rapid-Q conversion" <mid:d2nn6t+vt1b@eGroups.com> ... Yeah. That was from an...
26056 paulgwoolcock Offline Send Email Apr 4, 2005
12:27 am
I wonder if someone could show me how to write a sub to reset qedits after info has been entered. Thnks for your help Achilles. Paul...
26057 Chris
c45207 Offline Send Email
Apr 4, 2005
1:05 am
... Hash: SHA1 paulgwoolcock @ 2005-Apr-3 8:27:19 PM "[rapidq] Reset qedit" <mid:d2q1l7+gals@eGroups.com> ... qeditObject.Text = "" - -- Chris A Friendly List...
26058 John Graves
standstiladdie Offline Send Email
Apr 4, 2005
3:52 am
If anyone cares here's my bezier function reduced to 2 clicks....it is still not what I want but, I'm getting there. Please let me know if it works on your...
26059 paulgwoolcock Offline Send Email Apr 4, 2005
4:40 pm
Why is that after resetting the boxes it's impossible to check answers again without closing the form. Sorry if this seems a really stupid question. Paul ...
26060 sir_lurk_alot Offline Send Email Apr 4, 2005
6:10 pm
... Well I tried this (actually ssVertical in my case) and nothing happened. I decided to swap my $RapidQ.inc with the file $RapidQ2.inc file included in the...
26061 sir_lurk_alot Offline Send Email Apr 4, 2005
6:59 pm
... I searched through the newer RapidQ include file for 'Getwidth' and nearby it says remember to get the latest version of NViewLib, so I guess I need to...
26062 Chris
c45207 Offline Send Email
Apr 4, 2005
10:45 pm
... Hash: SHA1 paulgwoolcock @ 2005-Apr-4 12:39:23 PM "[rapidq] Qedit (again)" <mid:d2rqjr+5tck@eGroups.com> ... You need to reset the READ pointer. I don't...
26063 johnk20042001 Offline Send Email Apr 5, 2005
3:59 am
... Sorry about that, it is my fault. The problem is a bug in the LIBRARYINST command. I have now fixed this annoying problem (I will release this soon, maybe...
Messages 26032 - 26063 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