Page 1 of 1

Resize RolledUp Frame window

Posted: Thu Apr 14, 2005 10:20
by daesdemon
I get another one on FrameWindow.

Is it possible to changeWidth a rolledup frame window ?

In my program it seems, that it loose the old size of the unrolled Rect.

Say for example,

FrameWindow fw id rolled up
i call : fw -> setWidth()
When i unrolled it , it do nothing.
I think it resets the old size when only the width change.

I use it because i try to implement autoArranged widget in my application and the child window have to be resized if the parent resize even if the child is rolled up.