This event is triggered each time a new screen is received from the host in the Newlook Control.
object.OnReceived = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnReceived event allows the user to execute some custom functionality each time a new screen is received 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.
JAVASCRIPTnewlookRuntime.OnReceived = ScreenReceived; function ScreenReceived () { //Do Something Here alert("Received event has run") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnFunctionKeyChanged event | OnOpened event | OnRefreshed event | OnSent event | OnStatusChanged event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.