PDA

View Full Version : Issue - Maximize and the On Size event


bule
11-25-2007, 03:34 PM
When clicking on the maximize/restore button, the On Size event is fired
before the window changes the size, and it should be fired after the window
has changed the size.

EDIT: Actually, it is fired after the window has chaged size, but before the
page was adapted. The page still has the old size at the time the event is fired.

Darryl
11-27-2007, 09:25 AM
Thanks bule, we'll look into that.

REF: 17057

Mark
12-17-2007, 12:08 PM
Hi Bule,

We are looking into this right now and we are a bit confused about exactly what you are referring too. Are you referring to the Page.GetSize() action or the e_PageWidth, and e_PageHeight event variables?

bule
12-18-2007, 10:06 AM
The issue is that the event is fired after the window is resized, but before the actual page size is adjusted.

Mark
12-18-2007, 11:15 AM
Hi bule,

I'm still having a bit of trouble understanding what you mean. Do you mean the page size in the LUA code? Or visually on the screen?