Whats new it’s faster – a bit :) Keys in Landscape mode are fixed Removed the P.I.P.S dependency. P.I.P.S installation isn’t required anymore, so it’s easier to install :) Right softkey exit removed, so the application doesn’t exit by accident anymore support for 352 x 416 resolution Opengl ES support is back. I heard that [...]
Archive of entries posted on February 2009
Collection of S60 UI tricks
I’m currently busy with the next AntSnes release. Here is some S60 UI ticks I used in the previous AntSnes v0.3 release. Starting a menupane at app startup. //at AppUI ConstructL CEikonEnv::Static()->AppUiFactory()->MenuBar()->TryDisplayMenuBarL(); Keeping the backlight on. //call this often enough. For example once in each second User::ResetInactivityTime(); //keep the backlight on Catching events when menubar [...]
AntSnes Release 0.3
The new AntSnes release 0.3 is now ready. The current release contains mainly minor bug fixes and improves usability. The sound support is still missing :( Whats new: can load more than one rom, when launched :) shows only supported fileformats on LoadROM dialog Menu is opened at startup (no more black screen) more save [...]
