Forum Discussion
jeremyk
15 years agoVisitor
Thanks for the quick response. In my case it is just roMessageDialog then, so when I create the object do I just set EnableBackButton and then when the user hits the button it returns isScreenClosed() just like normal? For example:
dialog = CreateObject("roMessageDialog")
dialog.EnableBackButton(True)
And thats it?
dialog = CreateObject("roMessageDialog")
dialog.EnableBackButton(True)
And thats it?