Hi Shigeru,

These issues have all been fixed in our internal builds so keep an eye out for the next public drop to resolve this for you.

Raghu



On 3/2/06, sn197412 < [EMAIL PROTECTED]> wrote:
Hi.

When I use a DateFormatter with a couple of "DateFiled"s,
Something remove formatted date text.
And also, when I focus in TextInput,
Something remove formatted date text too.


Here is a sample.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml"
xmlns="*" layout="absolute">

<mx:Script>
    <![CDATA[
        private function formatDate(date:Date):String
        {
          return dfconv.format(date);
        }
    ]]>
</mx:Script>

  <mx:DateFormatter id="dfconv" formatString="MM, YYYY" />

  <mx:DateField id="df1" x="10" y="40" formattingFunction="formatDate" />
  <mx:DateField id="df2" x="10" y="70" formattingFunction="formatDate" />
  <mx:TextInput id="txtIn" x="10" y="100"/>

</mx:Application>


This must be a Beta1 bug, right?

--Shigeru





--
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/

<*> 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/







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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to