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 34946 - 34978 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34946
... No,no.. All that is okey. I did re-wrote some sentences and the program runs..! Next time i will upload the revised example. Now, rapidq's print statement...
msca53
Offline Send Email
Jun 2, 2009
6:22 pm
34947
I do not have a Mac and I have had a request from a Mac owner who wishes to use my Printer Monitor. In Windows I redirect the Spool file to a folder where I...
Terry
terry_prism
Offline Send Email
Jun 3, 2009
1:06 am
34948
... Mac OS X uses the open source CUPS <http://www.cups.org/> printing subsystem. You can check out that project to see what you can do/need to do. I've got a...
Christopher W.
c45207
Offline Send Email
Jun 3, 2009
5:52 am
34949
... Not in your wildest dreams will you also see an RQ program run under MAC OSX or OS9.xx. As far as I know, they would have to boot Windows XP, run your...
johnk20042001
Offline Send Email
Jun 3, 2009
6:18 pm
34950
Is it possible to get the RQ clipboard function working as in Visual Pulsar Basic. That is, copying the marked text directly to a variable, without te need to...
Pablo Bouvier
wordfast2000
Offline Send Email
Jun 3, 2009
11:37 pm
34951
... Thanks for the offer Chris. The guy who bought the software received a refund so the need becomes obsolete. However if you are interested I can send the...
Terry
terry_prism
Offline Send Email
Jun 4, 2009
12:58 am
34952
... To copy a "plain text" variable onto the Clipboard... 'Open the clipboard for only as long as needed. 'Then close it immediately afterwards. Clipboard.Open...
burkleyd
Offline Send Email
Jun 4, 2009
2:37 am
34953
... No thanks. Lots of people are already benefiting from my code, so I'm good as it is. -- Christopher W. <c45207@...>...
Christopher W.
c45207
Offline Send Email
Jun 4, 2009
3:41 am
34954
Terry wrote: <snip> ... <snip> Still waiting for the promised royalties. I must be rich now ;). Jacques...
Jacques
erdemaal
Offline Send Email
Jun 4, 2009
10:49 am
34955
... Read: (*) I have had over 50,000,000 of my 4 colour version monitor downloaded ... Jacques (*) In French, in numbers, the role of comma and ?fullstop/dot?...
Jacques
erdemaal
Offline Send Email
Jun 4, 2009
11:10 am
34956
Jacques you old dog you. 50,000 was the figure all given away free. I can always count on you to correct my output. I haven't read any posts from you lately...
Terry
terry_prism
Offline Send Email
Jun 4, 2009
11:02 pm
34957
I want to find the handle of an open IE instance and then grab the HTML ,convert it to text and search it. Any ideas?? Thanks Gary...
gnrshelton
Offline Send Email
Jun 5, 2009
11:56 am
34958
... Because RapidQ isn't capable of handling all the OLE properties/methods/events... you need to do it using an API function. 'Be aware of possible...
burkleyd
Offline Send Email
Jun 5, 2009
1:20 pm
34961
Declare Function Inport Lib "inpout32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Integer Declare Sub Outport Lib "inpout32.dll" _ Alias "Out32"...
msca53
Offline Send Email
Jun 7, 2009
10:48 pm
34962
David, Thanks, that worked first time. I'm just a tinkerer in all this and really appreciate the help. But, what if I don't know the url of the page? How can I...
gnrshelton
Offline Send Email
Jun 8, 2009
11:33 am
34963
Hello... I wish to add colored line text in richedit. I can set fontcolor and then add a line of colored text. that's work. But how to add different color text...
Slavko Kocjancic
slavkok
Offline Send Email
Jun 8, 2009
12:09 pm
34964
... Hmmm... good question. It probably could be done but I'm not sure if any one solution would be the right solution. For instance... You could grab the text...
burkleyd
Offline Send Email
Jun 9, 2009
12:09 am
34965
... Add the text, then go back and select certain portions of the text, then use the SelAttributes properties to change any or all the font properties of the...
burkleyd
Offline Send Email
Jun 9, 2009
12:40 am
34966
... Hello.. Yes this should work, but it's unusable for me. I receive some data from COM port and need to show it, and I need to make log. So the Richedit is...
Slavko Kocjancic
slavkok
Offline Send Email
Jun 9, 2009
7:13 am
34967
... 'Be aware of possible line wrapping 'Be aware of possible unwanted space(s) 'Start of Code $Option EXPLICIT $Include "RapidQ.inc" Declare Sub TimerIrq Dim...
burkleyd
Offline Send Email
Jun 9, 2009
10:20 am
34968
... Yes that works. But need to know exact position of text to correct color it.. I found (from delphy stuff) other way to do same thing and work too.. ...
Slavko Kocjancic
slavkok
Offline Send Email
Jun 9, 2009
10:39 am
34969
... This will work if the exact positions are unknown. 'Be aware of possible line wrapping 'Be aware of possible unwanted space(s) 'Start of Code $Apptype GUI ...
burkleyd
Offline Send Email
Jun 9, 2009
1:30 pm
34970
... Hello David. That works nice too. So both can be used... :D Just curious why this is involved.. If bBusy = False Then bBusy = True If that's for avoid sub...
Slavko Kocjancic
slavkok
Offline Send Email
Jun 9, 2009
3:46 pm
34971
... Yes. That's exactly what bBusy does. I wasn't sure if you would need that option (now or maybe in the future). If the QTimer .Interval was set "too low"......
burkleyd
Offline Send Email
Jun 9, 2009
4:04 pm
34972
... This is my personal library, where i collected some rapidq scripts http://www.holyguard.net/rapidq/ Boris Holyguard...
boris
holyguard
Offline Send Email
Jun 9, 2009
10:04 pm
34973
... Hi Boris, thanks for opening up your source code. Is IDE 154 better than IDE 319? I have the source to IDE 319. Some of the include files in the source...
johnk20042001
Offline Send Email
Jun 10, 2009
3:34 am
34974
I am in the process of updating RapidQ2.inc for some minor changes / improvements. One change may affect existing code: Removing QFormEx.AddMessage and just...
johnk20042001
Offline Send Email
Jun 10, 2009
6:38 am
34976
... You are a genius John. There again if I recompile with Qformx and have problems then you're the worst in the world. What can I say "That's Life" Seriously,...
Terry
terry_prism
Offline Send Email
Jun 10, 2009
11:48 am
34977
... Check this bitwyse methods wrote with rapiQ Tools. It would be possible to create AND, OR an XOR methods.. and, maybe, more. function padLeft$(DByte as...
msca53
Offline Send Email
Jun 10, 2009
5:00 pm
34978
... Well at least me and Bill Gate$ have something in common! ... Just heard the other day the Queen Knighted an Aussie. I do believe, if that is good enough...
johnk20042001
Offline Send Email
Jun 11, 2009
2:58 pm
Messages 34946 - 34978 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