RE: [flexcoders] Load time, multiple redundant Embed() calls, etc.

2008-12-02 Thread Alex Harui
Basically, the entire SWF must be downloaded to show up. Flex SWFs default to 2 frame SWFs. The first frame should show the preloader, the second shows the app, and all embeds are in the second frame by default. Also see last paragraph of this post and its example.

RE: [flexcoders] Why no initial FlexEvent.SHOW event dispatched?

2008-12-02 Thread Alex Harui
Because it never went from visible=false to visible=true. We argued over this for weeks. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of per.olesen Sent: Tuesday, December 02, 2008 1:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why no initial

Re: [flexcoders] Why no initial FlexEvent.SHOW event dispatched?

2008-12-02 Thread Faisal Abid
The show event isnt dispatched on creation of the component, the event CreationComplete is dispatched because show, for the compiler means to go to the displaylist and show the component, but if the component isnt in the displaylist it cant show anything instead it creates it. So have two

Re: [flexcoders] Displaying Yahoo Finance Data in Flex

2008-12-02 Thread Nate Beck
If you look at the cross-domain file deployed on the yahoo site, it's not open unless you are hosting from one of their domains: http://download.finance.yahoo.com/crossdomain.xml ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd;

[flexcoders] Re: How to set variableRowHeight = true in MenuBar

2008-12-02 Thread nathanleewei
The first time I click the MenuBar, the sub-menu show as below: +---+ | New | +---+ | Open | +---+ | Close| +---+ | Save | | Saveas.. | +---+ | Import...| | Export...| +---+ | Exit | | | | | |

RE: [flexcoders] Re: How to set variableRowHeight = true in MenuBar

2008-12-02 Thread Alex Harui
That's a known bug. Menus don't measure very well the first time. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nathanleewei Sent: Tuesday, December 02, 2008 9:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to set variableRowHeight = true in MenuBar

Re: [flexcoders] Displaying Yahoo Finance Data in Flex

2008-12-02 Thread Rick Winscot
One thing to keep in mind is that crossdomain policies are designed as a one-way contract ­ where Flash honors the principle of least privilege. It is highly unlikely that Yahoo enforces this policy within its web services... so ­ proxying requests could be an option and should be explored before

[flexcoders] Footer row with a DataGrid

2008-12-02 Thread Guy Morton
Hi people What is the best way to achieve a footer row in a DataGrid? I want to be able to set the values in the footer row myself, ie I don't need it to do any fancy calculations. I found this: http://blogs.adobe.com/aharui/2008/03/flex_3_datagrid_footers.html Does anyone have a better

[flexcoders] Multithreading Concept in Flex

2008-12-02 Thread jitendra jain
Hi friends,        I read Alex's PseudoThread blog and it is quite useful information. My frustration starts with Flex consumer that receives 25-30 messages/Second. Depending on this messages i run some special effects like move , rotating etc. Everything is working fine. But my user can't

[flexcoders] Invalidating borderMetrics...

2008-12-02 Thread Josh McDonald
When you need to adjust the borderMetrics, is invalidateSize() the best way to notify anybody who cares? In skins as well as components? It seems to be the way, I just want to know if there's anything else / better. Cheers, -Josh -- Therefore, send not to know For whom the bell tolls. It tolls

[flexcoders] Re: flex login popup help needed pleaseeeeeeeee

2008-12-02 Thread stinasius
hi am confused on what to do because am using bruce phillps example where the username and password are stored in a database(access) and a cfc service object(Memberservice.cfc) is used to interact with the database and flex UI. anyone with a knowledge on hw to do this with flex and coldfusion? by

<    1   2