Clearing sideviews with backbutton
I need to clear the controls of a sideview when the backbutton is depressed.
Problem is that when the sidebar is called again, the previous contents is still visible until the onactivate is serviced
I did set up an 'onSelect' event, which gets called.
Problem is when I try to clear control an error is generated:
The onSelect Code: this.element.itemText.setText("");
or
this.element.itemText.data = "";
Error generated is: this.element.itemText has no properties.
Is there a way to clear?
Thanx in advance
by
1 Reply