[flexcoders] Strange behavior of the scroll bar in the Panel

2005-08-23 Thread maricnkg
What am I doing wrong that the scroll bar is not showing last 2 labels??? --START OF THE CODE ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=400 height=100% vScrollPolicy=off hScrollPolicy=off mx:Model id=res

[flexcoders] move scroll bar programmatically

2005-08-23 Thread maricnkg
how can I move scroll bar programmatically? or at least set it all the way up? Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] embeding swf that takes parameters

2005-08-16 Thread maricnkg
I have a swf that takes 2 parameters: a and b. To open it in a browser: my.swf?a=1b=text How can I embed this swf only once and reuse it in the flex app with different parameters in different places? I mean that I would like to show it in one place my.swf?a=1b=text1 And then in another place