Jump to content

Recommended Posts

Posted (edited)

After a hard days work, which included lots of sitting and coke, I managed to make this. It's fairly simple but I find it useful for storing my thoughts and dream (actual dreams not aspirations).

Let me know what you think, including (as always) suggestions, comments and criticisms.

Updated: July 17, 2008

Download here: Journal.au3 Previous number of downloads: 115

My chosen icon for it:

Edited by Achilles
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Posted (edited)

Simple, but useful :P

Thanks, I think I will use this to keep track of the change log for my applications :)

~ Hallman

EDIT: Only suggestion: maybe make the password optional? Or a "Remember my password" option that lasts for a week or so. :P

Edited by Hallman
Posted

(315) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:

$year = StringTrimLeft($temp[3], 1)

$year = StringTrimLeft(^ ERROR

Posted

(315) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:

$year = StringTrimLeft($temp[3], 1)

$year = StringTrimLeft(^ ERROR

What OS are you using?

If possible could you post a screen shot of what you calendar looks like?

I only have Vista so this is designed to work in Vista so I'm not sure if it will work in any others.

@Hallman: I'll add (as in add an option to remove the password) that as soon as possible.

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Posted

Quick question, are you using Vista or XP?

Both xD (duo boot)

But lately I've been using Vista more (shudders) since that's what I have Visual Studio 2008 installed on

Posted

What OS are you using?

If possible could you post a screen shot of what you calendar looks like?

I only have Vista so this is designed to work in Vista so I'm not sure if it will work in any others.

@Hallman: I'll add (as in add an option to remove the password) that as soon as possible.

windows xp

  • 3 weeks later...
Posted

This should be the correct code for XP

CODE
Func _GetDate()

$temp = GuiCtrlRead($guiDate)

$temp = StringSplit($temp, ' ')

$year = StringTrimLeft($temp[3], 1)

$date = _GetMonthIndex($temp[2]) & $temp[1] & $year

Return $date

EndFunc

Posted

Pretty cool! Couple things and thoughts (Vista Ultimate SP1 32-bit) -

1. When hovering the "Today" label in the calendar (bottom center), only part of the date is highlighted

2. You should either recommend to new users to change the _StringEncrypt() password ("confidential") before compile, or make it so it uses a dual password, maybe labeled as password and salt or something.

Nice work.

  • 2 years later...
Posted (edited)

Buggie! :)

If you have enable password protection, maybe create some journals and close Journal.exe. Then delete all the entries. Open Journal.exe again and try to change password. You will get this error:

C:\Users\Crash\Desktop\Journal.au3 (212) : ==> Subscript used with non-Array variable.: $progress = $files[0] > 50 $progress = $files^ ERROR

Buggie 2! ;)

In the $instructions variables, this is typed:

When switching computer your password will be forced to create a new passwordon the new computer.......

Please add a space between password and on.

Thanks.

PS. Nice program. Please perhaps zip a compressed version for people to download? I don't have any icons for the Journal.exe

Edited by Crash

JPGRARMouse Lock | My website | Thanks so much for your help! ❤️

Posted

I added a password and now when i type it in the program just closes. Im using win7

have you though of encrypting the logs as if you open the entries folder you can jsut read them anyway so defeats the object of a password.

Drunken Frat-Boy Monkey Garbage

Posted

Hi

I like the program thanks. i was wondering if it is poss to add a couple of additions. A small section above to input Tite(of the note added such as "good day out", Location, date, Weather. And if possible an add button to bring up the open dialog box and then i can select a picture too. Then after ive typed my journal out when i click to read the notes such as the one titled above then it will show me the info in the boxes that i typed the info in so its easy to read then i can read my notes below from the notes box and maybe if there was a listview of the pic files linked with the specific note that it would display the link so i can select it to show up. Maybe have each note become a folder with a text file inside and the pics with it?

What do you think?

thanks

Jamie

Drunken Frat-Boy Monkey Garbage

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