Archive: PageCallbacks


PageCallbacks
I have a PageEx that I would like to register a function as the leave_function callback. Can I do this without specifying a pre_function and show_function callback?

Something like this maybe?

PageEx
PageCallbacks "" "" myCustomLeaveFunction
PageExEnd

Or do I have to register some kind of dummy function for the first 2 arguments? I'm stumped.


Nick


Disregard this question - the above PageEx does work - something else in my code was preventing it from executing properly.