ryosaeba
Certified Guru
GMenu2X v0.7 is now available for download on the project homepage.
This release fixes an important bug with links with special characters in their file path.
The selected file from the selector is also escaped, you don't need anymore the quotes around "[selPath][selFile][selExt]" (you can now simply use [selFullPath]), so please update your params lines.
There are also a couple of changes just to make the release a little more yummy.
[cut]
Columns & Rows configurable
You can now configure the menu's grid with 2-4 rows and 1-6 columns.
So you can add more space between your links or keep them near to have more links on a single page.
Remember that if you change the grid (default is 4 rows and 6 columns) you probably also want to change the file imgs/selection.png (if you use it) to reflect the different selection size.
Return to last selection
Now the menu will return to the last link selected or the last selected file from the selector by saving the value in ram (using a file in tmpfs).
This is different from the "Save last selection" option that return to the last selected link also after a reboot of the gp2x and that saves the setting to a regular file.
Aliases
Create a file with a list of lines like this:
and the list of files in the selector will display the alis instead of the filename.
Other changes (few) in the ChangeLog:
New in 0.7
GMenu2X always returns to last section/game/selector used (until shutdown)
New params magic value: [selFullPath] which equals to [selPath][selFile][selExt]
Params magic values ([selFile] & Co.) are now automatically escaped, so quotes are not needed (and may cause problems)
Added support for an optional alias file for the selector that display the full name of roms.
Fixed bug with links with special characters.
Removed some unneeded savings.
Number of rows and columns on the links page configurable.
Various little fixes and tweaks[/cut]
This release fixes an important bug with links with special characters in their file path.
The selected file from the selector is also escaped, you don't need anymore the quotes around "[selPath][selFile][selExt]" (you can now simply use [selFullPath]), so please update your params lines.
There are also a couple of changes just to make the release a little more yummy.
[cut]
Columns & Rows configurable
You can now configure the menu's grid with 2-4 rows and 1-6 columns.
So you can add more space between your links or keep them near to have more links on a single page.
Remember that if you change the grid (default is 4 rows and 6 columns) you probably also want to change the file imgs/selection.png (if you use it) to reflect the different selection size.
Return to last selection
Now the menu will return to the last link selected or the last selected file from the selector by saving the value in ram (using a file in tmpfs).
This is different from the "Save last selection" option that return to the last selected link also after a reboot of the gp2x and that saves the setting to a regular file.
Aliases
Create a file with a list of lines like this:
Code:
pacland=Pac Land
Other changes (few) in the ChangeLog:
New in 0.7
GMenu2X always returns to last section/game/selector used (until shutdown)
New params magic value: [selFullPath] which equals to [selPath][selFile][selExt]
Params magic values ([selFile] & Co.) are now automatically escaped, so quotes are not needed (and may cause problems)
Added support for an optional alias file for the selector that display the full name of roms.
Fixed bug with links with special characters.
Removed some unneeded savings.
Number of rows and columns on the links page configurable.
Various little fixes and tweaks[/cut]