OK I am having a problem, I am trying to use
I have also tried to just call Page.Redraw(); and it does not seem to fire at all
I want my objects to be reset in to there given areas but it does not seem to work at all is there a bug in 8.2 I missed?
Page one button PageStart = true
Page two it checks if it came from Start or another place but its not redrawing
PHP Code:
if PageStart then
Page.Redraw();
PageStart = false;
end
I have also tried to just call Page.Redraw(); and it does not seem to fire at all
I want my objects to be reset in to there given areas but it does not seem to work at all is there a bug in 8.2 I missed?
Page one button PageStart = true
Page two it checks if it came from Start or another place but its not redrawing
Comment