Re: [flexcoders]Simple method to separate the textarea from the control toolbar

2007-10-29 Thread squillets
Here is one example:
http://flexarena.blogspot.com/2006/05/richtexteditor-with-floating-toolb\
ar.html

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown
[EMAIL PROTECTED] wrote:

 Is there a simple method to separate the Textarea from the control
toolbar
 in the Rich Text Editor control?





[flexcoders] Re: Components best practices for a newb

2007-10-25 Thread squillets
This discussion of 'EasyMVC' may help if you're not quite ready for
Cairngorm.

http://www.clockobj.co.uk/2007/10/17/simplified-cairngorm-easy-mvc-for-adobe-flex

--- In flexcoders@yahoogroups.com, Phill B [EMAIL PROTECTED] wrote:

 I'm putting together my first Flex app and need some help. I have all
 my code in one mxml file and it is getting hard to read. So, I would
 like to break out code in to components.
 
 Should I put my remoteObjects in a component?
 
 Should I break out all of my vars as well?
 
 Are there any good tutorials for me to look over for doing this?
 
 Thanks for the help
 
 -- 
 Phil