Don: Congratulations, the project is renewed quickly. A question: Can I eliminate the console screen that appears behind the forms FB? Thank you. Daniel...
37654
d_homans
Mar 21, 2012 7:09 pm
... Daniel, The console window is a result of using FreeQ IDEa to compile then RUN your program (it uses the cmd interpreter). Run the exe outside of FreeQ and...
37655
Daniel Mundo
mundo.daniel
Mar 23, 2012 2:53 pm
Don: It excuses my ignorance, when upgrading FB it was configured in Console. Thank you. Daniel...
37656
johnk20042001
Mar 25, 2012 2:16 am
Anyone know who to tell which mouse was clicked in the OnClick SUB?...
37657
johnk20042001
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
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
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
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
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
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
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
Mar 27, 2012 2:31 am
... I guess the "best" solution is to subclass, just wished the easier solution worked....
37665
d_homans
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
Mar 28, 2012 4:09 am
... Congrats Don, this is a major undertaking. Excellent job....
37667
d_homans
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
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:\RAPIDQ92;IDE\FREEQ\crap.bas ---- ...
37669
terry_prism
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
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
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
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
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
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
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
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
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
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
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
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
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
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. ...