Message box from macros?

Help with writing and playing macros

Message box from macros?

Postby Pankoweit » Thu Mar 19, 2009 6:22 am

Hi,

I would like to give the user of my macro some kind of information about error cases or other status messages. Since I do not want to write those information to the active file, I was looking for some possibilities to write my messages to the output window or to create a message box, like a javascript alert. Is this possible from within a macro?

Thanks in advance,

P.
Pankoweit
Newbie
 
Posts: 1
Joined: Mon Mar 16, 2009 7:19 am

Re: Message box from macros?

Postby Mofi » Thu Mar 19, 2009 7:30 am

No. There is no possibility to tell a user something from within a macro with current version 14.20.1.1008 of UltraEdit. There is currently no macro command for showing a message box or writing to the output window - see page Edit Macro command in help of UltraEdit.

You can only open a new file and write into this file what you want to tell the user. You can also translate your macro to a script (JavaScript). The script feature of UltraEdit has the capabilities to write to the output window or to display a message with a message box.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Macros