Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Emile Swain
ECTED]> wrote: > > > > But measuredWidth and measuredHeight return 0 for me. > > Giro. > > 2008/10/10 David Gironella <[EMAIL PROTECTED] > <mailto:david.gironella%40gmail.com> >: >> > But measuredWidth and measuredHeight return 0 for me. &g

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Emile Swain
ible area, this need to include > scrolled area. > > Thks. > > Grio. > > -- Emile Swain Direct: 020 7780 4859 Group Creative Development Director [EMAIL PROTECTED]|http://www.akqa.com AKQA, 1 St John's Lane, London EC1M 4BL, UK Confidentiality notice: The

RE: [flexcoders] Simple Question - Array to ArrayCollection - Best Practice/CFusion

2006-12-04 Thread Emile Swain
t as ArrayCollection } Where projectList is my datagrid. Of course this could quite easily be model.workplace.employees where employees is typed as an ArrayCollection All of my tests have been based on examples off the adobe site, so I can only really assume this is the way to do it. --

[flexcoders] edit Datagrid selected cell in seperate component

2006-11-06 Thread Emile Swain
Hi All   I’m doing some pretty simple stuff but having a couple of issues with binding the content of a selected datagrid cell (selectedItem) with the RichTextEditor in a separate component.   Pseudo code                 When I select an editable

RE: [flexcoders] 2.0 Beta Tree.selectedNode

2006-02-03 Thread Emile Swain
the tree will return the children of the selected node. Hence nodes with no children would return nothing. My example proves the node is there by tracing one of its attributes.   -- Emile Swain Senior Creative Developer Direct: 020 7087 2754 From: flexcoders@yahoogroups.com [

RE: [flexcoders] 2.0 Beta Tree.selectedNode

2006-02-03 Thread Emile Swain
myTree.selectedItem); trace("attribute = " + [EMAIL PROTECTED]);   }     -- Emile Swain Senior Creative Developer Direct: 020 7087 2754 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: 03 February 2006 14:23 To: flex

RE: [flexcoders] Adventures with Yahoo Maps

2006-02-02 Thread Emile Swain
I’ve had that same error but with event methods in the script tag. I’d be glad to know what it means.   -- Emile Swain Senior Creative Developer Direct: 020 7087 2754 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ubiqueros Sent: 02 February

[flexcoders] flex 2 beta 1, custom event error

2006-02-01 Thread Emile Swain
Hi,   I’ve been trying to implement a custom event but get the following compile time error.   Type annotation is not a compile-time constant:MyClassName   To be honest the whole thing was botched pretty quickly but given all the code is cut and paste from the help docs I’m stuck a