[flexcoders] Re: Embedding Multiple Images

2009-07-27 Thread n_manjunatha
image TreeItemRender working correctly? > > > > Tracy Spratt, > > Lariat Services, development services available > > _ > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of n_manjunatha > Sent: Friday, July 24

[flexcoders] Embedding Multiple Images

2009-07-24 Thread n_manjunatha
Hi All, I have requirement wherein I have tree and each node of tree has different images. Now when the user clicks each of the tree nodes, at the bottom pane of my application i need to show the image of the tree node and all the associated properties of the node.(very much similar to window

[flexcoders] Re: Dispatch Event Issue on BreadCrumb Trail Click

2009-06-14 Thread n_manjunatha
ents.ItemClickEvent; > > public function handleBreadCrumbItemClick( event:ItemClickEvent ):void > { > // do something > } > > Then Main.mxml would have: > > > > > > > > -TH > > --- In flexcoders@yahoogroups.com, "n_manjunatha&q

[flexcoders] Re: Dispatch Event Issue on BreadCrumb Trail Click

2009-06-12 Thread n_manjunatha
Hi Tim Thanks for your time and reply. Yes you are right, I am not using MVC Framework. I tried this my main.mxml is like this...of course not with exact format of flex... script { breadcrumclicked(event:Event) which comes canvas below } I guess i cant send the public method breadc

[flexcoders] Dispatch Event Issue on BreadCrumb Trail Click

2009-06-11 Thread n_manjunatha
Hi, I have an applications where in have breadcrumb trails of the tree node clicked. I have to make forced selection of the tree nodes on click of the breadcrumb item. say i have tree like this root -- child1 --subchild1 ---grandchild1 ---grandchild2 --subchild2 -- chil

[flexcoders] Tree

2009-05-18 Thread n_manjunatha
Hi All, I am a newbie in flex. I have problem in achieving this. I have tree and on click of leaf nodes of tree i have to generate(open) new mxml page(like one page with datagrid, one page with listitem, one with form). Can anyone help on this issue and how i could achieve this