![]() |
2012-08-07
, 12:14
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#741
|
![]() |
2012-08-07
, 12:20
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#742
|
Thnx for the great update! Haven't downloaded it yet, but can i somehow lock display orientation now?
![]() |
2012-08-07
, 15:59
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#743
|
The Following 5 Users Say Thank You to DavyP For This Useful Post: | ||
![]() |
2012-08-07
, 19:41
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#744
|
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
![]() |
2012-08-07
, 20:30
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#745
|
![]() |
2012-08-07
, 21:06
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#746
|
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)
![]() |
2012-08-07
, 21:13
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#747
|
thanx for the update
waited so long for update.
have you added something form "Todo list" ?
is it possible to change the writng area (blue area when clicked on text field) in the midlet,as it hides everything in the backside(advice)
Thanx again,
good luck.
![]() |
2012-08-07
, 21:15
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#748
|
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)
The Following User Says Thank You to DavyP For This Useful Post: | ||
![]() |
2012-08-07
, 21:40
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#749
|
I am not quite sure I completely understand what you are referring
to. Could you perhaps test the following demo application for me:
http://www.microemu.org/microemu-exa...roemu-demo.jad
http://www.microemu.org/microemu-exa...roemu-demo.jar
Run it, select "TextBox" and then "Any character". Then touch and
hold for a second, and the native virtual keyboard should appear.
While you enter characters, you should see them appear in the
TextBox. Can you confirm this is working for you?
I noticed the flickering too in Opera Mini :-(
Davy
![]() |
2012-08-08
, 03:05
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#750
|
Like I said, I added support for the native virtual keyboard.
I don't quite understand what you would like to achieve with the
text field. I am aware that these widgets are not as flexible as
other widget toolkits, but that is how they were originally defined
and implemented by Sun.
Davy