gcriaco Posted January 20, 2005 Posted January 20, 2005 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 codingPeppe
MHz Posted January 20, 2005 Posted January 20, 2005 I am not sure if directly Scite related, but Autoit3, yes, very good. Shows different aspects of Msgbox. Very nicely done.
steveR Posted January 20, 2005 Posted January 20, 2005 Hey that can be handy! Saves a little wear and tear on the finger tips. Thanks! AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
MHz Posted January 20, 2005 Posted January 20, 2005 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 ?
DirtyBanditos Posted January 20, 2005 Posted January 20, 2005 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 codingPeppe<{POST_SNAPBACK}>Hello gcriaco ccol Msg Box great
Chris_1013 Posted January 20, 2005 Posted January 20, 2005 I did a similar thing to this for SplashScreens a while back - if anyones interested I'll see if I can clean up the code a lil and post it.
MHz Posted January 20, 2005 Posted January 20, 2005 (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 January 21, 2005 by MHz
Administrators Jon Posted January 20, 2005 Administrators Posted January 20, 2005 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 codingPeppeThat's cool, can I use it in the installed GUI examples? Ā
CyberSlug Posted January 20, 2005 Posted January 20, 2005 Great idea and implementation Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
condoman Posted January 20, 2005 Posted January 20, 2005 Nice Job. Can it be integrated with Scite tools?
MHz Posted January 20, 2005 Posted January 20, 2005 (edited) It is cool. Edited January 21, 2005 by MHz
gcriaco Posted January 20, 2005 Author Posted January 20, 2005 Yes, of course.You can use my code in any way.CiaoPeppeThat's cool, can I use it in the installed GUI examples?<{POST_SNAPBACK}>
Developers Jos Posted January 20, 2005 Developers Posted January 20, 2005 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.Ā
gcriaco Posted January 20, 2005 Author Posted January 20, 2005 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}>
kpu Posted January 20, 2005 Posted January 20, 2005 Excellent Tool! Just goes to show you that even the little things can be created for a great purpose. Writing scripts for writing scripts... http://www.kpunderground.com
gcriaco Posted January 22, 2005 Author Posted January 22, 2005 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
BasicOs Posted January 23, 2005 Posted January 23, 2005 super with a hotkey into Scite, and get inside the code Autoit.es - Foro Autoit en EspaƱol Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
bshoenhair Posted February 3, 2005 Posted February 3, 2005 (edited) @gcriaco Nice job Note: Currently at Line 343 include# <Constants.au3> Should be #include <Constants.au3> Edited February 3, 2005 by bshoenhair
gcriaco Posted February 3, 2005 Author Posted February 3, 2005 Fixed.You can download the update from my AutoIt site.ThanksPeppe@gcriacoNice jobNote:Currently at Line 343include# <Constants.au3>Should be#include <Constants.au3><{POST_SNAPBACK}>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now