monkeyiq
unread,Nov 1, 2009, 6:58:33 AM11/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qedje
Hi,
Sorry if I missed this, but what is the recommended way to make an
app fullscreen on maemo using QZionCanvas / QEdje?
I have currently
if( getenv( "CLAWMOTIA_FS" ) )
canvas.widget()->showFullScreen ();
canvas.show();
But this does not initially show the window, you have to switch to it.
Using version 0.3.0 on an n810.
A method which runs an app fullscreen on a mobile device or windowed
on a desktop would be very handy...
As an aside, binaries for 0.4.0 for diablo would be very nice. I would
do this myself but I'm not seeing a debian subdirectory in qzion-
mainline.
Thanks for any tips.