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...
Show off your group to the world. Share a photo of your group with us.

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 26339 - 26368 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26339
Hello, As you may know, CodePtr is a rather Buggy thing once you use more than one callback/CodePtr command in a code ! A CodePtr Statement is "Overwritten" by...
Jacques Philippe
erdemaal
Offline Send Email
May 1, 2005
9:01 am
26340
... A bit too fast ! Sorry this was a may fool :)... one cannot reset the callback function each time an external function want to call it :) Forget it ! ...
Jacques Philippe
erdemaal
Offline Send Email
May 1, 2005
9:07 am
26341
Hello, blu_rq! You wrote to <rapidq@yahoogroups.com> on Fri, 29 Apr 2005 22:55:05 -0000: br> --- In rapidq@yahoogroups.com, "Andrew Shelkovenko" <diakin@n...> ...
Andrew Shelkovenko
diakin2002
Offline Send Email
May 1, 2005
9:27 am
26342
... 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
May 1, 2005
4:10 pm
26343
Thanks a lot for your help. Everything works fine and with a bit of luck I shan't be bothering the group for a while with my rather basic questions. Paul...
paulgwoolcock
Offline Send Email
May 1, 2005
8:52 pm
26344
How do I pop up the standard file save/open dialog in Rapidq? I have searched everywhere I can think of and cannot find any info....
tocthecat
Offline Send Email
May 2, 2005
1:09 am
26345
... Hash: SHA1 tocthecat @ 2005-May-1 9:08:56 PM "[rapidq] File dialogs?" <mid:d53uj8+8ii9@eGroups.com> ... Take a look at the documentation and examples for...
Chris
c45207
Offline Send Email
May 2, 2005
1:25 am
26346
Ah, so simple.....The last couople of things I had looked at, copying a file and getting text thru an input box, were not part of the standard components so I...
tocthecat
Offline Send Email
May 2, 2005
1:40 am
26347
Hello I'm trying to pass a variable to the "SUB DrawCell" using QStringGrid. The Variable is "Tst as String". I'm trying to pass "A", "B", "C", etc I have...
w253034
Offline Send Email
May 2, 2005
4:17 am
26348
... Hash: SHA1 w253034 @ 2005-May-2 12:17:31 AM "[rapidq] Passing Variable in QStringGrid" <mid:d549kr+g6gf@eGroups.com> ... There is no QSTRINGGRID method...
Chris
c45207
Offline Send Email
May 2, 2005
4:33 am
26349
I have a Club Mailing list with members in 5 different levels. I want to show a colored cell in last column of grid depending on the level, ie - "A" = red, "B"...
w253034
Offline Send Email
May 2, 2005
4:57 am
26350
Hello, w253034! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 04:56:49 -0000: w> I have a Club Mailing list with members in 5 different levels. ...
Andrew Shelkovenko
diakin2002
Offline Send Email
May 2, 2005
7:18 am
26351
... depending on ... green, "E" ... it ... QStringGrid) ... Rect.Top+.RowHeights(Row%), clRL) ... Hi, You may use a global variable as shown by Andrew, or you...
midiprog2000
Offline Send Email
May 2, 2005
12:46 pm
26352
... Thanks for responding ! As stated before, I am using "Dim Tst as String" at top of program, so I assume that it is "Global", but it is still not being...
w253034
Offline Send Email
May 2, 2005
7:50 pm
26353
... Rect.Top+.RowHeights(Row%), clRL) ... documentation Project snippet.... Dim Tst as String ... GridCheck(lCount) = -1 lCount = lCount + 1 End If Next Count ...
w253034
Offline Send Email
May 2, 2005
7:57 pm
26354
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 19:57:21 -0000: [...] w> snippet.... w> Dim Tst as String Where you set Tst value? i.e....
Andrew Shelkovenko
diakin2002
Offline Send Email
May 2, 2005
8:44 pm
26355
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Mon, 02 May 2005 19:57:21 -0000: This works fine ... $INCLUDE "RAPIDQ.INC" Dim Tst as String Tst="A" ...
Andrew Shelkovenko
diakin2002
Offline Send Email
May 2, 2005
8:56 pm
26356
... I am setting Tst by reading a byte from an address file using [ Tst = Mid$(X(Count),67, 1) ] If I "Showmessage" in the line previous to "GridCheck(lCount)...
w253034
Offline Send Email
May 2, 2005
11:02 pm
26357
... Hash: SHA1 w253034 @ 2005-May-2 3:50:34 PM "[rapidq] Re: Passing Variable in QStringGrid" <mid:d560aa+9igv@eGroups.com> ... Yes, that make the variable...
Chris
c45207
Offline Send Email
May 2, 2005
11:17 pm
26358
... No other instances of Tst in the program except in this routine. Jim W...
w253034
Offline Send Email
May 3, 2005
12:05 am
26359
... Hash: SHA1 w253034 @ 2005-May-2 8:05:25 PM "[rapidq] Re: Passing Variable in QStringGrid" <mid:d56f85+vud8@eGroups.com> ... So, Tst is DECLARED once...
Chris
c45207
Offline Send Email
May 3, 2005
12:49 am
26360
... The colored Cell problem is more trouble than it is worth, so i will not pursue it any further. I still have the "A", "B", "C", etc in Cells(7,1), (7,2),...
w253034
Offline Send Email
May 3, 2005
3:20 am
26361
... Hash: SHA1 w253034 @ 2005-May-2 11:20:29 PM "[rapidq] Re: Passing Variable in QStringGrid" <mid:d56qlt+ct3j@eGroups.com> ... It looks like you can just...
Chris
c45207
Offline Send Email
May 3, 2005
3:42 am
26362
Hello, Jim! You wrote to <rapidq@yahoogroups.com> on Tue, 03 May 2005 03:20:29 -0000: w> The colored Cell problem is more trouble than it is worth, so i will ...
Andrew Shelkovenko
diakin2002
Offline Send Email
May 3, 2005
4:05 am
26363
Hello All, Is there some way using RapidQ to programatically register / unregister a DLL? I have an app that has a DLL that must be registered in order to use...
lb_johndavis
Offline Send Email
May 3, 2005
4:49 pm
26364
Hello, This returns an runtime error ! "Exception EInvalid Operation ... Control '' has no parent window" What's wrong ??? ' ---- RQODE START ---- $ESCAPECHARS...
Jacques Philippe
erdemaal
Offline Send Email
May 3, 2005
10:09 pm
26365
... Hash: SHA1 lb_johndavis @ 2005-May-3 12:49:08 PM "[rapidq] Register DLL programatically using RQ" <mid:d58a24+kunp@eGroups.com> ... You can use the command...
Chris
c45207
Offline Send Email
May 4, 2005
1:34 am
26366
Hello, Jacques! You wrote to <rapidq@yahoogroups.com> on Tue, 03 May 2005 22:07:01 +0000: JP> This returns an runtime error ! "Exception EInvalid Operation ......
Andrew Shelkovenko
diakin2002
Offline Send Email
May 4, 2005
5:21 am
26367
... Control '' has no parent window" ... I have no idea why, but it's the color property that doesn't work. The code below works though. ' ---- RQODE START...
Achilles B. Mina
achilles_mina
Offline Send Email
May 4, 2005
5:31 am
26368
... Thanks Achilles ! I tried everything but that :) Jacques...
Jacques Philippe
erdemaal
Offline Send Email
May 4, 2005
8:43 am
Messages 26339 - 26368 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