ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skwire Empire

Release: Birthdays (simple birthday tracking app)

<< < (2/17) > >>

timns:
Actually, their last name is Peterson, hence, the Grandma and Grandpa Pete.   :P
-skwire (March 16, 2011, 04:04 PM)
--- End quote ---

Damn, I hate those perfectly reasonable explanations  ;)

zzynx:
Nice little app!

Request: An <Edit> button in the toolbar would be nice. Now, if I made an error I have to create a duplicate and delete the previous.

Issues:
[1]
And with trying to correct an entry I found another issue:
Scenario:
1. Press the "Add Birthday" button
2. Fill in "Name", "Dec" and "10"
3. Entry is created correctly
4. Now I realize I've spelled the name incorrectly. So, I select the entry in the calendar (but there's no edit, so that selection was in vain)
5. I press the "Add Birthday" button again
6. I fill in: "Corrected name", "Dec" and "10"
7. The new entry is created. (The old one is still shown selected)
8. I press the "Delete birthday" button
   And guess which one is deleted... the last one I added <= Bug

[2]
Also, don't let the user enter non-digits ("abc") or invalid numbers ("300") in the day spinner text box.

My 2 cent...

skwire:
Thanks for the feedback, zzynx; Give this version a try.

Website | Download
v1.0.1 - 2011-03-18
    + Added a "Delete" key hotkey to delete an entry.
    + Added a "Ctrl-N" hotkey to add a new entry.
    + Added right-click context menu to the listviews.
    * Changed a few toolbar icons.
    + Added entry edit functionality.  (Thanks, zzynx)
    ! Fixed a delete entry bug.  (Thanks, zzynx)

Release: Birthdays (simple birthday tracking app)

zzynx:
Hi skwire,
very quick ànd useful update.

Can I do some more suggestions?  ;)
1. Don't enable the "Edit birthday" and "Delete birthday" buttons and (main and right-click) menu items if no birthday is selected.
    (That's better than letting the user click/choose it and then saying "Please select a birthday to edit")
2. Make the button tooltips correspond the menu item texts ("birthday" vs. "entry")
3. Make the 'Day' columns by default as narrow as possible (to display the "Day" header). That way more space can be used for the name.
4. I don't know if AHK allowst it, but it would be great to be able to resize/maximize the application.
5. I was rather surprised that pressing ESC exits the application

skwire:
Can I do some more suggestions?  ;)
1. Don't enable the "Edit birthday" and "Delete birthday" buttons and (main and right-click) menu items if no birthday is selected.
    (That's better than letting the user click/choose it and then saying "Please select a birthday to edit")
2. Make the button tooltips correspond the menu item texts ("birthday" vs. "entry")
3. Make the 'Day' columns by default as narrow as possible (to display the "Day" header). That way more space can be used for the name.
4. I don't know if AHK allowst it, but it would be great to be able to resize/maximize the application.-zzynx (March 18, 2011, 04:54 AM)
--- End quote ---

All done in the latest update. 

5. I was rather surprised that pressing ESC exits the application-zzynx (March 18, 2011, 04:54 AM)
--- End quote ---

That's how I like apps to work.  Moreover, using escape calls the same routine as exiting the app so everything is saved, etc.

Website | Download
v1.0.2 - 2011-03-18
    + Made the form resizable.  (Thanks, zzynx)
    * Enabled/disabled toolbar icons as necessary.  (Thanks, zzynx)
    * Changed menu item text to match tooltips.  (Thanks, zzynx)
    ! Temp directory wasn't getting deleted.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version