[flexcoders] Re: Compile Error Under 3.5a but not 3.4

2010-02-22 Thread mcaplan_labnet
for components. https://bugs.adobe.com/jira/browse/FB-25994 I wonder if *anyone* uses 3.5 SDK. I did 3 attempts to migrate from 3.4 and they all failed. PS Probably Adobe needs more spanking from Steve Jobs :) Cheers, Dmitri. --- In flexcoders@yahoogroups.com, mcaplan_labnet mcaplan

[flexcoders] Compile Error Under 3.5a but not 3.4

2010-02-21 Thread mcaplan_labnet
Hi There, I'm unsure what is going on, but I can't compile my project under 3.5. Works fine under 3.4. I get the following errors in 3.5: Encountered errors or warnings while building project Alloys.mxml. Alloys.mxml: Invalid component name 'modules.Alloys': component name must be legal

[flexcoders] Re: Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread mcaplan_labnet
How can I find a changelog for Beta 3, especially the SDK? Would the best place to go be the bug tracker, and if so, what milestone should I be looking under? Thanks, Mike --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 13 Dec 2007, johantrax wrote:

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-12 Thread mcaplan_labnet
Of mcaplan_labnet Sent: Tuesday, December 11, 2007 6:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Use a Popup as itemEditor in Datagrids I seem to keep on banging my head against a wall on this issue. I've been plugging away at this issue for several days now with little

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-12 Thread mcaplan_labnet
the itemRender via editedItemRenderer and execute a method that forces the itemRenderer to be updated. Not pretty, but it works. If I could now just nail down the focus issue with the popup :) Mike --- In flexcoders@yahoogroups.com, mcaplan_labnet [EMAIL PROTECTED] wrote: Hi Alex

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-11 Thread mcaplan_labnet
I seem to keep on banging my head against a wall on this issue. I've been plugging away at this issue for several days now with little progress. I set the popup.owner property as recommended by Alex. This seemed to have helped, but issues still persist. I cheated and created an inPopup flag

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-07 Thread mcaplan_labnet
that represents the item being edited, but it's probably ok if it something else. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcaplan_labnet Sent: Friday, December 07, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-07 Thread mcaplan_labnet
through the docs again. Thanks! Mike --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Set the popup's .owner to one of the renderers From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcaplan_labnet Sent

[flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-07 Thread mcaplan_labnet
Sorry for dragging up an old thread, but I'm struggling with the same issue and haven't found a solution. I have created an item editor component for my datagrid. The component creates and passes the datagrid row data over to the popup. Code snippets below. However, clicking anything on the

[flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread mcaplan_labnet
Hi there, I'm learning the ropes of Flex. I have a pretty much textbook example of how to set up a datagrid that is resulting in compile time syntax errors. I can't for the life of me see the error. Any ideas? Thanks! mike Severity and DescriptionPathResourceLocation

[flexcoders] Re: Newbie compile issue rattling my brain

2007-11-27 Thread mcaplan_labnet
, ...aaron On 11/27/07, mcaplan_labnet mcaplan@ wrote: Hi there, I'm learning the ropes of Flex. I have a pretty much textbook example of how to set up a datagrid that is resulting in compile time syntax errors. I can't for the life of me see the error. Any ideas