Hi Dick,
After careful re-reading Marcus comment, I found a new work around. Just before the second modal dialog, I put a non modal dialog followed with a PUSHBUTTON command to the “Yesâ€Â
Search found 31 matches
- Tue Dec 06, 2005 9:54 am
- Forum: Technical / Scripting
- Topic: Default button declaration in a dialog.
- Replies: 9
- Views: 10996
- Mon Dec 05, 2005 10:59 pm
- Forum: Technical / Scripting
- Topic: Default button declaration in a dialog.
- Replies: 9
- Views: 10996
Thanks again Dick. Your work around works fine. I give it a try in the complete dialog, a little bit more complicated, but I’m sure it will works perfectly.
Also thanks to Marcus for his clarification. It’s so simple …..if you have enough background information.
Greetings.
Luciano
Also thanks to Marcus for his clarification. It’s so simple …..if you have enough background information.
Greetings.
Luciano
- Mon Dec 05, 2005 6:04 pm
- Forum: Technical / Scripting
- Topic: Default button declaration in a dialog.
- Replies: 9
- Views: 10996
- Mon Dec 05, 2005 11:08 am
- Forum: Technical / Scripting
- Topic: Default button declaration in a dialog.
- Replies: 9
- Views: 10996
Default button declaration in a dialog.
Run the following script: Dialog>Dialog1 Caption=Dialog1 Width=445 Height=250 Top=24 Left=410 Edit=msEdit1,72,24,281,Message xyz Button=Yes,48,128,75,25,5 Button=No,288,128,75,25,6 Default=Yes EndDialog>Dialog1 Show>dialog1,r Wait>1 Show>dialog1,r message>%r% If one choose “Noâ€Â
- Wed Oct 12, 2005 7:19 am
- Forum: Beginners
- Topic: Macro Scheduler Information: "Error - Label Not FOUND!&
- Replies: 3
- Views: 5956
- Fri Sep 16, 2005 8:52 am
- Forum: Beginners
- Topic: WaitPixelColor problem
- Replies: 31
- Views: 45345
Take a look to the BLOCKINPUT statement. Touching the mouse while the script is running can move the mouse cursor between statements. Blocking the input is the only way to be sure that the LCLIK executes on the correct coordinate. Possible this does not solve your problem, but’s a good practi...
- Thu Sep 01, 2005 8:58 am
- Forum: Enhancement Suggestions
- Topic: Open window hehind Dialog Designer
- Replies: 0
- Views: 6009
Open window hehind Dialog Designer
Support, Start the dialog designer and put a button (or image object) in the dialog window. Select the button and change the object properties of this button (F11). Select the browser button in the "TBitBtn Properties" window for selecting an image file. The open window appears not on top but behind...
- Mon Aug 29, 2005 9:49 am
- Forum: Technical / Scripting
- Topic: DDERequest and Excel Tip
- Replies: 8
- Views: 12594
Bob, you have made me a happy man with jour DDERequest syntax struggling. Sometimes I have the impression that the software experts (like you) know everything, but this prove that there also have too learn the correct syntax, and this is not always so obvious. You are a lucky man, in this specific c...
- Mon Jul 18, 2005 5:16 pm
- Forum: Technical / Scripting
- Topic: how can I detect,if a network driver is installed on my PC?
- Replies: 5
- Views: 8995
- Fri Jul 08, 2005 7:26 pm
- Forum: Technical / Scripting
- Topic: %%k%%
- Replies: 4
- Views: 6791
- Wed Jul 06, 2005 8:59 am
- Forum: Technical / Scripting
- Topic: waitWindowopen or close is not enough?
- Replies: 3
- Views: 6476
Hi, You can try the command WaitPixelColor>ColorCode,X,Y,Timeout. Observe carefully the Install window and look for changing colors in the window during install. Pick up the colorcode and coordinates and put them into the WaitPixelColor command. You can intercept dialog windows and give an answer to...
- Tue Jul 05, 2005 7:06 am
- Forum: Technical / Scripting
- Topic: GetFileList> Does Not Return An Alphabetical Listing
- Replies: 6
- Views: 9808
- Tue Jul 05, 2005 7:01 am
- Forum: Technical / Scripting
- Topic: GetFileList> Does Not Return An Alphabetical Listing
- Replies: 6
- Views: 9808
- Sun Jul 03, 2005 8:02 am
- Forum: Technical / Scripting
- Topic: "Rounding" numbers - not exactly normal rounding t
- Replies: 2
- Views: 4943
- Wed Jun 29, 2005 7:16 pm
- Forum: Technical / Scripting
- Topic: can MacroScheduler copy a shortcut to a folder?
- Replies: 2
- Views: 5164