Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1970
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 37656 - 37689 of 38070   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
37656 johnk20042001 Send Email Mar 25, 2012
2:16 am
Anyone know who to tell which mouse was clicked in the OnClick SUB?...
37657 johnk20042001 Send Email Mar 25, 2012
11:29 pm
Never mind, found it Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer Const VK_LBUTTON = &H1 Const VK_RBUTTON = &H2 SUB OnClick ...
37658 midiprog2000 Send Email Mar 26, 2012
8:20 am
... I don't think your example will work as the onclick event will only be executed when clicking left on your object. Use the onmousedown event instead: ...
37659 Antonio
ajsaurobr Send Email
Mar 26, 2012
12:47 pm
... Congratulations, man. I have a curiosity: Why all QPanels run clipped to the MainForm, except the ComponentPan?...
37660 johnk20042001 Send Email Mar 26, 2012
5:13 pm
... The real problem is for objects without onMouseDown Event, like QFileList. My fix is still a problem for some objects. Any inputs would be great....
37661 Patrick Milano
milanopatrick Send Email
Mar 26, 2012
6:15 pm
Try using qtimer to poll the getasynckeystate using an interval of about 500 Sent from my iPad Patrick...
37662 David
burkleyd Send Email
Mar 26, 2012
8:14 pm
... Would a modified version of the demo "BorderIcon Help Button", that's on my website, be of any help? David...
37663 d_homans Send Email Mar 26, 2012
8:23 pm
... Thanks Antonio The component panel was a last minute addition for v1.57 from code provided by JohnK. I put it in , exactly as John provided it (well...
37664 johnk20042001 Send Email Mar 27, 2012
2:31 am
... I guess the "best" solution is to subclass, just wished the easier solution worked....
37665 d_homans Send Email Mar 27, 2012
9:56 am
Uploaded to the files\IDEs folder Update to the FreeBasic support. Fixed integration with FreeQ IDEa Support for dialogs: open/save/font & color Some FreeBasic...
37666 johnk20042001 Send Email Mar 28, 2012
4:09 am
... Congrats Don, this is a major undertaking. Excellent job....
37667 d_homans Send Email Mar 28, 2012
5:27 am
... Tks John. To all, I have left one bug in the code and explain now... Components that have a parent other than the main form require action through that...
37668 johnk20042001 Send Email Mar 31, 2012
4:42 am
Here is one solution posed by Mr Patrick. It requires a background timer. $INCLUDE "RAPIDQ2.INC" $TYPECHECK ON ' ---- C:\RAPIDQ&#92;IDE\FREEQ\crap.bas ---- ...
37669 terry_prism Send Email Apr 2, 2012
12:32 am
I am working on a ftp zip file uploader and extractor. Gives me an excuse to exercise my slight php ability I am after including some form of progress monitor....
37670 johnk20042001 Send Email Apr 3, 2012
2:54 am
... Could be simple, could be nearly impossible. 1) assume the server is running rapidq? 2) if so, can the server shell to a rapidq program> 3) if so, check...
37673 johnk20042001 Send Email Apr 4, 2012
5:22 pm
I am adding manifests and 128x128 icons to my RQ program using the X64 switch (using GoRC).Everything seems to run ok under win32. Is there any issue I should...
37674 Jacques
erdemaal Send Email
Apr 4, 2012
5:37 pm
... Yes it is ! Maybe the X64 switch is a joke or will be implemented later (I have such commands in FBinRQ :-)) A resource is not an executed code but only a...
37675 Daniel Mundo
mundo.daniel Send Email
Apr 6, 2012
4:19 pm
Greetings to all. They excuse my English. I have Win 7 CORE i3. After to compile this code in x86 I make, it run pricking .exe and the time result is 100% in...
37676 d_homans Send Email Apr 7, 2012
4:02 am
Uploaded to the Files\IDEs folder FreeBasic additions: Added graphical support with QIMAGE, QCANVAS, QBITMAP and QIMAGELIST. Added more demo code, hopefully...
37677 carlt_1 Send Email Apr 7, 2012
10:02 am
... I'm pretty sure that's normal. The time needed to complete the FOR...NEXT loops depends upon how much of the CPU time is used. Since this depends upon what...
37678 Daniel Mundo
mundo.daniel Send Email
Apr 7, 2012
5:18 pm
CarlT, thanks for its answer. I want to be specific with my doubt. The code that I sent is only an example. All the compiled programs exactly take half or the...
37679 Loreno-Yahoo
lorenobr Send Email
Apr 7, 2012
11:25 pm
In my old pc that code resutl 3.47sec I think is normal I dindīt understand the doubt!!?? Or I couldnīt undestod the question?? ... From: "Daniel Mundo"...
37680 Daniel Mundo
mundo.daniel Send Email
Apr 8, 2012
1:05 am
My doubt is: Why the same program, under identical conditions, sometimes needs a time to run and other times he needs double time exactly. Thank you Daniel...
37681 Jacques
erdemaal Send Email
Apr 8, 2012
11:14 am
... I run it 10 times here and always get about the same result, NEVER twice that measure. Yes the result you get on your computer is strange :-) ! ... Jacques...
37682 Daniel Mundo
mundo.daniel Send Email
Apr 8, 2012
3:51 pm
Jacques: I thank you that you have run the code 10 times. In my PC he had surely appeared a time half or double. I will have to assume that it is a problem in...
37683 johnk20042001 Send Email Apr 8, 2012
7:23 pm
... ??AntiVirus?? - steals every other CPU cycle. IIRC, RapidQ is not multithreading code, unless you call DLL or use QDXTimer, or start a new Thread with win...
37684 Daniel Mundo
mundo.daniel Send Email
Apr 9, 2012
12:08 am
John: I thank you you to worry about my problem. But I believe that I do not find him the solution and I do not want to make them lose time with the same one. ...
37687 d_homans Send Email Apr 10, 2012
2:14 am
Several bug fixes plus some additions to the FreeBasic code prior to new release of FreeQ IDEa As most of the updates to the FreeBasic code is through the file...
37688 starbase112 Send Email Apr 12, 2012
2:05 am
Hello, Is there a file containing simplistic examples of every method of these two components. Been reading over all the docs, going over the '3D pong Demo'....
37689 johnk20042001 Send Email Apr 12, 2012
5:50 am
... QD3DPrimitive is an extension of QD3DMeshbuilder in that it makes meshes for you. It is the .AddVisual that adds it to the renderer. QD3DCamera is a...
Messages 37656 - 37689 of 38070   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help