in my application, i am asking for time input in many places.  right now I have 
a 
  change="processTime( event)" in the text input of each time variable.  (my 
process time 
parses the input".  Of course, this requires that I import the ProcessTime 
function into each 
component that uses it.   I created a new component called TimeInput based on 
textInput and 
added a public function processTime.

When I try to use this component  i.e.
  <comp:TimeText id="tt" change="processTime (event)" />

I get the error "call to possibly undefined method"

Help

Thanks
Bruce






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