RE: [flexcoders] enter event for TextInput

2005-04-25 Thread Joan Tan





I tried having the TextInput in a form in a TitleWindow as 
well. And I still get the enter event triggered.
 
Joan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 
11:24 AMTo: flexcoders@yahoogroups.comSubject: RE: 
[flexcoders] enter event for TextInput

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 
PruittSent: Monday, April 25, 2005 2:10 PMTo: 
flexcoders@yahoogroups.comSubject: 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 
AhmedSent: Monday, April 25, 2005 1:30 PMTo: 
flexcoders@yahoogroups.comSubject: 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");}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:
   
  
   
  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

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 the Yahoo! Terms of Service.










RE: [flexcoders] enter event for TextInput

2005-04-25 Thread Gordon Smith
Title: Message





Could 
it be because of password="true"?
 
- 
Gordon

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
  Sent: Monday, April 25, 2005 11:24 AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] enter event for 
  TextInput
  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 
  PruittSent: Monday, April 25, 2005 2:10 PMTo: 
  flexcoders@yahoogroups.comSubject: 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 
  AhmedSent: Monday, April 25, 2005 1:30 PMTo: 
  flexcoders@yahoogroups.comSubject: 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");}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:
 

 
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

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 the Yahoo! Terms of Service.










RE: [flexcoders] enter event for TextInput

2005-04-25 Thread Steve Pruitt





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 
PruittSent: Monday, April 25, 2005 2:10 PMTo: 
flexcoders@yahoogroups.comSubject: 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 
AhmedSent: Monday, April 25, 2005 1:30 PMTo: 
flexcoders@yahoogroups.comSubject: 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");}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:
   
  
   
  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

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 the Yahoo! Terms of Service.










RE: [flexcoders] enter event for TextInput

2005-04-25 Thread Steve Pruitt





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 
AhmedSent: Monday, April 25, 2005 1:30 PMTo: 
flexcoders@yahoogroups.comSubject: 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");}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:
   
  
   
  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

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 the Yahoo! Terms of Service.










Re: [flexcoders] enter event for TextInput

2005-04-25 Thread Tarik Ahmed






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

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



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

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 the Yahoo! Terms of Service.











RE: [flexcoders] enter event for TextInput

2005-04-25 Thread Joan Tan





That code seems to work for me. Maybe there is something 
wrong within your onEnter function?  The entire mxml that I ran was 
just:
 
http://www.macromedia.com/2003/mxml" 
backgroundColor="white" > function 
onEnter(event) {  text1.text='triggered 
enter';  }
 




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 9:52 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
enter event for TextInput

My enter event 
handler isn't being called for a TextInput tag.  The tag looks 
like:
 

 
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

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 the Yahoo! Terms of Service.