Hi Matt, thanks for putting up with me, the crossdomain.xml is available via port 80 and 8701 http://192.168.1.103/crossdomain.xml http://192.168.1.103:8701/crossdomain.xml the crossdomain.xml file is in few places now, C:\CFusionMX7\wwwroot C:\Inetpub\wwwroot C:\Inetpub\wwwroot\My Webs\ContactManager\bin C:\fes2\jrun4\servers\default\flex I dont know what else to do!! Also could you post some links for the tree examples events are fired Thanks Angelo
--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > I'm not a CF person so not sure what the setup needed to be for the > gateway. Make sure that crossdomain.xml is available via port 80 > (Default port) even if the gateway is on another port. > > I think the Tree examples should show how events are fired and whatnot. > Many of the events are the same as the List classes. > > Matt > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of angelosalsa > Sent: Monday, April 03, 2006 8:29 AM > To: [email protected] > Subject: [flexcoders] Re: Few issues > > > Thanks Matt, > It is a typo, it was http://192.168.1.103/flex2gateway/ > I was trying other stuff to make it work and I copied the wrong thing. > the above though still doesn't work.... Any ideas? > > About functions and methods, what I mean is every example I've seen > for the tree shows when you click on the the tree node the label show > you've click on something, nothing was shown of how to load other > mxml file or fire up events or functions, > I've played around with the menubar and now I figured it out, but I > cant seem to figure the tree yet, I will try again tonight maybe I > will have a better luck after a good sleep. > Thanks again > > > --- In [email protected], "Matt Chotin" <mchotin@> wrote: > > > > 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" <angelosalsa@> > > 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 > -- 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/

