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 ...
... 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: ...
... 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....
... 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...
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...
... 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...
Here is one solution posed by Mr Patrick. It requires a background timer. $INCLUDE "RAPIDQ2.INC" $TYPECHECK ON ' ---- C:\RAPIDQ92;IDE\FREEQ\crap.bas ---- ...
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....
... 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...
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...
... 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...
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...
Uploaded to the Files\IDEs folder FreeBasic additions: Added graphical support with QIMAGE, QCANVAS, QBITMAP and QIMAGELIST. Added more demo code, hopefully...
... 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...
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...
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"...
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...
... 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...
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...
... ??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...
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. ...
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...
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'....
... 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...