Bernd.Frisch Posted December 17, 2004 Report Share Posted December 17, 2004 2. Wait for Window Title of a running but inactive (unfocused) Window to appear (like the Reminder Alarm window in Outlook's Calendar) 1. Dialogue : Multiple Choice Window starting a choice by klicking on it instead of "marking plus OK". Quote Link to comment Share on other sites More sharing options...
randallc Posted March 31, 2005 Report Share Posted March 31, 2005 2. Wait for Window Title of an running but inactive (unfocused) Window to appear (like the Reminder Alarm window in Outlook's Calendar) 1. Dialogue : Multiple Choice Window starting a choice by klicking on it instead of "marking plus OK". Hi, Bernd! 1. Dialogue : Multiple Choice Window starting a choice by klicking[/b] on it instead of "marking plus OK". See my "Form Generator" to do this using a form which creates a button (more specifically, XcopyME1 below; Form Maker 2. Wait for Window Title of an running but inactive (unfocused) Window to appear[/b] (like the Reminder Alarm window in Outlook's Calendar) Here is some code for this; does this work for what you need? // Wait for window running....... equivalentRepeat Until %N1% <> %N1% If Window Title "Reminder" is running Repeat Exit End If Repeat End Best, Randall <REM2:Wait for window running....... equivalent><REP3:08:000002:000002:0001:1:01:N1><IFOTH:04:2:Reminder><EXITREP><ENDIF><ENDREP> XcopyME1.mxe Quote Link to comment Share on other sites More sharing options...
randallc Posted April 12, 2005 Report Share Posted April 12, 2005 (edited) Hi, Bernd, Here is my attempt at your single click multiple choice input! If you have "AutoIT" installed, you don't need the second "exe" file In either case, you need to import the mxe file into your library, assign a key, and choose a macro to alter. You then Highlight ("Mark" as you say), the Multi-choice dialogue already in your macro and run this macro by your key shortcut. It seems to be best then to "terminate" Macro Express" (not always necessary?) before running your macro; Then your macro should bring up the different input box. I have asked Joe to check it in English; we'll be very lucky if it works on German WinXP, though I've generalised with the directories; I'm not sure about (one only) registry setting? (and "c:\programme\"?) I'll be interested to hear; best, Randall PS maximum here 10 items. No keyboard input, no default or enter. "Cancel" is returned, and "Value" or "Text" as specified in your original ME3 Dialog. Title and Comment also. SORRY! CORRECTED mxe file below Randall DialogRightClickAU3.zip Edited April 13, 2005 by randallc Quote Link to comment Share on other sites More sharing options...
randallc Posted April 13, 2005 Report Share Posted April 13, 2005 (edited) SORRY! CORRECTED mxe file below Randall (and a 2nd time; for "\\") AU3MultipleChoiceRUNMACRO.mxe Edited April 13, 2005 by randallc Quote Link to comment Share on other sites More sharing options...
Bernd.Frisch Posted April 14, 2005 Author Report Share Posted April 14, 2005 Absolutely wonderful. Works also terrific in German ! Nice Work indeed ! Just a minor problem: Do I have chance to change the color from pink to green ? Best regards Bernhard Quote Link to comment Share on other sites More sharing options...
randallc Posted April 14, 2005 Report Share Posted April 14, 2005 (edited) Glad to hear it! Here is first attempt at green; I will try to make it more flexible later Corrections also; 1. Resizes list (and box) depending on number of items 2. Fixed comment box to check if there are multiple paragraphs. 3. Resizes comment box (and box) if extra paragraphs 4. Moved right and high; I can change it back to centre if you want! 5. NUmber of items now the same as Macro Express; 34 or 36 , I think. Best, Randall (I hope no new glitches by changing!) EDIT April 25th (SEE NEXT POST FOR UPDATED GUI.EXE; au3 won't work; MacroExp file unchanged) Here we go, update just for Fun! Randall Additionally, now options for; 6. Change Font using Windows Font Selector; to unusual or decorative fonts, Bold italic as well etc. 7. Or Just change font size using updown box. 8. Either way, overall GUI adjusts size to fit the new sizes. 9. Default is selected if you hit enter (so far, Default must be first selection, or "A") 10. Option to left click select, then hit OK button. 11. (Improved interaction with colour changer; can select buttons on either GUI will remain active, though you must exit in order) Best, Randall AU3GREEN_FIX1.zip Edited April 25, 2005 by randallc Quote Link to comment Share on other sites More sharing options...
randallc Posted April 25, 2005 Report Share Posted April 25, 2005 Here we go, update just for Fun! Randall Additionally, now options for; 6. Change Font using Windows Font Selector; to unusual or decorative fonts, Bold italic as well etc. 7. Or Just change font size using updown box. 8. Either way, overall GUI adjusts size to fit the new sizes. 9. Default is selected if you hit enter (so far, Default must be first selection, or "A") 10. Option to left click select, then hit OK button. 11. (Improved interaction with colour changer; can select buttons on either GUI will remain active, though you must exit in order) Best, Randall GUICtrlCreateListViewItem.zip Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.