Jump to content

Mynotes 1.1


Guest rathore
 Share

Recommended Posts

Guest rathore

Changes:

=======

-Added the ability to open the file from

search results.

-Fixed a bug which caused MyNotes to exit

after a search is performed.

-Fixed a bug which caused MyNotes to exit

after adding a note to a file.

-Mouse position scanning made faster.

-MD5.exe included in MyNotes.exe

-Information moved from script to

readme file.

I'd forgot some credits :whistle:

All the guys who were of help in the Autoit forum

while I was writing this script. I've used some

of your ideas and I'm thankful for them B)

Download: {link removed check the post titled "New Mynotes" in this subfourm for latest version}

Edited by rathore
Link to comment
Share on other sites

mmn... possible bug?

I have a doubt reading this func that is in your program...

Func TTip()
    Send("{f2}")
    $name=ControlGetText ( "", "", "Edit2" )
    Send("{esc}")
    $path=ControlGetText ( "", "", "Edit1" )
    $md5=GetMD5($path&"\"&$name)
    $Tip=IniRead(@ScriptDir&"\MyNotes.ini", "Notes", $md5, "No Info Found")
    $trimpos=StringInStr($Tip, ">" )
    $Tip=StringTrimLeft($Tip, $trimpos)
    Return ($Tip)
EndFunc

What about if someone have not the "show full path on adress bar" option actived?

The edit1 control would have incomplete path and the script could not work...

Or I am fully wrong?

Link to comment
Share on other sites

Guest rathore

What about if someone have not the "show full path on adress bar" option actived?

The edit1 control would have incomplete path and the script could not work...

very correct!! ... actually I've now added this to the readme file (still 've to upload this new one):

If the Address Bar of the explorer window doesn't show the full path then enable it from:

Tools Menu> Folder Options> View> Display the full path in the address bar

Please all users, make sure u've enabled this!!

So it would work both if I change the file XOR the path

sounds nice... i'll see if this does not have any unobvious side effects :whistle:

Link to comment
Share on other sites

Guest rathore

i guess i've done it!! :whistle:

yes it now supports both file content change & file location change! (though i'm still skeptical if they both r compatible? )

still some testing to do...

Edited by rathore
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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