Maybe I can ask a moderator to move all the MyStuff topic to their own thread if anyone is interested but I don't think most people care.
In the meantime, new update sent to DropBox.
--------------------------------------------------
Fixed:
--------------------------------------------------
1. All help buttons on every window now open a blank page in which you can create your own help. SInce this is a free source code project, it is up to you to create these, not me. I know how my code works

:)
2. Some location keywords were misspelled so that items that should not have shown in "all items" did show.
3. Some keyboard shortcuts were under the wrong headings in the shortcuts list.
4. Some keyboard shortcuts were missing their associated explanation texts for the shortcuts list.
5. Fixed some table elements mispelled in the database creation routine. I hate my eyesight!
6. Unbundled some of the loops in some toggles so they processed all of them correctly. Notes below.
--------------------------------------------------
Added:
--------------------------------------------------
1. SelectAll added to the insurance print list for the main itemname list.
2. Some of the infobar areas on the main form are a bit smarter now. Still room for improvements.
3. If you want to limit the number if items displayed in searches and Location selections, now you can. And it is remembered between each program run.
--------------------------------------------------
ToDo:
--------------------------------------------------
1. TI-994A (Syed) created a sample form for PDF printing a single record with all its details but I have been a bit too dumb to finish it so far. Hopefully I will do it soon.
2. Merge OptionData and SettingsData tables. Don't know why I created 2 sepearate ones.
--------------------------------------------------
Problems:
--------------------------------------------------
1. The ColourListIconGadgetHeading is a real problem in that whatever I set the header colour text to, it seems to randomly change each time I run the program and I don't know what to do about it.
--------------------------------------------------
Notes:
--------------------------------------------------
1. A bit of a word about how I like my toggles to work. If I want to archive one of my stuff, it is checked to see if it isn't already marked deleted, locked or favourite. That's the way I like it, all items have one flag set at a time and all toggles work the same way, exlclusively.
2. Delete does not delete an item, it is just marked deleted.
3. Kill removes the item from the database permanently after asking you in an insulting way of course:):)
4. There are no help files. When the user clicks on a help button in a form window, a blank file is created and the user can fill it with their own help. The file names are synonomous with the function currently being used.
5. If you don't like my category or location icons, supply your own. If you don't use the same names that I chose, you will have to go and link each record to a new icon (Assuming you created lots of records already)
6. All the larger (non 16x16) icons came from Mattahan's BUUF icon set (and others of his) as I love them. The forms all use a transparent icon of 54x54 size with a 48x48 icon centred on them to allow for the height of the glow effect as the mouse passes over them.
--------------------------------------------------
Directories:
--------------------------------------------------
Code: Select all
Root: MyStuff 2 (You can call this whatever you like)
Help (Compileable resource)
Images (Compileable resource)
Modules (Compileable resource)
Store (User files store)
Backup (User created backups)
Database (Program database)
Documents (Record attached documents)
Helpfiles (User created help files)
Icons (User supplied icons)
Category (Category icons)
Location (Location icons)
Pictures (Record attached pictures)
Temporary (Any temporary files)