Trader5050
10 years agoNewbie
Access Stack to Refresh Screen?
Hello again,
Is there any way to access the stack directly? I'm guessing not, from what I've seen, but I have a problem:
I'm editing details on a later screens that affect those below it in the stack. Then, when that child screen closes, I need a way to refresh the (now) current screen. I've seen someone say something about opening any window that needs to be refreshed in a while loop so that it will "re-open" as soon as I exit it, but then that means every single action that could ever impact that screen must return something, which then goes to the page which again has to return to it's parent, and so on, basically traversing up the stack and then going back DOWN it and re-opening everything. This seems wildly ineffecient.
I hope I explained that properly.
Is there any way to access the stack directly? I'm guessing not, from what I've seen, but I have a problem:
I'm editing details on a later screens that affect those below it in the stack. Then, when that child screen closes, I need a way to refresh the (now) current screen. I've seen someone say something about opening any window that needs to be refreshed in a while loop so that it will "re-open" as soon as I exit it, but then that means every single action that could ever impact that screen must return something, which then goes to the page which again has to return to it's parent, and so on, basically traversing up the stack and then going back DOWN it and re-opening everything. This seems wildly ineffecient.
I hope I explained that properly.