I tried using an alert and still no go.  the only other thing to add is the TextInput tag is in a Form inside a TitleWindow.  Why this would matter I don't know, but there doesn't seem to be any other factors.
 
 
-S
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Pruitt
Sent: Monday, April 25, 2005 2:10 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] enter event for TextInput

yes, I put a trace stmt in the function and nothing appears in the flashlog.  drat.  this is to simple not to work.  if it works for others, it must be environmental.  but, i am clueless at the moment.
 
 
-S


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tarik Ahmed
Sent: Monday, April 25, 2005 1:30 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] enter event for TextInput

Are you sure it's not being invoked? I'd do a little test like:

function onEnter(event)
{
   alert("yo");
}

<mx:TextInput id="dbpassword" password="true" widthFlex="1" enter="onEnter(event)"/>

If that alert pops up - then its being invoked but whatever is going on in onEnter isn't as expected.

Steve Pruitt wrote:
My enter event handler isn't being called for a TextInput tag.  The tag looks like:
 
<mx:TextInput id="dbpassword" password="true" widthFlex="1" enter="onEnter(event)"/>
 
onEnter is not invoked when I hit the enter key.  There is not to much to these things, what can be wrong?  I'm at a loss!
 
 
-S



Yahoo! Groups Links

Reply via email to