and i want to do something after showing this custom page.
for example:
;...
Page custom TestPage TestPageLeave
;...
Function TestPage
nsDialogs::Create 1018 # why 1018 ?
; create some controls ...
nsDialogs::Show
Call doSomething ; i want to call this fucntion after showing this custom page! How?
FunctionEnd