![]() |
|
Apps Ordering - Printable Version +- Spiffy Hacks (https://spiffyhacks.harmonypogo.com) +-- Forum: Vtech InnoTab (https://spiffyhacks.harmonypogo.com/forum-1.html) +--- Forum: InnoTab 3 (https://spiffyhacks.harmonypogo.com/forum-5.html) +--- Thread: Apps Ordering (/thread-96.html) |
Apps Ordering - bsalapek - 01-17-2014 After loading games and e-books onto my son's Innotab, I was a little turned off by the order they were showing up from the menu. I looked into it a bit and found out how the ordering works. All apps seem to be ordered based on the pKey field from their specific database table (Games_info, Books_info...) but it is in DESCENDING order. Therefore, any new game will be at the top of the list. There isn't really much rhyme or reason for this thread, just a FYI if anyone is wondering.
RE: Apps Ordering - Deak Phreak - 01-17-2014 yea, the pKey is also the primary key field so in order to re-order them, it would have to be truncated and started again from the beginning. They should have had an 'order' field. RE: Apps Ordering - bsalapek - 01-17-2014 I assumed the apps would be ordered alphabetically when I started modding the Innotab. It would have been nice to have to have the ability to change it based on name, or date added or whatever. |