readychange

  1. Mashiane

    B4J Question [BANano] [SOLVED ]How to trap the 'readychange' event of the document to get the 'readystate'?

    Ola I need a way to execute code during the ready change event of the document. I have added this call in banano_ready Dim cb As BANanoObject = BANano.callback(Me, "readychange", Null) BANano.Window.GetField("document").AddEventListener("readystatechange", cb, True) I am trapping this...
Top