AutoHotkey Community

It is currently May 26th, 2012, 4:43 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

Do you like this app? And should I continue improving it.
Perfect, continue.
Nice, continue.
Bad, but continue and try to remove bugs.
Bad, don't continue it.
Very bad, don't continue it.
You may select 1 option

View results
Author Message
 Post subject: Notes
PostPosted: March 19th, 2008, 8:35 pm 
Offline

Joined: January 6th, 2008, 8:09 pm
Posts: 39
Location: Gdi+ v1.1
Hi.

This is my third script. It's a copy of the sidebar gadget in Vista.
Hope you like it.

Image
Note v1.0
Image
Note v2.0

Current Version: Note v 2.0 (not available to download yet)

Requirements:
-Webdings font
-Speakers (to launch the music plug-in of course)

Note v 1.6 [Download]

Note v 1.5 beta1[Download]

Note v 1.3[Download]

Note v 1.2[Download]

Note v 1.15[Download]

Note v 1.1[Download]

How to use:
-single click on the music icon to show\hide the music plug-in
-double click on the alarm button stops and resets the timer
-single click on the alarm button shows the "set timer" box
*the save button accepts the alarm time
-double click with the left mouse button on free space saves the current position of the app,
-single click on free space saves the note while writing,
-delete button discards changes made to the note (while writing it) or deletes current note (when not writing),
-double click on the tray icon to enable/disable the window,
-double click with the right mouse button opens the "Note - Preview" window.

~not working on a spell check (not enough time)
~playlist maybe?

V 2.0:
+DllCall performance increased.
+Fixed PaintNote deletion.
+Added plug-in support.
+Added "About" window.
+Regrouped tray menu.

! 1 example plug-in in package - Music Player
! When making own plug-in, you'll have to run the ForcePluginsReload.ahk script, and reload the main script.

V 1.6:
+Added PaintNote.
+Fixed default note.
+Fixed note saving.
+Added "intelligent" animation to the Note Preview window.
+Slowly changing image format to png.
+Added options menu.

-Sometimes problems occur, when saving certain types of notes.

V 1.5 beta1:
+Fixed Update Manager bug.

V 1.3:
! doesn't hang up anymore !
+note preview window

V 1.2:
+launching programs when the timer expires
+first update manager

V 1.15 beta:
+added alarm clock
+you don't have to click edit control to change the note

V 1.1:
+added enabling/disabling the window
+changed transparency
+removed small bugs
+the first working version of the app (the previous one wasn't downloading all of the needed files)

V 1.0:
+the first version of the app
-many bugs found

The project died...
Although I finally added the spell check...

Please, vote if you like it!! (if not, vote too)


Last edited by jk7800 on October 19th, 2008, 12:40 pm, edited 21 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2008, 9:10 pm 
Offline

Joined: June 4th, 2005, 1:54 am
Posts: 146
Can you post a screenshot or anything?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2008, 8:47 pm 
Offline

Joined: September 3rd, 2006, 5:34 am
Posts: 601
Location: Iowa, U.S.
Hi maybe you could post the code. I'd rather look at it to see what i'm getting myself into.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2008, 9:21 pm 
Offline

Joined: March 19th, 2006, 5:52 am
Posts: 419
slomz wrote:
Hi maybe you could post the code. I'd rather look at it to see what i'm getting myself into.

The link is to an ahk file.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2008, 9:55 pm 
Offline

Joined: February 18th, 2008, 8:26 pm
Posts: 442
Nice. Maybe you could fork Tomboy in ahk ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2008, 10:25 pm 
Offline

Joined: May 2nd, 2006, 11:16 pm
Posts: 800
Location: Greeley, CO
Oberon wrote:
Nice. Maybe you could fork Tomboy in ahk ;)

OMG! Too funny.
Check out this quote from the Tomboy website;

* Highlighting text
* Inline spelll checking <---------------------- Love it!
* Auto-linking web & email addresses
* Undo/redo
* Font styling & sizing
* Bulleted lists

_________________
Image
SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 21st, 2008, 6:09 am 
Cool, but thers alot of bugs.
The biggest i saw was that it saves zero bit files


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 22nd, 2008, 2:51 pm 
Offline

Joined: January 6th, 2008, 8:09 pm
Posts: 39
Location: Gdi+ v1.1
I will try to remove most of bugs, but I have to know, should I continue with the project. I'll add a poll to the thread.

_________________
My first app: Note
(Please, vote if you like my apps!)

None of my apps took me more than a day to create... After this time I get bored with it (maybe except the note one)...


Last edited by jk7800 on June 25th, 2008, 2:37 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 22nd, 2008, 9:21 pm 
SoggyDog wrote:
Oberon wrote:
Nice. Maybe you could fork Tomboy in ahk ;)

OMG! Too funny.
Check out this quote from the Tomboy website;

* Highlighting text
* Inline spelll checking <---------------------- Love it!
* Auto-linking web & email addresses
* Undo/redo
* Font styling & sizing
* Bulleted lists


you didn't get it. it was shown as an example. on how the app would highlight a misspelled word.

in other words, that was intentional.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2008, 9:25 pm 
Offline

Joined: January 6th, 2008, 8:09 pm
Posts: 39
Location: Gdi+ v1.1
I have removed a bug, which occurred while removing the first note. I'm working on a timer function. I can't delete the 0 byte files bug, yet. Please, post more bugs and vote! ;)

_________________
My first app: Note
(Please, vote if you like my apps!)

None of my apps took me more than a day to create... After this time I get bored with it (maybe except the note one)...


Last edited by jk7800 on June 25th, 2008, 2:38 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2008, 9:43 pm 
Offline

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
When I run it, the notepad is just stuck at the top left of my screen and I cannot see any icons on the top of it. I can enable it with the tray icon and type a note, but not much else.

_________________
[Join IRC!]
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 25th, 2008, 10:24 am 
Offline

Joined: January 6th, 2008, 8:09 pm
Posts: 39
Location: Gdi+ v1.1
I have improved the script. Before you download the new version, just delete the "Notepad" folder, okey? ;)

_________________
My first app: Note
(Please, vote if you like my apps!)

None of my apps took me more than a day to create... After this time I get bored with it (maybe except the note one)...


Last edited by jk7800 on June 25th, 2008, 2:38 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 25th, 2008, 2:37 pm 
Offline

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
Now it appears in the center of my screen, but I cannot move it and still have no icons... I believe this is part of the problem:
Code:
IfNotExist, Notepad\*.bmp
    UrlDownloadToFile, http://www.autohotkey.net/~jk7800/Note/*.bmp, Notepad\*.bmp
I do not have any .bmp files in my Notepad folder (I deleted it before trying again).

_________________
[Join IRC!]
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 25th, 2008, 7:02 pm 
Offline

Joined: January 6th, 2008, 8:09 pm
Posts: 39
Location: Gdi+ v1.1
:oops: I forgot about this... Now it will work.

_________________
My first app: Note
(Please, vote if you like my apps!)

None of my apps took me more than a day to create... After this time I get bored with it (maybe except the note one)...


Last edited by jk7800 on June 25th, 2008, 2:38 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 25th, 2008, 7:06 pm 
Offline

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
Cool, it works much better now. I like this script.
Feature request: Focus on the edit form after you click the 'new' button so you don't have to click there before you start typing.

_________________
[Join IRC!]
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: JamixZol and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group