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 __

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 orient

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 th

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 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

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

2009-07-01 Thread daniel wilms
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-

HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

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

HildonWindow dimensions not updated on unfullscreen in Fremantle SDK beta

2009-06-30 Thread Luca Donaggio
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