I’ve seen Quick Tip: Opening, Shown, Closing and Closed – Xojo Programming Blog and can follow the logic as to what fires when, but there’s no mention of handleurl. When does this fire?
Thanks
Steve
I’ve seen Quick Tip: Opening, Shown, Closing and Closed – Xojo Programming Blog and can follow the logic as to what fires when, but there’s no mention of handleurl. When does this fire?
Thanks
Steve
Whenever a connection is made to the app to begin a session. If you want a session to be created, you must return false.
Thanks Greg