<mx:TextInput x="917" y="10" width="111"/>
I have many declarations like the abovein my flex code :
I wrote the following code, without thinking about how would it look like on a resolution like 800x600 or even 1024x768.
So, now some portion of my UI is not displayed on machines with above mentioned resolutions.
How do I solve this problem?
Is there any way to specify the x,y co-ordinates in percentage?