Hi, sometimes I have this problem. If my application is working FOR - NEXT I cannot break the cycle at run time. I use this cycle in graphic's programs,...
... You can add a 'Print' somewhere in your code so that your GUI executable opens a console. Closing the console will immediatly close the Form ... but it's...
... Another alternative is to use a flag. Example... 'Start of Code snippets DefByte ExitFlag 'needs to be global Sub Do_Whatever ExitFlag = False For i = 0 To...
... You can even use the same button that you used to start the calculation. It makes a nice toggle. Here is an example, much like David's code. All it does is...
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
Apr 1, 2009 1:57 pm
34604
Hello, Slavko! You wrote to <rapidq@yahoogroups.com> on Wed, 01 Apr 2009 11:00:18 +0200: SK> Does somebody know how to popup messagebox that dissapear after...
Thanks to Jacques, David and Oliver! The flag in the button is a good trick! In my case it was a bit complicated because the button does a QOpendialog.Execute...
Ok... Seems nothing new. I just wish to avoid ussage of timer. I just looking for something like MessageBox ("This is infoTest" , 5) ' to show message for 5...
... TipToolText can sometime be used that way ? In RapidQ TipToolTexts are set by property 'Hint' and 'ShowHint' of many components. The timouts are set in...
I wrote a QuickSort fast routine sorting an array of 32 bit Integers but it bugs when the Array is larger than 64K? Anybody knows why ... I remember of a...
... When do you have the problem? I checked it also with tmporary variable (because I have bugs if I attempt to assign a variable directly from another...
... I didn't have a problem with the following. 'As always... 'Be aware of possible line-wrapping 'Be aware of possible unwanted space(s) 'Start of Code ...
... 'This is a "revised" version. 'I had to move the setting of the integer array 'elements to a separate For/Next loop (not sure why). $AppType GUI $Option...
... Thank you Giovanni and David. It must be a glitch in my fast RQASM function, problem is that I *can_t* see the problem. Strange it only happens when the...
... IIRC... in order to to get a continuous memory allocation... you'd need to use the VirtualAlloc (API) function. I've never tried it because... I've never...
... Thanks Terry. If AHK has a timed-out MessageBox... then there must be an API function for it. I located it and revised the file that I uploaded here at the...
With help from some of Jacques' RQAsmUtils code... you can execute some code SUPER SUPER fast!!! 'As Always... 'Be aware of possible line-wrapping 'Be aware of...
... I got to thinking about your sorting dilemma this morning and I have a question. The unsorted list... 396 121 034 457 'IntAry(0, 0:1:2:3) 151 081 267 421...
... -- snipped -- ... LOL... that's just the way my lucks been going lately. I was hoping to pull off a good April Fool's day joke by doing something simple in...
... No ... Yes ... No ... It's not I can't do it. Just my fast RQASM function bugs and I *CANT* find why (I like/hate that :). I'll rewrite it another way ......
... Don't tell me that I actually was able to help in a small way. As always David your ability amazes me. I managed to get a VB express application working. I...
I thought I would share this. BACKGROUND: Wife requested an ebay tool. Problem I had to keep three variables linked for each item. Item Description Finish Time...
... Sounds like you figured out your solution. If you want an alternate idea I suggest QStringList, because the item indexes will be the same between objects....
This is for Eodor.. How do you go to /scroll to line# xx in SuperEdit? How do you go to the last EOL when you click on a line --- it always goes to the column...