[flexcoders] Using custom preloader

2005-10-14 Thread sergei_tsoganov
When the application intializes the preloader is not visible any more. How to make it visible again? How to make it not to hide itself when application initialized? Is it possible to continue to use the preloader after initialization? For example to show preogress of loading sounds or external

[flexcoders] Strange behavour

2005-10-14 Thread sergei_tsoganov
I use Cairngorm in my application. My main.mxml is: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns:view=com.vetclinic.view.* xmlns:ctrl=com.vetclinic.components.controls.* xmlns:control=com.vetclinic.control.*

[flexcoders] Application frameRate???

2005-10-13 Thread sergei_tsoganov
Can anybody explain to me what for is frameRate property. It seems that nothing changes when I change framerate of my flex application to 120. Does it mean that if I change it to 120 the flex application will run smoother and quicker? ANd what is the maximum framRate??

[flexcoders] Using Flash components in Flex

2005-10-11 Thread sergei_tsoganov
Hi, One of the weakest sides of the Flex is that there is no Dataset component. Is it possible to use Flash MX 2004 Dataset Component with all its functions in Flex Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job).

[flexcoders] Re: Using Flash components in Flex

2005-10-11 Thread sergei_tsoganov
:[EMAIL PROTECTED] On Behalf Of sergei_tsoganov Sent: Tuesday, October 11, 2005 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using Flash components in Flex Hi, One of the weakest sides of the Flex is that there is no Dataset component. Is it possible to use Flash MX

[flexcoders] Flex DataGrid with large recordset

2005-09-29 Thread sergei_tsoganov
When I first loaded my flex datagrid with 190 records I was really disappointed in flex. It was almost impossible to scroll tha grid or resize it. It seems like flex components are much slower than even flash components. What is the reason?? How to make datagrid to scroll faster with 200 rows?