[flexcoders] Odd behavior: Tree Component - selectedIndices

2008-08-18 Thread sbx33
Greetings! I'm encountering some strange behavior, and I was wondering if anyone could explain the results for me. The code below: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Script ![CDATA[import

[flexcoders] odd behavior when editing in a datagrid

2007-10-15 Thread Ramsey, Robert L
Hi, I'm just playing around and learning how to handle it when users edit a datagrid. I did a copy and paste from the Flex help: ?xml version=1.0? !-- itemRenderers\events\EndEditEventFormatter.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script

RE: [flexcoders] odd behavior when editing in a datagrid

2007-10-15 Thread Alex Harui
, Robert L Sent: Monday, October 15, 2007 8:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] odd behavior when editing in a datagrid Hi, I'm just playing around and learning how to handle it when users edit a datagrid. I did a copy and paste from the Flex help: ?xml version=1.0

RE: [flexcoders] odd behavior when editing in a datagrid

2007-10-15 Thread Ramsey, Robert L
Thanks, that does make perfect sense to me. Bob From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Monday, October 15, 2007 11:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] odd behavior when editing in a datagrid Prpbpably when

[flexcoders] Odd behavior when calling DataService.getItem for multiple items.

2007-04-12 Thread parkerwhirlow
I'm using the same DataService repeatedly in my Cairngorm delegates, and calling getItem() as needed to get items. I'm using the call token to add a responder, and the strange thing is that in the result method of the responder, the event.result property is the SAME instance each time with the

RE: [flexcoders] Odd behavior when calling DataService.getItem for multiple items.

2007-04-12 Thread Jeff Vroom
] On Behalf Of parkerwhirlow Sent: Thursday, April 12, 2007 7:29 PM To: [EMAIL PROTECTED] Subject: [flexcoders] Odd behavior when calling DataService.getItem for multiple items. I'm using the same DataService repeatedly in my Cairngorm delegates, and calling getItem() as needed to get items

[flexcoders] odd behavior...

2005-06-13 Thread Drew Falkman
Hi- I have this odd behavior going on in my application that Im hoping someone can help me figure out. Basically heres what happens: 1) A component broadcasts an event containing a URL to an XML file when an item is clicked on in a datagrid. 2) The controller receives this event,