Glossary entry

Italian term or phrase:

attivare funzione ascolto

English translation:

enable listen function

Added to glossary by Gabriella B. (X)
Apr 7, 2004 14:30
20 yrs ago
Italian term

attivarne l'ascolto

Italian to English Tech/Engineering Computers: Software
Per Netscape 4, quando si necessita di gestire degli eventi è necessario attivarne l'ascolto, ovvero richiamare il metodo captureEvents() dell'oggetto.

I'm having difficulty finding a corresponding English expression. Can anyone help?

Proposed translations

+3
31 mins
Selected

enable listen function

un'idea..
spero ti aiuti

ciao

ga
Peer comment(s):

agree rabenante
9 mins
many thanks!
agree GAR
52 mins
thanks!
agree gmel117608
2 hrs
grazie!!
neutral bistefano : non mi pare proprio che esista una funzione di "listen" degli eventi, negli oggetti JS di NS ...
4 hrs
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Thanks to everyone for all their suggestions! Grazie a tutti!"
-1
16 mins

to activate the function play

se intendi questo!
Peer comment(s):

disagree bistefano : non si fa il play di un evento !
4 hrs
Something went wrong...
4 hrs
Italian term (edited): attivarne l'ascolto (eventi Javascript)

you must enable their handling, by calling/using the captureEvents() method of the object

Your source is almost certainly a poor translation of some originally english software book or user manual.

This (taken from provided link) is a short explanation of events in Netscape event system - I put it here 'cause needed to understand the whats and whys of my translation.

JavaScript applications in the Navigator are largely event-driven. Events are actions that occur usually as a result of something the user does. For example, clicking a button is an event, as is changing a text field or moving the mouse over a link. For your script to react to an event, you define event handlers, such as onChange and onClick.
Event handling changed significantly between Navigator 3.0 and Navigator 4.0. Navigator 4.0 added:

The event object, passed as an argument to each event handler and containing information about the event

Additional events, such as DragDrop and MouseDown

Event capturing to enable a window or document to capture an event before the target object (link, button, and so on) gets the event
For a good introduction to event handling in Navigator 4.0, see the article Getting Ready for JavaScript 1.2 Events in the online View Source magazine. In addition, the JavaScript technical notes contain information on programming events.

Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search