I am creating a desktop application with Flex for the first time. I am having problems with the position and size of the elements in the screen. For instance
- Elements with 100% width do not resize when the window is resized or maximized
- Elements positioned relative to the bottom of the window do not move when resizing or maximizing the window
How do I solve these problems? Are there any good practices that I should follow when using Flex to develop a desktop app?