Re: [flexcoders] Re: Flex Hierarchy

2007-11-22 Thread Muzak
(evt:Event):void { trace(evt.currentTarget); } - Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 6:04 AM Subject: [flexcoders] Re: Flex Hierarchy I don't think i'm making myself clear. The whole point

[flexcoders] Re: Flex Hierarchy

2007-11-22 Thread Rafael Faria
, November 22, 2007 6:04 AM Subject: [flexcoders] Re: Flex Hierarchy I don't think i'm making myself clear. The whole point is to get the sbtButton not the parent. if you create sbtButton dinamically inside a vboxformbutton (that will be dynamically as well) this.sbtButton wouldnt work

[flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Rafael Faria
Peter, this is just to ilustrate... just did it here in the textarea... didnt even compiled. if you want a real example... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Script ![CDATA[

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Sheriff
why can't you just do this.getChildByName(test_input); - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 9:59:41 PM Subject: [flexcoders] Re: Flex Hierarchy Peter, this is just

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 3:59 AM Subject: [flexcoders] Re: Flex Hierarchy Peter, this is just to ilustrate... just did it here in the textarea... didnt even compiled. if you want

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Sheriff
] Re: Flex Hierarchy Peter, this is just to ilustrate... just did it here in the textarea... didnt even compiled. if you want a real example... ?xml version=1.0 encoding=utf- 8? mx:Application xmlns:mx=http://www.adobe. com/2006/ mxml layout=absolute

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 4:08 AM Subject: Re: [flexcoders] Re: Flex Hierarchy snip tell me why this['test_input'] doesnt work and HOW i'm suppose to make it work how i'm

[flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Rafael Faria
@yahoogroups.com Sent: Wednesday, November 21, 2007 9:59:41 PM Subject: [flexcoders] Re: Flex Hierarchy Peter, this is just to ilustrate... just did it here in the textarea... didnt even compiled. if you want a real example

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Sheriff
PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 10:19:28 PM Subject: [flexcoders] Re: Flex Hierarchy That could work if we would talk about just the staging. Like i said i just did it to ilustrate. In my example i create the hole form

[flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Rafael Faria
you know the name of/id but you dont know the name/id of the form itself? - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 10:19:28 PM Subject: [flexcoders] Re: Flex Hierarchy

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Sheriff
: [flexcoders] Re: Flex Hierarchy I don't know the name/id of the form itself, the hboxed and vboxes or any container that it creates to layout exacly how i'd like to. imagine you design a form on flex from the design view... with form, hbox, canvas, panel, viewstacks

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Sheriff
21, 2007 10:43:11 PM Subject: [flexcoders] Re: Flex Hierarchy I don't know the name/id of the form itself, the hboxed and vboxes or any container that it creates to layout exacly how i'd like to. imagine you design a form on flex from the design view