1
Personal Java/Jeode/J2ME Personal Profile / My java app doesn't work with screen rotation
« on: July 19, 2004, 09:32:43 am »
I have a GUI application for the Z (SL- 6000L), which runs perfectly fine when the screen is in normal view. However, after having rotated the screen, the application refuses to run, and I get the following message in the terminal:
QLinuxFbScreen::connect() disp spec Transformed:Rot0:Vga:0 != server disp spec
Transformed driver cannot connect
Aborted
I would be most grateful for any tips on how to fix this, I really need the GUI to run in landscape view.
By the way, even when the application runs fine, I get the following message:
SlSharedManager: can't get proc entry
could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
I guess it would spare me some annoyance if I could get rid of these lines also...
QLinuxFbScreen::connect() disp spec Transformed:Rot0:Vga:0 != server disp spec
Transformed driver cannot connect
Aborted
I would be most grateful for any tips on how to fix this, I really need the GUI to run in landscape view.
By the way, even when the application runs fine, I get the following message:
SlSharedManager: can't get proc entry
could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
I guess it would spare me some annoyance if I could get rid of these lines also...