1/2/2011 10:44:24 PM
Title:
Problem with text input in flex 3
Hi all..
I have a gridrow in my mxml(say,abc.mxml). There is a griditem for the row. Inside the griditem i have 2 textinputs and 1 text area and 1 button. the width of the textinputs,textarea and button are 100%. and that of the griditem is 275.
Now the above abc.mxml is rendered from 2 diff places(say A and B). when i render from A the textinputs,textarea and button has width of 275 which is good coz of 100%. But when i render it from B the width of all the button,textarea and inputs increase to 289(exactly by 14pixels). And all these files are loaded by states change. i could not find the reason for this.
Can any1 help me out??
Thanks in advance
1/4/2011 10:30:09 AM
it seems you grid is also having 100% width and the it will expand to fit inside the object its rendered inside.