HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-07-01 Thread Luca Donaggio
Any hint? -- Forwarded message -- From: Luca Donaggio donag...@gmail.com 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 maemo-developers@maemo.org Hi all, I'm attaching a

Re: HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-07-01 Thread Luca Donaggio
Thank you Daniel, no problem, I'll wait! Luca Donaggio On Wed, Jul 1, 2009 at 3:59 PM, daniel wilms daniel.wi...@nokia.com 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

Re: HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-07-01 Thread Alberto Garcia
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 the

Re: HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-07-01 Thread Luca Donaggio
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

Re: HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-07-01 Thread Alberto Garcia
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