RE: [flexcoders] Rich Text Editor and XML

2009-09-12 Thread Tracy Spratt
Does this: tr.color = red; work in general? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stldvd Sent: Saturday, September 12, 2009 4:33 PM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Rich text editor customization

2009-01-31 Thread Igor Costa
Mayank You can read it from here a solution, don't know if fits on your needs. http://www.igorcosta.org/?p=217 Regards Igor Costa On Thu, Dec 18, 2008 at 2:35 AM, Mayank Vora mcv_b...@yahoo.com wrote: Hi, I wanted to know if there is a way to embed images using Rich Text Editor. Has

RE: [flexcoders] Rich text editor customization

2008-12-19 Thread Joel Carras
...@yahoogroups.com] On Behalf Of Derrick Anderson Sent: Thursday, December 18, 2008 3:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Rich text editor customization the RTE is a Panel w/ TextArea written in MXML, so open up the source and see how it functions. Specifically

Re: [flexcoders] Rich text editor customization

2008-12-18 Thread Derrick Anderson
the RTE is a Panel w/ TextArea written in MXML, so open up the source and see how it functions. Specifically, the setTextStyles and getTextStyles functions- I have not customized it for images, but Image is a supported tag in the htmlText property. d. On Wed, Dec 17, 2008 at 11:35 PM, Mayank

Re: [flexcoders] Rich Text Editor Problem

2008-09-29 Thread jitendra jain
If possible, please paste some code .. Thanks, with Regards, Jitendra Jain - Original Message From: jainleena82 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 29 September, 2008 4:17:03 PM Subject: [flexcoders] Rich Text Editor Problem Hi, I am using a Rich Text

Re: [flexcoders] Rich Text Editor Problem

2008-09-29 Thread Daniel Freiman
Text components cannot use embeded and non-embeded fonts at the same time. I'm not sure as to the details of what's going on in your case, but this could be at the root of the problem. - Daniel Freiman On Mon, Sep 29, 2008 at 6:47 AM, jainleena82 [EMAIL PROTECTED] wrote: Hi, I am using a

Re: [flexcoders] Rich text editor

2008-09-12 Thread Abdul Razack
ya u can remove the panel try with this code and gothorugh this website blog.flexexamples.com mx:RichTextEditor id=richTextEditor title=RichTextEditor status=version {richTextEditor.getStyle('version')} showControlBar=false cornerRadius=0

RE: [flexcoders] Rich Text Editor

2008-04-22 Thread Alex Harui
This is your third thread all about the same thing. RichTextEditor is an mxml file. Copy it and look inside. There isn't much to it, and the piece you want to modify is when and where it sets defaultTextFormat on the internal textfield. From:

Re: [flexcoders] Rich Text Editor

2008-02-15 Thread Suketu Vyas
image support - missing page view and a page counter Harald Dehn *Von:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *Im Auftrag von *Gordon Smith *Gesendet:* Freitag, 15. Februar 2008 06:03 *An:* flexcoders@yahoogroups.com *Betreff:* RE: [flexcoders] Rich Text Editor

Re: [flexcoders] Rich Text Editor

2008-02-14 Thread Harald Dehn
Hi Gordon, this is a realy good news. Do you the a chance to get a component from your buzzword-company in the meantime. We need a texteditor for a crm application we developed in flex. Regards, Harald Dehn Am 14.02.2008 um 02:48 schrieb Gordon Smith: Why Adobe does not make something

Re: [flexcoders] Rich Text Editor

2008-02-14 Thread Weyert de Boer
Why not just make your own caret, use text fields the blocks of text, and come up with some smart manager for mapping the characters to a x,y and r,c position. Selection can be done by inverting the text and draw a rectangle below the textfield using drawing api. Simplest solution for now.

RE: [flexcoders] Rich Text Editor

2008-02-14 Thread Gordon Smith
SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Harald Dehn Sent: Thursday, February 14, 2008 12:18 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Rich Text Editor Hi Gordon, this is a realy good news. Do you

RE: [flexcoders] Rich Text Editor

2008-02-13 Thread Gordon Smith
Why Adobe does not make something decent about this issue? We're working on it! Flash Player 10 (Astro) and Flex 4 are likely to have a new text engine that will support right-to-left text and other text improvements. Gordon Smith Adobe Flex SDK Team From:

RE: [flexcoders] Rich text editor in TabNavigator causes runtime exception.

2007-01-02 Thread Tracy Spratt
I couldn't find it specifically stated in the docs, but I suspect that the TabNavigator is going to require *container* children and won't allow a naked control. It may be looking for label or something like that. Wrap the RTE in a canvas and it works ok. Tracy

RE: [flexcoders] Rich text editor in TabNavigator causes runtime exception.

2007-01-02 Thread Tracy Spratt
Ah, it is strongly implied in the docs that TabNavigator children must be containers: ...for navigating between its child containers ..., and similar language. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of parkerwhirlow Sent:

Re: [flexcoders] Rich text Editor ...

2006-02-09 Thread Manish Jethani
On 2/9/06, Jeremy Rottman [EMAIL PROTECTED] wrote: I have a rich text editor component in my app, that allows users to input text for news and the such. However, I can not figure out how to get the RTE component to insert the data into the database as html and no as flat plain text. Has anyone

RE : [flexcoders] Rich Text Editor

2005-08-26 Thread Philippe Maegerman
I'm curious to see your RTE, I wrote one my self using CF7 flash forms: http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html It could be adapted to flex, it's a mix of CF + AS

Re: RE : [flexcoders] Rich Text Editor

2005-08-26 Thread Reto M. Kiefer
Hi Philippe, I'm curious to see your RTE, I wrote one my self using CF7 flash forms: http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html It could be adapted to flex, it's a mix of CF + AS I would be

RE: [flexcoders] Rich Text Editor

2005-08-25 Thread David Mendels
Hi, This is in the list FAQ here: http://www.cflex.net/showfaq.cfm#Question367 -David Macromedia -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Thursday, August 25, 2005 3:27 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Rich Text Editor Component, someone have it?

2005-07-18 Thread Clint Modien
hot control... how well does it work in flex?On 7/17/05, JesterXL [EMAIL PROTECTED] wrote: Closest you'll get for now: http://www.flashtexteditor.com/in.php - Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Sunday, July 17, 2005 4:32 PM

Re: [flexcoders] Rich Text Editor Component, someone have it?

2005-07-17 Thread JesterXL
Closest you'll get for now: http://www.flashtexteditor.com/in.php - Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Sunday, July 17, 2005 4:32 PM Subject: [flexcoders] Rich Text Editor Component, someone have it? Thanks... -- Flexcoders Mailing