View Single Post
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#744
Originally Posted by DavyP View Post
Note: I just uploaded a slightly revised version to my website
(same filename).

http://davy.preuveneers.be/phoneme/public/maemo/deb/

I removed the "MIDlet Service" application and modified the
"Run MIDlet" application to a QML one based on this code:

http://doc.qt.nokia.com/qtmobility/v...owser-qml.html

It is basically a file explorer. I think on the N9, it gives much better
usability compared to the old QT FileDialog with its small icons etc.
However, any other file explorer (like http://n9-apps.com/file-manager)
is supposed to work (click on the jar or jad file to start the midlet).

I still have to redo the "MIDlet Settings" application, though several
of the preferences are now deprecated.

Cheers,
Davy
you could increase height of toolbar so that "Up" button can be more finger friendly (it's not easy to touch it)
but virtual qwerty (native one) seems like is not making actual input in textbox (tried with mozat) will try more apps
btw, there's some flicker when app is updating screen (not sure what's exact function name, but all screen gets cleared before redraw)
also, if could be made, textbox covers all screen while text field covers just part, so, if textbox could be rescallable (to get increased in height when new line occurs) it would be very user friendly (not like textbox)

Last edited by wook_sf; 2012-08-07 at 19:53. Reason: flicker issue