i dont know how to do this, but when i was searching for another issue 
on the internal of datagridcolumn class i found a comment that perhaps 
ca give you some ideas...
here it is:   (DataGridColumn.as)

//----------------------------------
    //  imeMode
    //----------------------------------

    /**
     *  @private
     *  Storage for the imeMode property.
     */
    private var _imeMode:String;

    [Inspectable(category="Other")]

    /**
     *  Specifies the IME (input method editor) mode.
     *  The IME enables users to enter text in Chinese, Japanese, and 
Korean. 
     *  Flex sets the IME mode when the <code>itemFocusIn</code> event 
occurs,
     *  and sets it back
     *  to the previous value when the <code>itemFocusOut</code> event 
occurs.
     *  The flash.system.IMEConversionMode class defines constants for
     *  the valid values for this property. 
     *
     *  <p>The default value is null, in which case it uses the value of 
the
     *  DataGrid control's <code>imeMode</code> property.</p>
     *
     *  @see flash.system.IMEConversionMode
     */
    public function get imeMode():String
    {
        return _imeMode;
    }



-----------------------------------------
hope this help,

          Luís




Prakaz escreveu:

> Hi Guys,
>
> I have a textfield and a list beside that which lists out 3 languages:
> japanese, chinese, korean.
>
> What i'm trying to do is pretty simple:
> When i select japanese and type in the text field, the font should
> appear in japanese
> when i select chinese and start typing the text font should be chinese
> and so on...
>
> how do i go about doing this ?
>
> Thnx in advance
>
>  



                
_______________________________________________________ 
O Yahoo! está de cara nova. Venha conferir! 
http://br.yahoo.com


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to