Re: [flexcoders] problems accessing a tree with xml from a HTTPService

2006-05-12 Thread Alin DICU
fault:     ;     }    } Right now, I'm using the xecat xml, only that it is statically put into the .mxml page. Thanks, Tracy Spratt a écrit : > I do this regularly. > > How are you attempting to access the attributes? > > Tracy > > --

Re: [flexcoders] Re: passing parameters to a popUp

2006-05-12 Thread Alin DICU
var login = mx.managers.PopUpManager.createPopUp(this, PopUp, false, >    { nomPhoto: "vsdvdsvsdvsdv"} ); > > > > --- In flexcoders@yahoogroups.com, Alin DICU <[EMAIL PROTECTED]> > wrote: > > > > Hello, > > > > I want to create a popUp and pass p

[flexcoders] problems accessing a tree with xml from a HTTPService

2006-05-11 Thread Alin DICU
Hi, I use the following xml to create a tree that is displayed:         data="" href="http://localhost:8080/FlexXMLServer/Photos/BMW/BMW">http://localhost:8080/FlexXMLServer/Photos/BMW/BMW 325ci 1994.jpeg"/>     data="" href="http://localhost:8080/FlexXMLServer/Photos/BMW/BMW">http

Re: [flexcoders] difficulties accessing tree branches

2006-05-11 Thread Alin DICU
Anyone, has some examples of accessing tree elements? Thanks, Alin DICU a écrit : > Hi, > > I'm having problemes accessing clicked branches in trees. I tried many > thing but I keep stumbling on undefined items. > > Here are piéces of my code: > > ---

[flexcoders] passing parameters to a popUp

2006-05-11 Thread Alin DICU
Hello, I want to create a popUp and pass parameters to it so that it can dynamically display information. Is it possible? Here are some parts of my code: --PopUp.mxml---     xmlns:mx="http://www.ma

[flexcoders] difficulties accessing tree branches

2006-05-10 Thread Alin DICU
Hi, I'm having problemes accessing clicked branches in trees. I tried many thing but I keep stumbling on undefined items. Here are piéces of my code: - the UI tree component --- width="100%" nodeOpen="dataController.onTreeClic

Re-Solved: [flexcoders] Re: problems when creating a pop up

2006-05-10 Thread Alin DICU
u have the SimpleTitleWindow.mxml and TitleWindowApp.mxml files in the same directory? --- In flexcoders@yahoogroups.com, Alin DICU <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm having problems to create a popUp. My code is exactly the same as > the one in the

Re: [flexcoders] Re: problems when creating a pop up

2006-05-10 Thread Alin DICU
strange. Thanks anyway. Any other thoughts will be welcome. Bye, Doug Lowder a écrit : Your code, exactly as posted, works fine for me.  Do you have the SimpleTitleWindow.mxml and TitleWindowApp.mxml files in the same directory? --- In flexcoders@yahoogroups.com, Alin DICU <[EMAIL PROTECTE

[flexcoders] problems when creating a pop up

2006-05-09 Thread Alin DICU
Hi, I'm having problems to create a popUp. My code is exactly the same as the one in the Flex doc examples. Here it is again: SimpleTitleWindow.mxml- http://www.macromedia.com/2003/mxml" title="Title Window"     x="268" y="86" closeButton=