Re: [flexcoders] how to implement bread crumbs in flex application

2010-02-22 Thread Andriy Panas
Hi all,

Here is the sample of one possible implementation of breadcumb navigation in
Flex 3:
http://www.smashedapples.com/2008/06/flex-breadcrumb.html

--
Best regards,
Andriy Panas



On 21 February 2010 01:50, talluri venkat talluri_venkat2...@yahoo.comwrote:



 Hi Satish,

 Do you have for flex breadcrumb. Please send me the code.

 If any one have flex breadcrumb working application. please let me know.

 Regards,
 Venkat

 --- On *Mon, 16/11/09, Satish Chowdary chinnu_...@yahoo.co.in* wrote:


 From: Satish Chowdary chinnu_...@yahoo.co.in
 Subject: [flexcoders] how to implement bread crumbs in flex application
 To: flexcoders flexcoders@yahoogroups.com
 Date: Monday, 16 November, 2009, 7:12 AM




 Hey Coders,

 give me a idea about how  to implement breadcrumbs in flex application

 Thanks inAdvance
 సతీష్

 --
 The INTERNET now has a personality. YOURS! See your Yahoo! 
 Homepagehttp://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/.



 --
 The INTERNET now has a personality. YOURS! See your Yahoo! 
 Homepagehttp://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/
 .

  



Re: [flexcoders] how to implement bread crumbs in flex application

2010-02-21 Thread talluri venkat
Hi Satish,
Do you have for flex breadcrumb. Please send me the code.
If any one have flex breadcrumb working application. please let me know.
Regards,Venkat

--- On Mon, 16/11/09, Satish Chowdary chinnu_...@yahoo.co.in wrote:

From: Satish Chowdary chinnu_...@yahoo.co.in
Subject: [flexcoders] how to implement bread crumbs in flex application
To: flexcoders flexcoders@yahoogroups.com
Date: Monday, 16 November, 2009, 7:12 AM















 
 



  



  
  
  
Hey Coders,
 
give me a idea about how  to implement breadcrumbs in flex application
 
Thanks inAdvanceసతీష్





   
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.


 





 



  











  Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! 
http://downloads.yahoo.com/in/internetexplorer/

Re: [flexcoders] how to implement bread crumbs in flex application

2009-11-17 Thread dorkie dork from dorktown
Flex doesn't support the notion of a hyperlink in the traditional sense. If
you wanted to create breadcrumbs and you were using states and let's say, a
viewstack, then you could bind a text field to the values of the different
states and show or hide the breadcrumb depending if you were on a state or
not:

mx:states
mx:State name=My State /
mx:State name=State 2 /
/mx:states

mx:HBoxmx:Text text={this.currentState} /mx:Text
visible={viewstack.currentState!='view1'}
includeInLayout={viewstack.currentState!='view1'} text= 
{viewstack.currentState}//mx:HBox

The bindings above show the value of the current state, in this example,
either, My State or State 2. It could be blank if you do select either
state at startup. The second text field is either visible or invisible
depending on if the current state is view1 or a different view.

On Mon, Nov 16, 2009 at 9:12 AM, Satish Chowdary chinnu_...@yahoo.co.inwrote:



 Hey Coders,

 give me a idea about how  to implement breadcrumbs in flex application

 Thanks inAdvance
 సతీష్

 --
 The INTERNET now has a personality. YOURS! See your Yahoo! 
 Homepagehttp://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/.