On Wed, Jul 01, 2009 at 05:57:20PM +0200, Luca Donaggio wrote:
> But detecting when an event of type GDK_CONFIGURE has occurred
> shouldn't be more correct?
Ah, yes, if you only want to detect changes in the size of the window
I think that should be enough :)
Berto
__
You're right on the expose event, of course.
But detecting when an event of type GDK_CONFIGURE has occurred shouldn't be
more correct? From GDK literature [1], an event of type GDK_CONFIGURE is
"Generated when a window size or position has changed".
That should cover all the bases (ie screen orient
On Wed, Jul 01, 2009 at 03:40:08PM +0200, Luca Donaggio wrote:
> I'm attaching a callback function to the expose event of my app
> HildonWindow to detect size changes occurring after a screen
> orientation change or a fullscreen / unfullscreen button press.
'expose' is generated when a part of th
Thank you Daniel,
no problem, I'll wait!
Luca Donaggio
On Wed, Jul 1, 2009 at 3:59 PM, daniel wilms wrote:
> Hi,
>
> there was a similar problem with the callback function lately, and I try to
> figure out what's wrong there. Please a bit more patience :) Hopefully
> tomorrow I can come up wit
Hi,
there was a similar problem with the callback function lately, and I try to
figure out what's wrong there. Please a bit more patience :) Hopefully tomorrow
I can come up with some information.
cheers Daniel
___
maemo-developers mailing list
maemo-
Any hint?
-- Forwarded message --
From: Luca Donaggio
Date: Tue, Jun 30, 2009 at 5:13 PM
Subject: HildonWindow dimensions not updated on unfullscreen in Fremantle
SDK beta
To: Maemo developers mailing-list
Hi all,
I'm attaching a callback function to the expose event
Hi all,
I'm attaching a callback function to the expose event of my app HildonWindow
to detect size changes occurring after a screen orientation change or a
fullscreen / unfullscreen button press.
Everything works quite well, except after coming back from fullscreen: in
this case it seems that no