Jump to content

MessageBox Wizard


gcriaco
 Share

Recommended Posts

  • Administrators

This script provides a window to generate easily message boxes.

You can download it from:

http://www.autoitscript.com/fileman/users/public/gcriaco/

Tell me what you think about adding this script to Scite.

Happy coding

Peppe

That's cool, can I use it in the installed GUI examples?
Link to comment
Share on other sites

  • Developers

It can be included into SciTE when people want, but you would have to make it that your program dumps the output to stdout by using the ConsoleWrite() command.

So what if it would work as follows:

  • add a commandline parameter something like /StdOut
  • Without /StdOut let it work as it does today.
  • When /StdOut is specified then:
  • Change the Copy button text to to something like "Copy to Editor"
  • When "Copy to Editor" is clicked then do a ConsoleWrite() in stead of ClipPut()
What do you think ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

OK.

I'll change the code ASAP.

It can be included into SciTE when people want,  but you would have to make it that your program dumps the output to stdout by using the ConsoleWrite() command.

So what if it would work as follows:

  • add a commandline parameter something like /StdOut

  • Without /StdOut let it work as it does today.

  • When /StdOut is specified then:
  • Change the Copy button text to to something like "Copy to Editor"
  • When "Copy to Editor" is clicked then do a ConsoleWrite() in stead of ClipPut()
What do you think ?

<{POST_SNAPBACK}>

Link to comment
Share on other sites

It can be included into SciTE when people want,  but you would have to make it that your program dumps the output to stdout by using the ConsoleWrite() command.

So what if it would work as follows:

  • add a commandline parameter something like /StdOut

  • Without /StdOut let it work as it does today.

  • When /StdOut is specified then:
  • Change the Copy button text to to something like "Copy to Editor"
  • When "Copy to Editor" is clicked then do a ConsoleWrite() in stead of ClipPut()
What do you think ?

<{POST_SNAPBACK}>

MsgBoxWizard 1.1 released.

As JdeB suggested:

* added an optional commandline parameter /StdOut

* When /StdOut is specified then:

o Change the Copy button tooltip to "Copy the generated AutoIt code to the Console"

o When "Copy" is clicked then do a ConsoleWrite() instead of ClipPut()

* added a short ReadMe file

Any other suggestion/criticism is welcome

Ciao

Peppe

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...