This event is triggered each time a new array of function keys is received in the Newlook Control.
object.OnFunctionKeyChanged = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnFunctionKeyChanged event allows the user to execute some code each time a new array of function keys is received in the Newlook Control.
The OnFunctionKeyChanged event is triggered just prior to a new function key array being loaded on the screen, essentially this is every time a new screen is refreshed or received as the function keys are reloaded for each new screen.
JAVASCRIPTnewlook1.OnFunctionKeyChanged = MyFunctionKeyChanged; function MyFunctionKeyChanged () { //Do Something Here alert("Function Keys have changed") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnOpened event | OnReceived event | OnRefreshed event | OnSent event | OnStatusChanged event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.