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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 30147 - 30181 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30147
... <big snip> ... About 10% faster ... I see your point, I hadn't thought of that. ... I know all this, I wanted a solution, not confirmation of the problem. ...
paul ludgate
snakedile
Offline Send Email
Nov 1, 2006
3:07 pm
30148
Simple problem, not so simple solution; I am working on a program that - among other things - has to print forms. So I use mv = printer.pageheight : w =...
Adrian
beardyphish
Offline Send Email
Nov 1, 2006
5:25 pm
30150
... ... Hi Adrian, Change the line: rh = TextHeight("HqHq") to rh = Printer.TextHeight("HqHq") It seems it doesn't matter what chars you are using: "HqHq"...
midiprog2000
Offline Send Email
Nov 2, 2006
2:02 am
30151
Precis ... One thing about API-Guide that I cannot emphasize enough is that you can add your own Notes. If you find yourself consulting API-Guide and then ...
paul ludgate
snakedile
Offline Send Email
Nov 2, 2006
4:52 pm
30154
... Ok... the question still stands. Is there a way to paste text that's on the Clipboard into a RichEdit that has it's PlainText set to True? I thought I had...
burkleyd
Offline Send Email
Nov 4, 2006
5:05 am
30155
... Hi David, You could use the clipboard.getastext method. example: sub PastefromCB dim lenInt as integer lenInt = len(clipboard.text) +1 richedit1.addstrings...
midiprog2000
Offline Send Email
Nov 4, 2006
9:47 am
30156
For entire message refer to... http://tech.groups.yahoo.com/group/rapidq/message/30155 ... Thank You Alain. :) I tried your solution and it "does work". But......
burkleyd
Offline Send Email
Nov 4, 2006
2:35 pm
30157
I'm under the assumption that... under Win98 a RichEdit is created by RapidQ with the RichEd DLL v1.0. How did I come to this assumption? If I make use of the...
burkleyd
Offline Send Email
Nov 4, 2006
4:51 pm
30158
Windows XP handles constants a but differently that previous windows. However, 1 things *does* remain contant...no pun intended: In your declarations area, you...
Ronald Schlegel
strchyldone
Offline Send Email
Nov 4, 2006
11:17 pm
30159
For my previous message regarding this, refer to... http://tech.groups.yahoo.com/group/rapidq/message/30157 ... Thank You Ron for your input but... I do have...
burkleyd
Offline Send Email
Nov 5, 2006
1:35 am
30160
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 :...
rapidq@yahoogroups.com
Send Email
Nov 5, 2006
1:38 am
30161
I look forward to seeing this :) I started with RapidQ under Win98 and have since migrated to WinXP. I don't have any problems with QRichEdit on either...
Ronald Schlegel
strchyldone
Offline Send Email
Nov 5, 2006
3:21 am
30162
Thanks for reply. I will do some research based on what you and Chris have surgested. I will be leaving Brisbane heading back home to Sydney so I am looking...
Terry
terry_prism
Offline Send Email
Nov 5, 2006
3:30 am
30163
Can someone out there share with me how to set up the stringgrid to save a file as a .csv file. I know about setting the Seperator property to a comma and all...
xmeanstsp
Offline Send Email
Nov 5, 2006
10:20 pm
30164
... to ... it ... the ... $TYPECHECK ON $INCLUDE <RapidQ.inc> DECLARE SUB OpenSession DECLARE SUB SaveSession $DEFINE myMax 50 CREATE form as QForm 'our...
johnk20042001
Offline Send Email
Nov 6, 2006
12:53 am
30165
... This might help: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/shellcc/platform/commctls/richedit/richeditcontrols/aboutricheditc ...
johnk20042001
Offline Send Email
Nov 6, 2006
1:18 am
30166
Just my 2 cents...but you *may* need to rename the new riched*.dll to whatever it is that RapidQ uses. If RQ is calling for something in RichEd32.dll...just an...
Ronald Schlegel
strchyldone
Offline Send Email
Nov 6, 2006
1:42 am
30167
... Well... I've given up on trying to get it to work "correctly" under Win98. So... I've uploaded a demo that "does work" under WinXP, to my website. Read the...
burkleyd
Offline Send Email
Nov 6, 2006
2:33 am
30168
... Besides the example that John provided in message #30164... I've also uploaded an example to my website. David http://burkleyd.port5.com...
burkleyd
Offline Send Email
Nov 6, 2006
2:37 am
30169
... ok, i am almost certain it is. ... That could lead to disasterous results, see below: Turns out that Richedit uses COM interface, and not just simple ...
johnk20042001
Offline Send Email
Nov 6, 2006
2:46 am
30172
Hi! ... $INCLUDE "RAPIDQ.INC" $APPTYPE CONSOLE DIM MySQL AS QMYSQL MySQL.Connect("192.168.13.2", "root", "password") IF MySQL.Connected PRINT "Connected" ... ...
German C. Basisty
gbasisty
Offline Send Email
Nov 6, 2006
1:09 pm
30173
libmysql.dll must be ver 3.23 in program's folder....
b_bobev
Offline Send Email
Nov 6, 2006
3:45 pm
30174
Has anyone else discovered that if... you create a QStringGrid with AddOptions(goEditing) and after you've loaded data into it and then select a cell... you...
burkleyd
Offline Send Email
Nov 6, 2006
11:54 pm
30175
... Yes... and so do hot keys ctrl-c, ctrl-v, ctrl-z, but my last option is Select all. I don't get those options. So it might have something to do with...
johnk20042001
Offline Send Email
Nov 7, 2006
4:30 am
30176
<snip> ... I see the API guide doesn't have win constants? If that format is all that is needed for the API guide then we can enter a LOT of win constants from...
johnk20042001
Offline Send Email
Nov 7, 2006
4:51 am
30177
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 :...
rapidq@yahoogroups.com
Send Email
Nov 7, 2006
6:52 am
30178
... I've uploaded a ".jpg" of a screen capture, of what the QStringGrid PopUp looks like on my computer. It's in the "Temp" folder. I'll delete it in a day or...
burkleyd
Offline Send Email
Nov 7, 2006
9:56 am
30179
Does anybody know how to get all the desktopitems in a popup-menu like the program Deskmenu.exefrom the Powertoys ? Thanx in advance, Volker...
vdobiasch
Offline Send Email
Nov 7, 2006
12:55 pm
30180
... A couple of years ago I tried altering the LIBs to use the newer RICHEDs and got mixed results. Indeed I found there were a whole load of new things I...
paul ludgate
snakedile
Offline Send Email
Nov 7, 2006
4:17 pm
30181
... I don't set the last set below the divider -- Using WinXP sp2, Latest fixed libs. ... No I was referring to just a simple on Click in a cell, no Ellipsis...
johnk20042001
Offline Send Email
Nov 8, 2006
5:56 am
Messages 30147 - 30181 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