gcriaco 1 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 Share this post Link to post Share on other sites
MHz 80 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. Share this post Link to post Share on other sites
steveR 0 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. Share this post Link to post Share on other sites
MHz 80 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 ? Share this post Link to post Share on other sites
DirtyBanditos 0 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 Share this post Link to post Share on other sites
Chris_1013 0 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. Share this post Link to post Share on other sites
MHz 80 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 Share this post Link to post Share on other sites
Jon 1,009 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? Deployment Blog:Ā https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming:Ā https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
CyberSlug 6 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! Share this post Link to post Share on other sites
condoman 4 Posted January 20, 2005 Nice Job. Can it be integrated with Scite tools? Share this post Link to post Share on other sites
MHz 80 Posted January 20, 2005 (edited) It is cool. Edited January 21, 2005 by MHz Share this post Link to post Share on other sites
gcriaco 1 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}> Share this post Link to post Share on other sites
Jos 2,164 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.Ā Share this post Link to post Share on other sites
gcriaco 1 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}> Share this post Link to post Share on other sites
kpu 1 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 Share this post Link to post Share on other sites
reyer 0 Posted January 21, 2005 I like it it maight come in handy.... Share this post Link to post Share on other sites
gcriaco 1 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 Share this post Link to post Share on other sites
BasicOs 0 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 Share this post Link to post Share on other sites
bshoenhair 0 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 Share this post Link to post Share on other sites
gcriaco 1 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}> Share this post Link to post Share on other sites