Well the 80{context.root} in your flex-enterprise-services.xml file
looks wrong to me, is that a typo?You can refer to items in a ViewStack by id as long as they have been created. Or you could tell the ViewStack to change its selectedIndex for example when you click on a Tree node. I'm not sure what you mean by load methods from the Tree and MenuBar. Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of angelosalsa Sent: Friday, March 31, 2006 8:21 AM To: [email protected] Subject: [flexcoders] Re: Few issues Please note, The 2nd Issue was resolved, if someone needs help on that, please post and I will try to document what I did... 1st issue is driving me nuts... 3nd issue, also how can we load methods() from the Tree and MenuBar Angelo --- In [email protected], "angelosalsa" <[EMAIL PROTECTED]> wrote: > > Hi all., > 1st issue: > My remoteobjects and webservices work fine from my local server but > when I try to access the site from the outside world, I get only the > hourglass loading with no errors but nothing shows, > My crossdomain is in both C:\Inetpub\wwwroot\crossdomain.xml and > incase C:\CFusionMX7\wwwroot\crossdomain.xml, here is what the > crossdomain file look like. > <?xml version="1.0"?> > <!DOCTYPE cross-domain-policy > SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> > <cross-domain-policy> > <allow-access-from domain="*" /> > </cross-domain-policy> > My local host is running on http://192.168.1.103:8701 and the > flexenterprise-services.xml has this: > <endpoint uri="http://192.168.1.103:80{context.root}/flex2gateway/" > all my components and services are in > C:\Inetpub\wwwroot\CFIDE\components\... > any ideas? > 2nd issue: > My Application have many components on right hand of the App. I have > an Accordion that has a TabNavigator and in the TabNavigator I have > a component that search the database for employees, right now the > result is bind to a TileList with a listItemRenderer, in that > component 'detail State', what i want to do is: insted of the result > getting back to the TileList, I would like to bind this > ArrayCollection to another component 'empDetails.mxml' DataGrid > which is on the mainApp as <ns1:empDetails /> > I played around with loose coupling but on my matter it doesnt look > like it would work unless I can make the ArrayCollection as a public > object MAYBE! > Right now this is how I am getting back the results: > --empSearch.mxml-- > <mx:ArrayCollection id="searchResults" > source="{mx.utils.ArrayUtil.toArray (EmployeeService.search.result)}"> > </mx:ArrayCollection> > Also played aroung with Calling component but I couldnt figure out > how to pass the results to dataProvider in the 'empDetails.mxml' > 3ed issue: > using the Tree, how would I call other components in a ViewStack to > view? > Thanks > Angelo > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

