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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 33508 - 33537 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33508
Yeah.. I check e-mail (from spam) lowminisontopkis@... g>> http://verify-email.org Log: MX record about minisontop.com exists. Connection succeeded...
Andrew Shelkovenko
diakin2002
Offline Send Email
Aug 3, 2008
9:34 am
33509
hey andrew ,tbird ,burklyard do any of you know how to make to do this? a program detects mouse movements that is if mouse is on shortcut to notepad.exe icon...
rockeveryone21
Offline Send Email
Aug 4, 2008
8:41 am
33510
... do this? ... The easiest way to do it is actually to use Autohotkey, Google for it. You will have to join but it is easier to create a script for that as a...
Terry
terry_prism
Offline Send Email
Aug 5, 2008
6:15 am
33511
... thanks mate but i want to do this through rapid q because i want to intergrate it as a helping mechanism so mate if u got anyclues on how to do it with...
rockeveryone21
Offline Send Email
Aug 5, 2008
7:32 am
33512
... to ... for ... Ahk ... how ... what you are trying to do sounds complicated to me because you are trying to take over the basic operations of Windows OS....
johnk20042001
Offline Send Email
Aug 6, 2008
4:44 am
33513
... to ... for ... Ahk ... how ... what you are trying to do sounds complicated to me because you are trying to take over the basic operations of Windows OS....
johnk20042001
Offline Send Email
Aug 6, 2008
4:45 am
33514
Hi I still say you can use AHK you can create a script that will look for the windows or short cuts or mouse positions and then either throw a graphic, run a...
Terry
terry_prism
Offline Send Email
Aug 8, 2008
12:14 am
33515
johnk20042001 <klaffky2825@...> @ 2008-08-06 12:44 AM "[rapidq] Re: programming question moose icon" <g7ba6t+r4q4@eGroups.com> ... You may also want...
Christopher W.
c45207
Offline Send Email
Aug 8, 2008
8:44 am
33516
... yeah i see your point terry yeah i think i,ll take your advice btw ahk is a great program thanks for introducing it to me i,m getting to know the language...
rockeveryone21
Offline Send Email
Aug 8, 2008
10:15 am
33517
I've noticed that the following program create f as qform create d as qdirtree align=5 color=&hc0c0c0 end create showmodal end create will work under MS...
varmint67
Offline Send Email
Aug 11, 2008
4:56 am
33518
varmint67 <wajamala@...> @ 2008-08-11 12:56 AM "[rapidq] qdirtree bug?" <g7ogqm+fi6k@eGroups.com> ... QDIRTREE is not supported on Linux. It is Windows...
Christopher W.
c45207
Offline Send Email
Aug 11, 2008
7:44 pm
33519
I've tried everything to draw with an image using qbitmapex. cant get it to work. if you change qbitmapex to qbitmap in the below code, it works great Any...
standstiladdie
Offline Send Email
Aug 12, 2008
4:15 am
33520
... this works for me! WinXP SP2, latest Rapidq2.inc $typecheck on $include "rapidq2.inc" dim form as qform dim image as qimageex dim bitmap as qbitmapex ...
johnk20042001
Offline Send Email
Aug 12, 2008
4:22 pm
33521
... Not supported, or not functional? The rc compiler in linux seems to recognize it ok as a valid Qobject, only to segfault when the compiled program tries...
anonymous
wajamala
Offline Send Email
Aug 13, 2008
1:36 am
33522
... Works for me (WinXP SP3) if I use... Rapidq2.inc (versions 1.3b or 1.3c) But does not work if I use... Rapidq2.inc (version 1.2c)...
burkleyd
Offline Send Email
Aug 13, 2008
8:56 am
33523
hey i,m working on a small project and am trying to figure something out .ill try and explain here it goes in short "SImultaneous typing two forms two...
rockeveryone21
Offline Send Email
Aug 13, 2008
4:09 pm
33524
Thank you again John I thought I had the latest version...
standstiladdie
Offline Send Email
Aug 13, 2008
8:05 pm
33525
I found (for the lack of a better term) a "continuous" bitmap on the internet. I remember seeing these on the internet long time ago but I can't, for the life ...
burkleyd
Offline Send Email
Aug 13, 2008
9:22 pm
33526
... I take a lot of panoramic pictures which is easy with the digital camera. You need at least 9 for a full 360 deg. I must admit I use special stiching...
Terry
terry_prism
Offline Send Email
Aug 13, 2008
11:37 pm
33527
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
Aug 14, 2008
6:58 pm
33528
anonymous <wajamala@...> @ 2008-08-12 09:36 PM "[rapidq] Re: qdirtree bug?" <g7tdqs+950i@eGroups.com> ... I don't know the internals of the compilter, so...
Christopher W.
c45207
Offline Send Email
Aug 15, 2008
2:37 am
33529
Now that I've downloaded the right version, and I can actually draw lines. I can't figure out how to copytoclipboard in qbitmapex here's a short example, it...
standstiladdie
Offline Send Email
Aug 15, 2008
6:03 am
33530
Is it worth posting in the files section? polybezier takes 3 points to complete the polyline goes easy watch for word wrap I don't think there will be any ...
standstiladdie
Offline Send Email
Aug 15, 2008
9:04 am
33531
... -- code snipped -- I tried it and couldn't get it to work until... I made some very slight changes. It is worthy of uploading to the files section. :) 'Be...
burkleyd
Offline Send Email
Aug 15, 2008
1:10 pm
33532
... standstilladdie aka joh ask bureleyd what changes did you make? was there only wordwrap orphans?...
standstiladdie
Offline Send Email
Aug 15, 2008
7:15 pm
33533
... Commented out the declares for... fmove and fup Commented out the events... form.onmousemove and form.onmouseup (the subs don't exist) Added a missing...
burkleyd
Offline Send Email
Aug 15, 2008
7:41 pm
33534
I uploaded the polydrawto file with all of your changes David it's in the 2d graphics folder Any word on why the bitmapex won't copy to the clipboard?...
standstiladdie
Offline Send Email
Aug 15, 2008
8:33 pm
33535
... Interesting bug... The problem is the name "bitmap" as the object. Change bitmap to bitmapp and it works. I guess the compiler gets confused because...
johnk20042001
Offline Send Email
Aug 15, 2008
9:12 pm
33536
... Thanks again John. It's just like the old "win32.inc" days when we had to use bitmapA for loadimage I believe it was...
standstiladdie
Offline Send Email
Aug 15, 2008
9:52 pm
33537
standstiladdie <laddie@...> @ 2008-08-15 05:52 PM "[rapidq] Re: another qbitmapex dot question" <g84tqt+7mqv@eGroups.com> ... Not quite. The A vs. W...
Christopher W.
c45207
Offline Send Email
Aug 16, 2008
3:31 am
Messages 33508 - 33537 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