... You have my attention John. Now how does it work. Seriously, well done, I say that not having tried it, I leave my options open to complain later. Only...
... champ ... I stand corrected it should be Qformex. Still I had quite a problem wanting to bring up a message and then as it was hidden by the form that was...
... Seeing ... Hi Terry, it is all about money. Translators are usually designed for big user compilers, not freebie ones like RQ (except CSharp Dev and BCX)....
... Oh look! John made a funny :) It really was funny, cause even though I figured it was a April Fools joke, I couldn't help myself and had to look to see...
... Great stuff ! It's the end of my RQASM, FBTORQINC and RQPC that can be found at: http://www.teledisnet.be/web/jph01696/RapidQ/index.html Jacques...
... Works for me! Keith wrote> ... I got 55!! And 49 exited from that page so 6 decided to look some more... Actually I am keeping an old tradition of Jacques'...
Try casting A% by using the following DIM A% As Integer A% = RND (10) or try A& = ( Int( 10)) It's been a long since I've used this in basic. Good luck ...
danny846842@... wrote ... tx, I used ROUND also, but whit the same result. I can use RND(11) instead of 10, for example, but if the user will get 11 my...
... get 11 my program does not work properly ... Upper-Bound: refers to the maximum number... keeping in mind... that it's 0 (zero) based. To obtain a random...
very tanks, so I am sure... ... G. _________________________________________________________________ Vuoi diventare il numero 1 della community? Scarica il...
Okay Guys - I'm stuck! I have a panel which when visible I want to make the only place and it's components (some Qcanvas, Qbuttons, and Qimages) that can...
... accept ... Are you certain that the API allows capture to controls other than forms (windows). The docs don't mention other common controls? Try passing...
This may (or may not) be of interest but... both RQ_GDIPLUS_BASE and SPL_EMF_VIEWER have been updated on my website. The biggest update to the GDI+ app is the...
... Thanks for the code. GDI+ is another solution for native conversion of jpg, tif, png for RapidQ too, as long as the user's computer has GDI installed. At...
Hello.. When Qlistbox have more items as height is the vertical scrollbar is showed automaticaly. But How to enable horizontal scroll bar to show longer items...
... Hi Slavko, Can you post an example of how you have the QListbox set up? Also what font are you using for the QListbox? And how wide is the widest string ...
... Use QTimer and .... well try THIS; declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (hWnd As Long, nIndex As Long, dwNewLong As Long) As...
... Try this smple code. Maybe it will be useful for you. Slavomir $typecheck on dim frm as QForm dim lbl as QLabel dim tmr as QTimer Sub tmr_onTimer ...
... Hello David. Here is example snipset. I can view all 101 items scroling up and down. But I can't see full length of item (0) As I see start of them but...
... I have too few informations for solution and understanding your problem. My last try: to refresh your form call method Repaint (repaints the entire form...
starbase112 @ 2008-4-04 5:05:58 PM "[rapidq] Set/GetCapture" <mid:ft68o6+mao1@eGroups.com> ... Which API? SetCapture(HWND) and ReleaseCapture()? If you are...