The team developing the new text libraries plans to support importing a
subset of HTML that is richer than what TextField's htmlText
understands. It will definitely not be a full HTML implementation.
Whether it will fall short of or exceed FCKEditor's capabilities isn't
determined yet.
 
Gordon Smith
Adobe Flex SDK Team

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jurgen Beck
Sent: Friday, February 15, 2008 8:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Rich Text Editor



And let's not forget that we need a way in Flex to work with simple HTML
content that does not use Flash's antiquated set of HTML formatting. We
already know the challenges of implementing a full browser in Flash/Flex
(at least outside of AIR.) At least allow us to represent and edit
simple HTML content that's compatible with the rest of the browser
world.

Again, no full HTML implementation is needed, just something along an
HTML editor like FCKEditor.

Jurgen

On Feb 15, 2008, at 10:27 AM, cmalartre wrote:


        

        Hi Gordon Smith & all,
        
        I thought that the Buzzword aquisition was directly related to
Flash
        Player code named Astro:
        
        http://labs.adobe.com/wiki/index.php/Astro
<http://labs.adobe.com/wiki/index.php/Astro> 
        
        "Adobe is also developing a library of ActionScript-based text
layout
        components based on these new APIs to provide easy-to-integrate
        features, such as multi-column layout of editable text that
        automatically reflows, wrapping around inline images, and
handling
        tables. With this new architecture, text becomes an extensible
part of
        the platform -- new text layout features can be delivered
without
        requiring a new player release."
        
        I hope this is true! I'm working mainly on text intensive
application.
        One is a text editor for math teachers and the second is a note
taking
        app.
        
        I want multi-level bullets, tables and images!
        
        Carl-Alexandre Malartre
        Scolab
        
        --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> , "Suketu Vyas" <[EMAIL PROTECTED]>
wrote:
        >
        > I am running under similar kind of RTE problem. my scenario is
more
        complex.
        > I am using FCKEditer which i have integrated with flex using
Iframe and
        > ExternalInterface API.
        > I still have to work on browser compatibility part. but it
works really
        > well.
        > 
        > ~ Suketu Vyas
        > 
        > On Fri, Feb 15, 2008 at 9:34 AM, Harald Dehn <[EMAIL PROTECTED]>
wrote:
        > 
        > > Hi Gordon,
        > >
        > >
        > >
        > > yes but we don't need the full functionality of buzzword,
for
        example we
        > > don't need tables. Our problems with the RTE component are:
        > >
        > >
        > >
        > > - htmlText - we like to generate pdf-documents with the
        > > .net-backend.
        > >
        > > - missing image support
        > >
        > > - missing page view and a page counter
        > >
        > >
        > >
        > > Harald Dehn
        > >
        > >
        > >
        > > *Von:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
        [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> ] *Im
        > > Auftrag von *Gordon Smith
        > > *Gesendet:* Freitag, 15. Februar 2008 06:03
        > > *An:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
        > > *Betreff:* RE: [flexcoders] Rich Text Editor
        > >
        > >
        > >
        > > > Do you the a chance to get a component from your
        "buzzword"-company in
        > > the meantime
        > >
        > >
        > >
        > > Are you asking "Can we get Buzzword's editor as a Flex
        component?". That's
        > > a different part of the company, and I'm not aware of any
plans to
        make it
        > > available in component form (either free or for money). I
suspect
        that there
        > > are business reasons to keep it as an Adobe-only application
for
        awhile, but
        > > I'm just an engineer and not involved in such decisions.
        > >
        > >
        > >
        > > BTW, what does your CRM app need in a texteditor beyond what
        > > RichTextEditor currently provides? RTL support or something
else?
        > >
        > >
        > >
        > > Gordon Smith
        > >
        > > Adobe Flex SDK Team
        > >
        > >
        > > ------------------------------
        > >
        > > *From:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
        [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> ] *On
        > > Behalf Of *Harald Dehn
        > > *Sent:* Thursday, February 14, 2008 12:18 AM
        > > *To:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
        > > *Subject:* Re: [flexcoders] Rich Text Editor
        > >
        > > 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 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 Fl ex SDK Team
        > >
        > >
        > > ------------------------------
        > >
        > > *From:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>  [mailto:flexcoders@ <flexcoders@>
        > > yahoogroups.com] *On Behalf Of *Rafael Faria
        > > *Sent:* Wednesday, February 13, 2008 4:47 PM
        > > *To:* flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
        > > *Subject:* [flexcoders] Rich Text Editor
        > >
        > > I know this had been a big subject of discussion in the past
but i
        > > want to bring it up again.
        > >
        > > Does anybody found a good solution to implement RTE in f!
lex?
        > >
        > > I tried the iframe solution but it seems that it has some
problems
        > > with rendering, someone work it out how to fix it?
        > >
        > > I know there is some people from adobe here, so my question
is
        > > Why Adobe does not make something decent about this issue?
        > > If adobe is trying to improve the flash player as much as
they can,
        > > why do not spend some time in a decent RTE component?
        > >
        > > Any suggestion for any good RTE, even a paid one?
        > >
        > > Thanks
        > > Raf
        > >
        > >
        > >
        > >
        > >
        > > 
        > >
        >
        
        

        


 

Reply via email to