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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 26032 - 26063 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26032
... 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...
paul ludgate
snakedile
Offline Send Email
Apr 1, 2005
1:18 pm
26033
... 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....
Chris
c45207
Offline Send Email
Apr 1, 2005
4:23 pm
26034
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...
blu_rq
Offline Send Email
Apr 1, 2005
7:10 pm
26035
... 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...
sir_lurk_alot
Offline Send Email
Apr 1, 2005
8:44 pm
26036
... 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...
Chris
c45207
Offline Send Email
Apr 1, 2005
9:18 pm
26037
... 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...
Chris
c45207
Offline Send Email
Apr 1, 2005
9:18 pm
26038
... 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...
Chris
c45207
Offline Send Email
Apr 1, 2005
9:48 pm
26039
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...
John Graves
standstiladdie
Offline Send Email
Apr 2, 2005
1:59 am
26040
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...
John Graves
standstiladdie
Offline Send Email
Apr 2, 2005
2:04 am
26041
... 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...
johnk20042001
Offline Send Email
Apr 2, 2005
6:24 am
26042
CREATE main AS QFORM width = 400 height = 400 onPaint = paintMain END CREATE CREATE bitmap AS QBITMAP width = 100 height = 100 ' BMP = "C:\Documents and...
blu_rq
Offline Send Email
Apr 2, 2005
7:07 am
26043
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...
paulgwoolcock
Offline Send Email
Apr 2, 2005
10:52 am
26044
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...
Jochen Müller
joemueller27
Offline Send Email
Apr 2, 2005
11:25 am
26047
... 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...
johnk20042001
Offline Send Email
Apr 2, 2005
8:36 pm
26048
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...
John Graves
standstiladdie
Offline Send Email
Apr 3, 2005
12:16 am
26049
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 ...
Achilles B. Mina
achilles_mina
Offline Send Email
Apr 3, 2005
12:57 am
26050
... PaintLib has the following enticing filters available (paintX is an activeX version of the C++ lib). Contrast Crop Extract alpha channel Convert to...
blu_rq
Offline Send Email
Apr 3, 2005
2:38 am
26051
... an ... there are some typelib/activeX viewers to check for methods (parameter list), one can be downloaded from microsoft(typelib or something like that)...
johnk20042001
Offline Send Email
Apr 3, 2005
3:15 am
26052
... 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...
sir_lurk_alot
Offline Send Email
Apr 3, 2005
3:16 am
26053
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 ...
Oscar Fernandez
cincoclavos
Offline Send Email
Apr 3, 2005
6:10 pm
26054
Also remember, you can perform some of these with native/extended ... (alphaBlend with gray bitmap) ... (CopyRect) ... (Bitmap.Draw using CopyMode) ... (none) ...
johnk20042001
Offline Send Email
Apr 3, 2005
6:18 pm
26055
... 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...
Chris
c45207
Offline Send Email
Apr 3, 2005
10:06 pm
26056
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...
paulgwoolcock
Offline Send Email
Apr 4, 2005
12:27 am
26057
... Hash: SHA1 paulgwoolcock @ 2005-Apr-3 8:27:19 PM "[rapidq] Reset qedit" <mid:d2q1l7+gals@eGroups.com> ... qeditObject.Text = "" - -- Chris A Friendly List...
Chris
c45207
Offline Send Email
Apr 4, 2005
1:05 am
26058
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...
John Graves
standstiladdie
Offline Send Email
Apr 4, 2005
3:52 am
26059
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 ...
paulgwoolcock
Offline Send Email
Apr 4, 2005
4:40 pm
26060
... 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...
sir_lurk_alot
Offline Send Email
Apr 4, 2005
6:10 pm
26061
... 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...
sir_lurk_alot
Offline Send Email
Apr 4, 2005
6:59 pm
26062
... 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...
Chris
c45207
Offline Send Email
Apr 4, 2005
10:45 pm
26063
... 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...
johnk20042001
Offline Send Email
Apr 5, 2005
3:59 am
Messages 26032 - 26063 of 35536   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