Jump to content

Recommended Posts

Posted

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

Posted

Come to think of of it. We all wonder what a function is capable of. Jon, how about an extra button for these kind of demo's in the help file ?

Posted

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

<{POST_SNAPBACK}>

Hello o:) gcriaco ccol Msg Box great :lmao:
Posted (edited)

I did one to work out the difference in GuiRead and GuiCtrlgetstate exactly, until I made an example to show me the difference.

Edit: Remove some junk from file.

Edited by MHz
  • Administrators
Posted

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?


Ā 

  • Developers
Posted

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.
Ā  :)

Posted

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

Posted

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

  • 2 weeks later...
Posted

Fixed.

You can download the update from my AutoIt site.

Thanks

Peppe

@gcriaco

Nice job

Note:

Currently at Line 343

include# <Constants.au3>

Should be

#include <Constants.au3>

<{POST_SNAPBACK}>

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
×
×
  • Create New...