Hi
Is there any way of receiving an event when a component (e.g. a subclass of Canvas) becomes visible? I've tried overriding onDraw but that only seems to get called the first time the component is created. Ditto with creating a doOnRender function.
My reason for this is essentially that I want the user to be presented with a dialog as soon as they browse to a particular tab. I was listening out for the tab change event before but recent changes have meant it's not so easy to listen out for that as there are two levels of tabs etc!
Thanks
Is there any way of receiving an event when a component (e.g. a subclass of Canvas) becomes visible? I've tried overriding onDraw but that only seems to get called the first time the component is created. Ditto with creating a doOnRender function.
My reason for this is essentially that I want the user to be presented with a dialog as soon as they browse to a particular tab. I was listening out for the tab change event before but recent changes have meant it's not so easy to listen out for that as there are two levels of tabs etc!
Thanks
Comment