Jump to content
Macro Express Forums

Wishlist


Bernd.Frisch

Recommended Posts

  • 3 months later...
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....... equivalent

Repeat 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

Link to comment
Share on other sites

  • 2 weeks later...

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

DialogRightClick.JPG

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 by randallc
Link to comment
Share on other sites

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 by randallc
Link to comment
Share on other sites

  • 2 weeks later...

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

tabbed%20GUI%20choice6.JPG

GUICtrlCreateListViewItem.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...