OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Personal Java/Jeode/J2ME Personal Profile => Topic started by: z3rd on January 16, 2005, 04:14:00 pm
-
I have a nice basic java app that when run from the console on my 860 (in clam shell mode) resizes its self to fullscreen(ish)
running it when the zaurus is closed (portraight mode) I get an error
SlSharedManager: can't get proc entry
QLinusFbScreen:connect() disp spec Transformed:Rot270:Vga:0 != server disp spec Transformed:Rot0:Vga:0
Transformed driver cannot connect
aborted
That aside if I run the app via a.desktop icon (sh script running evm) EVEN with the zaurus in landscape mode, the app tries to run in portraight mode and also in zoom mode.
How can I force the evm to run in the right orintation (as it does via konsole) ?
I am running the latest cacko rom and holding down on an icon gives you no option to set zoom (show name and allows you to change comment)
-
As I recall the switch from Landscape to portait is via a key event (the little button acts as a key). So, if this is in fact the case, then capturing the keystroke and consume() ing it should do the trick.
Please post back and let me know if it works for you.