[flexcoders] Re: Cairngorm proper usage

2009-01-04 Thread someguy7_7
, whenever the model changes With kind regards, Ralf. On Sun, Jan 4, 2009 at 7:49 AM, someguy7_7 mus...@... wrote: I am trying to determine the best way to use cairngorm for the following use case. I want to display a tabnavigator that only has 1 child which is a component that has a list

[flexcoders] Re: Cairngorm proper usage

2009-01-04 Thread someguy7_7
p...@... wrote: - Original Message - From: someguy7_7 mus...@... To: flexcoders@yahoogroups.com Sent: Sunday, January 04, 2009 6:23 PM Subject: [flexcoders] Re: Cairngorm proper usage But how would I setup the binding in the tabnavigator so that the first tab the list

[flexcoders] Cairngorm proper usage

2009-01-03 Thread someguy7_7
I am trying to determine the best way to use cairngorm for the following use case. I want to display a tabnavigator that only has 1 child which is a component that has a list of rooms in a datagrid. When one of the rooms is clicked a instance of the room component is added to the tabnavigator as a

[flexcoders] Re: Game Architecture

2008-12-02 Thread someguy7_7
Any thoughts on this? Thanks --- In flexcoders@yahoogroups.com, someguy7_7 [EMAIL PROTECTED] wrote: Can you give me some more details on the security issues relating to remote objects? How do you notify the other client when one client has taken a turn with remote objects? Have it poll

[flexcoders] Re: Game Architecture

2008-12-01 Thread someguy7_7
, 2008, at 8:35 AM, someguy7_7 wrote: I am going to mess around and try to create a multi player online game with flex. Any thoughts on the best way to communicate the users actions back to the server? Remote Objects? Producer/Consumer Messaging? Morse Code? Thanks

[flexcoders] Game Architecture

2008-11-30 Thread someguy7_7
I am going to mess around and try to create a multi player online game with flex. Any thoughts on the best way to communicate the users actions back to the server? Remote Objects? Producer/Consumer Messaging? Morse Code? Thanks

[flexcoders] ComboBox with binded dataProvider in DataGrid

2007-02-11 Thread someguy7_7
I have a datagrid with 2 columns. Each column contains a combobox. The dataProvider of the datagrid is bound to an ArrayCollection filled with a bunch of instances of a actionscript class. The dataprovider of one of the comboboxes we will call cbxA is dependent on the value selected in the other

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
=mytest useProxy=true Am I missing a step somewhere? --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 22 August 2006 01:40, someguy7_7 wrote: faultString=[MessagingError message='Unknown destination 'mytest'. What do I need to do besides add the destination

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
PROTECTED] wrote: On Wednesday 23 August 2006 04:22, someguy7_7 wrote: I have figured out the destination issue and my request is making it to the webservice but the Authorization header is not being sent. I am calling setRemoteCredentials before setting any params and calling send. Hmm

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-22 Thread someguy7_7
] wrote: On Tuesday 22 August 2006 01:40, someguy7_7 wrote: faultString=[MessagingError message='Unknown destination 'mytest'. What do I need to do besides add the destination to the WEB-INF/flex/proxy-config.xml of my application so my app can find the It doesn't appear to be in the services

[flexcoders] Webservice Destination with Basic Authentication

2006-08-21 Thread someguy7_7
I need to be able to connect to a webservice that requires basic authentication. From what I can tell I need to define a destination in the proxy-config.xml, set the webservice destination to the newly defined destination, and use Webservice.setCredentials(user,pass) to setup who to login as. Is

[flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread someguy7_7
PROTECTED] On Behalf Of someguy7_7 Sent: Thursday, July 06, 2006 7:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Beta 3 WebService Result Actually this is looking more like a bug. I have submitted an example application to Adobe. All my items are all at the same level

[flexcoders] Re: Beta 3 WebService Result

2006-07-06 Thread someguy7_7
; In general with Axis, 'tns1' points to something other than XML Schema, for instance (from a ColdFusion CFC web service): xmlns:tns1=http://rpc.xml.coldfusion; I hope that helps a little -- Tom Jordahl Adobe --- In flexcoders@yahoogroups.com, someguy7_7 bmcpheeters@ wrote: Mine have

[flexcoders] Re: Beta 3 WebService Result

2006-07-05 Thread someguy7_7
:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Tuesday, July 04, 2006 9:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Beta 3 WebService Result I assume you mean set the resultFormat in the operation. I have set that as well as makeObjectsBindable=false in the webservice

[flexcoders] Re: Beta 3 WebService Result

2006-07-05 Thread someguy7_7
would leave them as strings and not convert them to Date objects and mess up the time zone. - Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Tuesday, July 04, 2006 10:32 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Beta 3 WebService Result

2006-07-04 Thread someguy7_7
. mx:WebService id=ws resultFormat=object makeObjectsBindale=false / - Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Monday, July 03, 2006 2:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Beta 3

[flexcoders] Re: Beta 3 WebService Result

2006-07-03 Thread someguy7_7
] wrote: Either way, Change the resultFormat: mx:WebService id=ws resultFormat=e4x/ Or, cast lastResult to an XML var. -TH --- In flexcoders@yahoogroups.com, someguy7_7 bmcpheeters@ wrote: Do you mean change the operation.resultFormat to xml? Or somehow cast the lastResult

[flexcoders] Re: Beta 3 WebService Result

2006-06-16 Thread someguy7_7
Do you mean change the operation.resultFormat to xml? Or somehow cast the lastResult of the operation to a variable typed to XML? Brian --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: The default return type from a web service call is object(). If you cast this to XML,

[flexcoders] RTF Editor Integrated into Flex

2005-11-22 Thread someguy7_7
I have seen all the messages about the couple different flash rtf editors that people have created. Has anyone actually integrated one with flex? If so which one? How is it working? Yahoo! Groups Sponsor ~-- Get fast access to your favorite