Hi all,
When switching from a canvas based display to a List/Form Display,will the
Hide notify be called or if it comes back to the canvas display from a list/form will it call the showNotify.
Regards
Soku
Hi all,
When switching from a canvas based display to a List/Form Display,will the
Hide notify be called or if it comes back to the canvas display from a list/form will it call the showNotify.
Regards
Soku
Hi,
HideNotify() / ShowNotify() of the Canvas class will be called when that Canvas is hidden/shown by one of your own Displayables after you have called setCurrent(myObjectThatInheritsFromDisplayable) OR an 'external' system generated event/screen is shown (such as battery low warning). Steve.
Last edited by swc43@blueyonder.co.uk; 2006-05-11 at 15:36. Reason: correction
Steve