In a routine that performs an undo, by opening a 'last known good' file from internal storage
I use
But the Pane does not become visible on the last line.
If I call the routine a second time, the Pane does re-appear.
What have I missed?
I use
B4X:
Pane1.SetVisibleAnimated (500,false)
'do the file related work
Pane1.SetVisibleAnimated (500,True)
But the Pane does not become visible on the last line.
If I call the routine a second time, the Pane does re-appear.
What have I missed?