Jump to content

Recommended Posts

Posted (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 by gesller
Posted

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?

Posted

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/

Posted

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.

Posted

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)

NEWHeader1.png

Posted (edited)

Sorry, I seen the problem now.. And I was just trying to help.. LOL :D

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 by gesller
Posted

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.406

Updated file can be found here. Zip file including all files to run the script.

Posted

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... :D

Posted

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... :D

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..

Posted

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?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...