[flexcoders] A question about ViewStack

2009-06-08 Thread al-al :D
Is it possible to choose which stack to display first in a ViewStack? for example mx:ViewStack id=myViewStack mx:Canvas id=firstCanvas mx:DataGrid / /mx:Canvas mx:Canvas id=secondCanvas mx:Form / /mx:Canvas /mx:ViewStack is it possible to choose secondCanvas to display

[flexcoders] Re: Vertical scroll bar not reseting

2009-06-03 Thread al-al :D
ah, so it's that simple. Thanks! :D --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Tue, Jun 2, 2009 at 8:39 AM, al-al :D vin_ke...@... wrote: I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first

[flexcoders] DataGrid's variableRowHeight

2009-06-03 Thread al-al :D
Hello! Does anyone know how to set variableRowHeight depending on the data result in the DataGrid? I have a TextInput and a DataGrid that is able to display search results. The search results may vary in lines of text, meaning one row might have 2 or more lines of text. variableRowHeight

[flexcoders] Vertical scroll bar not reseting

2009-06-01 Thread al-al :D
Hi! I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first, and the Form on the second. Clicking an item in the DataGrid transfers the user to the Form view. I have a problem regarding the scroll bar not reseting to its original position, which

[flexcoders] Status Bar on firefox

2009-01-12 Thread al-al :D
Hi, I'm working on a flex web app where I connect to a blazeDS server to get some data. I notice that even when I finished loading the data through 1 of my datagrids, I see that the Firefox Status Bar still displays Transferring data from.. url instead of Done. I researched that I could have a

[flexcoders] my boss wants the impossible.. or is it?

2008-10-22 Thread al-al :D
Hi guys, I have a weird question. Is there a way to change, modify or remove the application loading component everytime a Flex program starts? In every example I've seen throughout the internet, the loading component is always there. Any thoughts? Thanks for reading this :D Have a good day.