Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-11 Thread Tom Chiverton
On Thursday 10 August 2006 21:02, Thomas Rühl -akitogo- wrote:
 additional swfs for you. Then take a look at the SWFLoader class and the
 events the TabNavidator dispatches.

This solution may of course be more of a pain to users because of the 
unexpected pause for downloading when they switch tabs.
In general hidden tab contents are not created until the tab is viewed the 
first time.

Something to think about.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-10 Thread falecomozig
Hi,

I´m new in Flex, so forgive me if this is a dumb question.
I want to know what´s the normal way to split a application, so it 
doesn´t need to load everything at the begining.
To make it clear, let´s say I have a form with 3 sections. Only the 
first section is needed, the section 2 and 3 are optional. So, I could 
have a TabNavigator and load Section 2 and 3 only when the user click 
on its tab. Is this possible?
Can someone point me a direction for what to search? And where?
Thank you

Zig






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Split Application in Sections. Prevent one loading only.

2006-08-10 Thread Thomas Rühl -akitogo-

Hi there,

yes, this is possible. You'd need to create one application for each of 
the parts you want to be loaded during runtime. The compiler creates the 
additional swfs for you. Then take a look at the SWFLoader class and the 
events the TabNavidator dispatches.

Cheers, Thomas


falecomozig wrote:
 
 
 Hi,
 
 I´m new in Flex, so forgive me if this is a dumb question.
 I want to know what´s the normal way to split a application, so it
 doesn´t need to load everything at the begining.
 To make it clear, let´s say I have a form with 3 sections. Only the
 first section is needed, the section 2 and 3 are optional. So, I could
 have a TabNavigator and load Section 2 and 3 only when the user click
 on its tab. Is this possible?
 Can someone point me a direction for what to search? And where?
 Thank you
 
 Zig
 
 

-- 



   Thomas Rühl
   Design, Programming  Concepts

   akitogo OHG
   Hanauer Landstrasse 188
   60314 Frankfurt

   Telefon +49 (0) 69 800 69 445
   Fax +49 (0) 69 800 69 449
   Mobil   +49 (0) 179 750 75 87
   E-Mail  [EMAIL PROTECTED]
   Web http://www.akitogo.com






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/