skeezix
Internal Development
DaveC said:skeezix said:And yes I've done tabbed ui's before, I know how to render 'em time and all that i'll keep at it even after release
jeff
Ok cool.
How will external icon files be handled if I wanted to make different art for an app's icon ?
Also how can I make the icons slightly smaller but keep the launcher from scaling them up ( scaling icon pixel art would look hideous, and I may want to make smaller for aesthetics) ? Will there be an option in a config file such as NOSCALE or something to that effect?
Worked my tail off and its 'nearly ready' (in that minimal but functioning sense) .. djwillis did a first quick stab at rolling it into the images, but I doubt it'll work next image (tomorrow? next day?).. but sometime in the next few days we should get it working as a default option. I should zip it up for you so you can just fiddle with it..
1) External icons; the 'real' way to do it woudl be a PXML override, but as we don't have a tool for that it coudl be annoying for you So I could always make an option where.. if theres a png file with the same path/filename (except file extension) to use that instead; would be pretty easy to add. I doubt many people do that sort of thing in practice, but I know you would
2) Most of the layout is specified in the conf file; you can specify the size of a grid cell, the offset from cell to cell, the padding from edge of cell to the icon, the size of the icon, the padding to the title text, the size of the title text font, the size of the title text sub-cell, and so on. So you can reasonably well customize it already.
No idea if it'll work, but take a grab of http://www.codejedi.com/pandora/minimenu/binaries/mmenu-20100309-bin.zip .. copy the libpnd.so.whatever to /usr/lib (maybe need to rename it to cover the two that are already in that dir), and in theory you should be able to run mmenu from the terminal. (extract it to /mm, then open terminal and cd /media/mmcblk1p1/mm and ./mmenu for example.) IF it doesn't work, PM me and I'll tell you which files need to go where .. that was a quick zip.)
ie:
assuming /mm on SD2
./mm/mmenu
./mm/mmwrapper
./mm/minimenu/mmenu.conf
./mm/minimenu/skin/default/ <- all those png files, the font ttf, etc.
Then open terminal, cd /media/mmcblk1p1/mm
./mmwrapper -f./mmenu <- that'll make it work like a launcher
or
./mmenu <- just run the menu, but it'll just quit when you try to run anything
Give it a shot, let me know lots to do, but its actualyl pretty usable I think.
Start menu brings up the menu to let you shut down, btw.
jeff
Last edited by a moderator: