Jump to content
Macro Express Forums

Dialog Box Size


nmanager

Recommended Posts

How do we change the size of a Dialog Box? I am using IF MESSAGE to show a checklist with OK/Cancel option before running a Macro. Only part of the text shows on the screen. Also, how do we change the font size/color/etc. in the dialog box.

 

BTW can't search the forum for "Dialog Box" because box is only 3 letters.

 

Thanks.

Link to comment
Share on other sites

What I do as a workaround is to open another text box. Usually I have the main box prompting the user in the middle but I'll add another resizable dialog box over on the left side of the screen as a kind of tips or explanation box. Works well.

Link to comment
Share on other sites

Sort of on topic- I had a dialog box open that would tell the user the name of the macro currently running (captured to variable) and an argument that would test the length of the Macro name in the variable, which would then adjust the size of the dialog box so that it would be no wider and no narrower than required to display the Macro name.

Link to comment
Share on other sites

Thanks everyone.

 

I went with Cory's dual box option. The main macro now calls out a sub-macro that contains a dialog box and the IF MESSAGE box. The dialog box with the check list items inside opens first. Then the IF MESSAGE box opens so both boxes are open at the same time. The dialog box in the sub-macro is set to close when the sub-macro ends, so both boxes close at the same time. All nice and easy.

 

Paul, the add on program is nice, but there were too many IT red flags. I would not be allowed to use it. It says in the instructions, "It's a very ugly system hack that sits in your system tray...This small hack is completely and utterly free and we accept no responsibility if it causes something to misbehave! It -=IS=- a HACK! "

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...