Startseite › Foren › Deutsches LiveCode-Forum › Felder reagieren nicht auf Ereignisse › Antwort auf: Felder reagieren nicht auf Ereignisse
Hallo Werner,
ein Blick in das Dictionairy würde helfen: (https://livecode.fandom.com/de/wiki/FocusIn)
“Handle the focusIn message if you want to perform preparation or do other tasks when a control receives the keyboard focus.
If the control is an unlocked field or a button whose menuMode is “comboBox”, the openField message is sent to it instead of the focusIn message.
A locked field receives the focusIn message when the user tabs to it or otherwise makes it active, or when text in it is selected by a handler. ”
Wenn Du also möchtest, das ein normales Eingabefeld darauf reagiert, dass der Cursor in dieses gesetzt wird, dann solltest Du einen Handler schreiben, der auf die Nachricht openField reagiert.
LG
Torsten