Jump to content

Reminder alert


Achilles
 Share

Recommended Posts

This program will alert you to previously scheduled tasks. It starts hidden but you can show it by using the tray icon it has... I did that because that way you can put in your startup without it popping up every time you log on.

I have one question: How could I make it (on the alert window that pops up) so that the label is transparent, I've tried the transparent thing but it doesn't seem to be working...

Please let me know what you think! :whistle:

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

This program will alert you to previously scheduled tasks. It starts hidden but you can show it by using the tray icon it has... I did that because that way you can put in your startup without it popping up every time you log on.

I have one question: How could I make it (on the alert window that pops up) so that the label is transparent, I've tried the transparent thing but it doesn't seem to be working...

Please let me know what you think! :whistle:

Kool

What about adding repeat events, pick your own wav per reminder, create a reminder -you may want to add notes with a type of header(reminder name)

just my 2 cents

but after opening reminder - the exit button will exit the application and the X top right will hide the application (design?)

I am not keen of the lag for the transparent windows - I do like it though, maybe make it faster or since you might have to write an INI for my 2 cents above you may want to let the user decide time and/or no tranparent windows.

I really like the GUI

Edit @#$#@$ spelling

Edited by nitekram

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

Kool

What about adding repeat events, pick your own wav per reminder, create a reminder -you may want to add notes with a type of header(reminder name)

just my 2 cents

but after opening reminder - the exit button will exit the application and the X top right will hide the application (design?)

I am not keen of the lag for the transparent windows - I do like it though, maybe make it faster or since you might have to write an INI for my 2 cents above you may want to let the user decide time and/or no tranparent windows.

I really like the GUI

Edit @#$#@$ spelling

Thanks for your advice! I hadn't thought about repeating event but it sounds like a good idea, so I'll look into that when I'm done with my homework... :whistle: I also like you idea of having selected sounds, that should be pretty easy. I'm not sure what you mean by the last one... I already have a "Add an reminder", how would that be different from "Create a reminder"?

Do you think that the exit idea is good? That's kind of how msn messenger does it. I think I'll might just take out the exit button on the form though, and then it would be completely like msn messenger in that you can exit from the trayitem.

I also like you idea about having an option for the fade, I'll make an options menu or something.

Once again thanks for you comments/suggestions!

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

I'm not sure what you mean by the last one... I already have a "Add an reminder", how would that be different from "Create a reminder"?

I mean you may want a header and some notes for each reminder - you may not want to display the notes on the main gui, but when the popup reminder came up - you could see the exact notes - again just my 2 cents

Do you think that the exit idea is good? That's kind of how msn messenger does it. I think I'll might just take out the exit button on the form though, and then it would be completely like msn messenger in that you can exit from the trayitem.

Maybe just have the top exit button EXIT the application (maybe a reminder saying "Are you sure?", as your reminder will no longer remind) and then have the button called exit equal HIDE instead.

Thought of another idea - you may want to edit your entry, rather than delete and start over with another reminder when all you wanted to do was change the title - again my 2 cents

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

I mean you may want a header and some notes for each reminder - you may not want to display the notes on the main gui, but when the popup reminder came up - you could see the exact notes - again just my 2 cents

Maybe just have the top exit button EXIT the application (maybe a reminder saying "Are you sure?", as your reminder will no longer remind) and then have the button called exit equal HIDE instead.

Thought of another idea - you may want to edit your entry, rather than delete and start over with another reminder when all you wanted to do was change the title - again my 2 cents

Ok, I like that idea... I think those additions would be pretty easy and would also make the program more user friendly. I'll post an updated version once I get those additions on... Thanks again!

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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...