gseller Posted January 14, 2008 Share Posted January 14, 2008 (edited) Hey ALL... I have converted this wonderful script to work in AI 3.2.10.0 syntax and was unable to upload due to theone meg limits on the site. Here is the code to replace the entire code in the PassSecure.au3 file in JSunn's newest updated post at top of this page or the first page. Enjoy as I know I enjoy using this..Ok, something wrong with the site, won't take the [ autoit ] tags or the [ code ] tags... Here Is the converted PassSecure.au3 Edited January 14, 2008 by gesller Link to comment Share on other sites More sharing options...
Swift Posted January 17, 2008 Share Posted January 17, 2008 Like it...hmm..i found a buggy...when you try to delete a password...it deletes the top one...instead of the one you choose...is this supposted to happen? Link to comment Share on other sites More sharing options...
weaponx Posted January 17, 2008 Share Posted January 17, 2008 Like it...hmm..i found a buggy...when you try to delete a password...it deletes the top one...instead of the one you choose...is this supposted to happen?Maybe this will hold you over...http://keepass.info/ Link to comment Share on other sites More sharing options...
Swift Posted January 17, 2008 Share Posted January 17, 2008 is it safe? Link to comment Share on other sites More sharing options...
weaponx Posted January 17, 2008 Share Posted January 17, 2008 (edited) I've been using it (KeePass) for about 2 years now. This AutoIt script is mimicking everything KeePass does and even uses the KeeForm exe from the author of KeePass.http://keepass.info/plugins.html#formfillerKeePass is also pretty big on SourceForge:http://sourceforge.net/projects/keepass/ Edited January 17, 2008 by weaponx Link to comment Share on other sites More sharing options...
gseller Posted January 18, 2008 Share Posted January 18, 2008 Not sure why you are getting this, I am unable to duplicate this trouble. Is anyone else getting this? Or am I not understanding at what part you are deleting a password? Can you post a pic of your error? I will see if I can correct it. Link to comment Share on other sites More sharing options...
Valuater Posted January 18, 2008 Share Posted January 18, 2008 Hey ALL... I have converted this wonderful script to work in AI 3.2.10.0 syntax and was unable to upload due to theone meg limits on the site. Here is the code to replace the entire code in the PassSecure.au3 file in JSunn's newest updated post at top of this page or the first page. Enjoy as I know I enjoy using this.. Ok, something wrong with the site, won't take the [ autoit ] tags or the [ code ] tags... Here Is the converted PassSecure.au3 >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /beta /AU3Check /in "C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3" -->menucommand:1104 +>18:20:30 Starting AutoIt3Wrapper v.1.9.3 >Running AU3Check (1.54.10.0) from:C:\Program Files\AutoIt3\beta C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3(1752,66) : ERROR: _GUICtrlListView_GetItemTextString() called with wrong number of args. $lAcctN = _GUICtrlListView_GetItemTextString ( $listview, $i, 2) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\beta\Include\GuiListView.au3(2870,60) : REF: definition of _GUICtrlListView_GetItemTextString(). Func _GUICtrlListView_GetItemTextString($hWnd, $iItem = -1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3(1754,66) : ERROR: _GUICtrlListView_GetItemTextString() called with wrong number of args. $lAcctU = _GUICtrlListView_GetItemTextString ( $listview, $i, 3) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\beta\Include\GuiListView.au3(2870,60) : REF: definition of _GUICtrlListView_GetItemTextString(). Func _GUICtrlListView_GetItemTextString($hWnd, $iItem = -1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3(1756,66) : ERROR: _GUICtrlListView_GetItemTextString() called with wrong number of args. $lAcctP = _GUICtrlListView_GetItemTextString ( $listview, $i, 4) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\beta\Include\GuiListView.au3(2870,60) : REF: definition of _GUICtrlListView_GetItemTextString(). Func _GUICtrlListView_GetItemTextString($hWnd, $iItem = -1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3(1758,68) : ERROR: _GUICtrlListView_GetItemTextString() called with wrong number of args. $lAcctURL = _GUICtrlListView_GetItemTextString ( $listview, $i, 5) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\beta\Include\GuiListView.au3(2870,60) : REF: definition of _GUICtrlListView_GetItemTextString(). Func _GUICtrlListView_GetItemTextString($hWnd, $iItem = -1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\Examples\XSkin Folder\blank_old1_old13.au3 - 4 error(s), 0 warning(s) !>18:20:32 AU3Check ended.rc:2 +>18:20:32 AutoIt3Wrapper Finished >Exit code: 0 Time: 1.990 don't you check your stuff? ... especially if you are fixing someone else's errors! 8) Link to comment Share on other sites More sharing options...
gseller Posted January 18, 2008 Share Posted January 18, 2008 (edited) Sorry, I seen the problem now.. And I was just trying to help.. LOL edit: Valuater, Keep this up and I just might learn something one of these days LOL. I didn't realize This in scite, as usual thank you for your advice.. Edited January 18, 2008 by gesller Link to comment Share on other sites More sharing options...
WolfWorld Posted January 18, 2008 Share Posted January 18, 2008 Autoit 3.2.10.0 that why, it also make me fixed my program about a day to get it work Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets! Link to comment Share on other sites More sharing options...
gseller Posted January 21, 2008 Share Posted January 21, 2008 Ok, Updated and ready to go: Newest changes...From:_GUICtrlListView_GetItemTextArray($listview, _GUICtrlListView_GetSelectedIndices($listview,-1))To:_GUICtrlListView_GetItemTextArray($listview, -1)From:_GUICtrlListView_GetItemTextString( $listview, $i, 3)To:_GUICtrlListView_GetItemTextArray( $listview, $i, 3);----------------------------------------------------------------Everything is clean on the syntax check now.. C:\PassSecure.au3 - 0 error(s), 0 warning(s)>Exit code: 0 Time: 0.406Updated file can be found here. Zip file including all files to run the script. Link to comment Share on other sites More sharing options...
Swift Posted January 21, 2008 Share Posted January 21, 2008 Hey...where'd you get the lock.ico with the edges trimmed? its really cool...but i dont have it...and its not in the zip...by the way...great addition... Link to comment Share on other sites More sharing options...
gseller Posted January 21, 2008 Share Posted January 21, 2008 Hey...where'd you get the lock.ico with the edges trimmed? its really cool...but i dont have it...and its not in the zip...by the way...great addition... Pretty sure it came with the original from JSunn the orig script author. I did make one but don't remember if I changed it or not.. Link to comment Share on other sites More sharing options...
Swift Posted January 21, 2008 Share Posted January 21, 2008 another thing...why doesnt the .au3 file work??? it doesnt add them correctly like the .exe...i converted the .au3 to .exe...still doesnt work...are you having this problem? Link to comment Share on other sites More sharing options...
gseller Posted January 21, 2008 Share Posted January 21, 2008 Have to download from post 30 here http://www.autoitscript.com/forum/index.ph...st&p=466501 the forum added the orig post and that files does not work . Download from this link or here: Link to comment Share on other sites More sharing options...
JSunn Posted January 21, 2008 Author Share Posted January 21, 2008 Thanks gesller! - I've uploaded the updated code with your compatibility fixes to the original post for download - I posted credit to you in the code as well as on the first post - . Thanks again for taking the time and updating it! I've been pretty busy.. Thanks, -John Link to comment Share on other sites More sharing options...
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