Hello Everyone,
I just want to know, is it possilbe to resize the Stage width and Stage Height Dynamically depending upon the length of the content or the length of the text with out using the TAxt Area or Customize text area, or any scroll entity of flash.
I want this to look like a html page that you can scroll down through it’s container.
i will use it in my project…
http://wbdir.mdisites.com … click the department nodes and it will load the employee nodes, these employee nodes change depending on the size of the loaded data from the database. Now here’s the intriguing part for me, i want to strech the stage height dynamically because if the i’ll add another employee, the node will flow out of the screen and I wanted to prevent that.
Do you think its possible to do that.
I’ve trying to change the Stage height like this.
Stage.height = DynamicHeight;
but it doesn’t have an effect.
Thanks I hope I can receive a fast reply
Take Care