[flexcoders] Referencing components from custom controls

2008-02-01 Thread nocturnal_world
Hello, I'm a noob in flex. I have no training on it but I try to learn it as much as I could. I think my problem is simple to you guys. I have this in my main.mxml code Now, if I reference it in an action script file like so... imgNewMessage.visible=false; it works fine. But if I try to d

[flexcoders] Re: Tree with edit

2007-10-21 Thread nocturnal_world
ot;editEnd(event)" > > In editEnd >treeReference.editable=false; > > > --- In flexcoders@yahoogroups.com, "nocturnal_world" > wrote: > > > > Hello, > > > > I just joined this group hoping to find an answer to this flex project > &

[flexcoders] Re: Weird WebService Problem

2007-10-19 Thread nocturnal_world
How about calling the service with the function callLater --- In flexcoders@yahoogroups.com, "Ben" <[EMAIL PROTECTED]> wrote: > > In my Flex Application MXML file I call a function called init() on > the creationComplete event. creationComplete="init();" In the init() > function a WebService's w

[flexcoders] Tree with edit

2007-10-19 Thread nocturnal_world
Hello, I just joined this group hoping to find an answer to this flex project I am working on. Basically what I need to do is, I have a tree, it has a folder and some items in it. Then I have this button called edit. What I want to do is, if I select an item on the tree, then I click on the edi