This event is triggered each time a screen is refreshed in the Newlook Control.
object.OnRefreshed = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnRefreshed event allows the user to execute some custom functionality each time a new screen is refreshed from the host in the Newlook Control.
When a new screen is received from the host, the Screen ID of the new screen is compared with the Screen ID of the existing screen. If they are the same, then an OnRefreshed event is triggered, otherwise an OnReceived event occurs.
This event is triggered after the screen has been received and the form has been created, but before the form is displayed.
JAVASCRIPTnewlook1.OnRefreshed = ScreenRefreshed; function ScreenRefreshed () { //Do Something Here alert("OnRefreshed event has run") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | HideConnectionDialog parameter | HideToolbars parameter | OnConnectStateChanged event | OnFunctionKeyChanged event | OnOpened event | OnReceived event | OnSent event | OnStatusChanged event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.