Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 15 of 15
  1. #1
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519

    Birthday Desktop App

    Is there something pre-fabbed out there or any advice on what would be best for me to create a custom desktop app allowing me to dump a custom birthday list in that would allow me or anyone with the desktop app to be alerted two days before the birthday?

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    i would choose AMS with the sqlite plugin, as for pre-fabbed, check below link

    http://www.tucows.com/preview/198842
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    A lot of IM clients have this capability including Skype. If you and your friends/family have Skype it will alert you when it is their birthday.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  4. #4
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    Thx guys for the posts....I could not figure the sqlite thing....but, I suspect that is the best way to go. The one app only really works with ICS file types....so, I am looking for my only offline custom alert where I can import a csv or xls file as the reference. I thought that it would be easy enough to create a FLASH file and reference an xml file...but, I do not know enough about flash to know how to write AS3.

  5. #5
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    Using flash and .xml file would be probably the easiest way in my opinion. If you need a flash/xml sample, let me know. I have loads of them hanging around on my hard drive.

  6. #6
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    hey Eric...yea, any sample file would be great...so, that there is a way my PC clock will trigger the xml and allow me to have several fields like, Name, birthday, phone, email....

  7. #7
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    So you are looking for an app that will alert you when a birthday is about to happen, then populate some text fields with name, date, phone, email?

    This would work when the app is fired up, it will do a check of the xml then display any birthdays. Am I on the right track?

  8. #8
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    Exactly....preferable with like two days advance notice so I have time to buy a card.....

    Heck, if you know how to do this and know how to package it.....it would be a nice little $25 app.

  9. #9
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    Sorry it took so long, had to help the in laws move to Sun City.


    I think I have a rough idea of what you are looking for. Here are the features of this app:

    -able to change the number of days notice.
    -able to choose to load all, or just the birthdays in notice on start.
    -displays:first name, middle I, last name, address, city, state, zip, birthday, phone, email, a notes area, and a picture.
    -able to switch between all entries or the birthday notice entries.
    -displays time and date.
    -uses a .xml file for all data.
    -.fla file is fully commented.
    -I included a CS3 and a Flash 8 .fla

    -->I just used components, so don't expect to be amazed at the design.
    And remember, "I MOVED THE IN LAWS TODAY" so the code could be condensed a bit.

    -->Be sure to change the id variable in the xml file, this is how it loads the data when selected in the list box.

    ================================================== =

    On a side note, if you plan on using this for online, I could recommend a XML editor. It is $35 but you can use it on any site and you get the source code. I am not selling anything, I just use the heck out of this, and some clients.

    http://flashden.net/item/flash-xml-editor/7588

    ================================================== ==


    Any questions/comments please post them, I will check back.
    Attached Files

  10. #10
    Join Date
    Oct 2000
    Location
    Peoria, AZ USA
    Posts
    810
    On line 55 of the actionscript, change this:
    Code:
    if ((Number(TotalTimeLeft)<=Number(daysfornotice) & (Number(TotalTimeLeft) > 0))) {
    to this:

    Code:
    if ((Number(TotalTimeLeft)<=Number(daysfornotice) & (Number(TotalTimeLeft) >= 0))) {
    This will display the birthday on the actual day.

  11. #11
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    Hey Eric...

    Thanks a million...I opened it briefly last night and will mess around with it tonight.....really appreciate it.

  12. #12
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    .. or take a look at this Firefox addon
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  13. #13
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    DING DING DING....we have a winner...

    Eric's flash widget was very cool...but, not quite what I was looking for...the Reminder software was good but cost $ and you could not import a spreadsheet....since I am in FF all day everyday....this will work the best. Thanks a bunch.

  14. #14
    Join Date
    Nov 2000
    Location
    Las Vegas, Nevada
    Posts
    519
    Quote Originally Posted by Derek View Post
    .. or take a look at this Firefox addon

    Derek...

    That has worked out to be a great add-on...thanks...and, then I got 'shopping' for other add-ons and found this one...

    http://www.shaneliesegang.com/projects/coffee.php

    And, yes, the IR forum makes my daily coffee up load.

  15. #15
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    Quote Originally Posted by RobertB View Post
    Derek...

    That has worked out to be a great add-on...thanks...and, then I got 'shopping' for other add-ons and found this one...

    http://www.shaneliesegang.com/projects/coffee.php

    And, yes, the IR forum makes my daily coffee up load.
    That's pretty cool. It's surprising how many addons are out there for Firefox.
    Glad the ReminderFox addon worked for you.
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

Similar Threads

  1. Run my app only when 3rd party app runs
    By thetford in forum AutoPlay Media Studio 6.0
    Replies: 16
    Last Post: 01-12-2008, 03:00 PM
  2. Cool Freeware - Double Desktop
    By SiNisTer in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 05-06-2007, 08:10 AM
  3. System trap app & Internet calls
    By Lee_Benson in forum AutoPlay Media Studio 5.0
    Replies: 11
    Last Post: 11-23-2003, 07:15 PM
  4. HOWTO: Change the Desktop Wallpaper
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-02-2002, 09:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts