Angel Posted January 29, 2005 Posted January 29, 2005 Jon, at some point the installer gives the option to uninstall or continue. One of the two options does not fit in a single line and the result is that it cannot be read. (See the attached image) I think that the AutoItX stuff (which as far as I see only contains the help file) should stay in a separate subfolder. Otherwise newbies might open the AutoItX file instead of the regular AutoIt file. BTW, Jon, I haven't followed much the AutoItX stuff, but what do you mean by that "(auto registers too)"? Regarding the Run script I've never used it but I don't think that it bothers me or that it would confuse me as a newbie... Also, this is the 1st time I've tried the updater, and I can see that the About message box is too small, as the text does not fit in it. Also I think that if the current version is equal to the latest version the corresponding button should be greyed out. Also perhaps a different icon should be used for the updater. It is hard to differenciate it from the other shortcuts otherwise. It is great nevertheless! Cheers, Angel
CyberSlug Posted January 29, 2005 Posted January 29, 2005 ...at some point the installer gives the option to uninstall or continue. One of the two options does not fit in a single line and the result is that it cannot be read. (See the attached image)<{POST_SNAPBACK}>Check your attachment Anyway, with normal font sizes on 1024x768 res, the image looks okay: Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
JSThePatriot Posted January 29, 2005 Posted January 29, 2005 Updated:http://www.autoitscript.com/autoit3/files/beta/autoit/- Changed all version info to 3.1.0.x as the GUI stuff is a major addition so a big version number change is needed. Hopefully I managed to change all the files and help to reflect this.- Added AutoItX to the installation (auto registers too)- Fixed bugs and helpfile typos reported this weekIn the installer should the start menu stuff stay as it is? Should AutoItX be placed in the Extras sub folder?Should "Run Script" remain? I am never sure if that helps or hinders people.<{POST_SNAPBACK}>I have used Run Script. I used it the first day I got AutoIt I would leave it for now. (Personal Opinion) I didnt use it after I got ahold of SciTE. :-DJS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
Angel Posted January 29, 2005 Posted January 29, 2005 Check your attachment Anyway, with normal font sizes on 1024x768 res, the image looks okay:<{POST_SNAPBACK}>I am using the default windows theme and font size although my resolution is higher.I guess that this could be easily fixed by increasing the corresponding text label size so that it can accomodate two lines of text if necessary.Cheers,Angel
Administrators Jon Posted January 29, 2005 Author Administrators Posted January 29, 2005 I am using the default windows theme and font size although my resolution is higher.I guess that this could be easily fixed by increasing the corresponding text label size so that it can accomodate two lines of text if necessary.Cheers,AngelI doubled the line size in the installer i uploaded today. No annoucement though, just installer and typo fixes. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Administrators Jon Posted January 30, 2005 Author Administrators Posted January 30, 2005 Updated:http://www.autoitscript.com/autoit3/files/beta/autoit/- Various installer tweaks- Some documentation typos fixed- Documented that "regexp=" can be used for matching window titlesRegExp stuff from Nutster:- Added StringRegExpReplace() - Added \< and \> regular expressions (beginning and end of word)- Fixed bug with * not properly matching 0 hits.- Fixed problem with RegExp cacheEdit: For The RegExpReplace function should the @extended flag stay the same or should it match the StringReplace usage where it returns the number of replacements? What do you think, Nutster? Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
BasicOs Posted January 30, 2005 Posted January 30, 2005 What is "Run Script"? 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
MHz Posted January 30, 2005 Posted January 30, 2005 What is "Run Script"?<{POST_SNAPBACK}>Right click on an *.au3 file, and you will see an answer.I prefer the option to remain.
Administrators Jon Posted January 30, 2005 Author Administrators Posted January 30, 2005 Right click on an *.au3 file, and you will see an answer.I prefer the option to remain.No, I mean the shortcut "Run Script" in "Start \ Autoit v3" Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Nutster Posted January 30, 2005 Posted January 30, 2005 (edited) Edit: For The RegExpReplace function should the @extended flag stay the same or should it match the StringReplace usage where it returns the number of replacements? What do you think, Nutster?<{POST_SNAPBACK}>That is easy enough to change. Right now, @Extended gives a true/false answer found because that was easiest when I copied code from StringRegExp. Changing that to the number of replacements should not be too much work. I will adjust and resubmit, maybe tomorrow.BTW, I have put my test scripts for StringRegExp and StringRegExpReplace in http://www.autoitscript.com/fileman/users/Nutster/ so other can check out what I did. Edited January 30, 2005 by Nutster David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
this-is-me Posted January 30, 2005 Posted January 30, 2005 For my part Jon, I see no real need for the item in the start menu. Who else would I be?
Administrators Jon Posted January 30, 2005 Author Administrators Posted January 30, 2005 Minor Update - History sections in the helpfile added, some missing examples added. - Saunders' latest updater included This will likely be the last update until next weekend (back to hotel hell for me tomorrow). Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
trids Posted January 31, 2005 Posted January 31, 2005 I give up on the GUI tutorial tbh. I'm resorting to just installing examples Josbe had a go at a GUI calculator tutorial but I'm not sure it was basic enough for a first timer. (nice though, josbe why don't you put the pages in your directory and let everyone see what they think? ).<{POST_SNAPBACK}> .. and/or maybe you'd like to post it to the Wiki, josbe ... ? It sounds like just the thing we're looking for there.
Josbe Posted January 31, 2005 Posted January 31, 2005 ...RegExp stuff from Nutster:...<{POST_SNAPBACK}>Wow. Thanks a lot, David and Jon. (with these additions, some things now become easier... ) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Administrators Jon Posted February 4, 2005 Author Administrators Posted February 4, 2005 (edited) Updated:- DllCall internal bug fixed- Some GUI fixes, including transparent pic stuff- FileGetTime now works on folders too- Added '{', '}' ']' and ')' to list of characters that MUST be escaped in regular expressions.- StringRegExpReplace gives number of replacments in @extended- Added pipe (|) to regular expressionsEdit: Whoops forgot to include the IniReadSection change, i'll do that tomorrow. Tired.More edit: AutoItX crashes fixed too. Edited February 4, 2005 by Jon Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
jpm Posted February 4, 2005 Posted February 4, 2005 Updated:- DllCall internal bug fixed- Some GUI fixes, including transparent pic stuff- FileGetTime now works on folders too- Added '{', '}' ']' and ')' to list of characters that MUST be escaped in regular expressions.- StringRegExpReplace gives number of replacments in @extended- Added pipe (|) to regular expressionsEdit: Whoops forgot to include the IniReadSection change, i'll do that tomorrow. Tired.<{POST_SNAPBACK}>I will have a unconstraint transparency tooGood night
Valik Posted February 4, 2005 Posted February 4, 2005 Jon, might give a quick review of functions to see if any others should use @extended instead of @error. I know off the top of my head that Ping() should. Its a little late to be bringing that up, perhaps, but its better now than after another release cycle.
therks Posted February 5, 2005 Posted February 5, 2005 Okay, so how exactly do version numbers work. Cus I'm changing my CompareVersions function around a lot trying to make it work the way I keep thinking it should, and apparently I keep thinking wrong. I guess basically what I need to know, is if each subnumber should be treated as a decimal or as an integer... explanation by example: Is 3.0.1.7 higher or lower than 3.0.1.10? Decimal comparison: 3 = 3 0.0 = 0.0 0.1 = 0.1 0.7 > 0.10 Thus 3.1.0.7 is higher. Integer comparison: 3 = 3 0 = 0 1 = 1 7 < 10 Thus 3.1.0.10 is higher. I guess I'm just confused because, somewhere, I picked up the idea that each subnumber was like another decimal place. Thus 1.1 was no higher than 1.10, etc. But according to the most recent unstable version, I was way off the mark. So is this the way it is? Each subnumber is considered an integer? My AutoIt Stuff | My Github
CyberSlug Posted February 5, 2005 Posted February 5, 2005 . So is this the way it is? Each subnumber is considered an integer?<{POST_SNAPBACK}>Yep. In fact, you can see this from the changelog in the help file appendix (if you scroll down a bit )29th Feb, 2004 - v3.0.10011th Mar, 2004 - v3.0.101 4th Aug, 2004 - v3.0.102 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted February 5, 2005 Author Administrators Posted February 5, 2005 Okay, so how exactly do version numbers work. Cus I'm changing my CompareVersions function around a lot trying to make it work the way I keep thinking it should, and apparently I keep thinking wrong.I guess basically what I need to know, is if each subnumber should be treated as a decimal or as an integer... explanation by example:Is 3.0.1.7 higher or lower than 3.0.1.10?Decimal comparison:3 = 30.0 = 0.00.1 = 0.10.7 > 0.10Thus 3.1.0.7 is higher.Integer comparison:3 = 30 = 01 = 17 < 10Thus 3.1.0.10 is higher.I guess I'm just confused because, somewhere, I picked up the idea that each subnumber was like another decimal place.Thus 1.1 was no higher than 1.10, etc.But according to the most recent unstable version, I was way off the mark. So is this the way it is? Each subnumber is considered an integer?Integer comparision. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
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