CyberSlug Posted February 18, 2004 Posted February 18, 2004 WinGetState was added in 3.0.94 after Jon realized he overlooked the functionality. (I bet it would have been added sooner if Jon had used the name WinSetState instead of WinShow.) You can open a help file to a specific location using the right command-line parameters to hh.exe (for CHM help files). I don't know about HLP help files; probably similar.... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
scriptkitty Posted February 18, 2004 Posted February 18, 2004 AutoIt? WinGetState ( "title" [, "text"] ) Return Value: Success: Returns a value indicating the state of the window. Multiple values are added together so use BitAND() to examine the part you are interested in: 1 = Window exists 2 = Window is visible 4 = Windows is enabled 8 = Window is active 16 = Window is minimized 32 = Windows is maximized Failure: Returns 0 and sets @error to 1 if the window is not found. In .94 version. Makes things really easy at times now. Is it maximised? or just the same size as the desktop? AutoIt3, the MACGYVER Pocket Knife for computers.
CyberSlug Posted February 18, 2004 Posted February 18, 2004 Break -- that's wrong; AutoIt's Break function affects the tray icon.... I think you should should put ExitLoop and/or Return Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
redndahead Posted February 18, 2004 Author Posted February 18, 2004 Thanks I'm working off of the 3.0.93 docs, so I missed that one. red
redndahead Posted February 18, 2004 Author Posted February 18, 2004 :iamstupid: Duh, ExitLoop is what I want. Sorry trying to go too fast and it is waaaayyy tooooo late here. red
redndahead Posted February 18, 2004 Author Posted February 18, 2004 Alright I have finished what I know and when I get home I will convert it to a web page. If anyone has anything to change please let me know. I have discovered that I am losing interest in this project so what I got I am putting up and maybe if someone deems necessary they can continue or work with me on continuing it.Here is the .csv and I will put the HTML page up tonight. Thanks for all who helped.red
scriptkitty Posted February 19, 2004 Posted February 19, 2004 (edited) To be fair, I guess we would have to list all the AutoIt functions not given.I placed in most that didn't have a listing for, and put thier descriptions in there.winbatchitems.csvedit... oops made a small script mistake, brb... ok, fixed... Edited February 19, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
autoitNOW Posted December 24, 2004 Posted December 24, 2004 The comparison continues (but I'm for AutoIT).AutoIT can do some DLL calls, etc...Winbatch can do COM/OLE (thus interface with MS Office apps like VBA) and has the "AddExtender" command which allows it to call special dlls to extend its built in function set. There is also webatch now for CGI scripting.Winbatch commands link:http://files.winbatch.com/wwwftp/wb01/wil-lang.pdf (Wil)http://files.winbatch.com/wwwftp/wb01/winbatch.pdf (WinBatch)http://webbatch.windowware.com/webcgi/webb...eber+about+null (webbatch) An ADVOCATE for AutoIT
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