anonym
27th January 2004 16:02 UTC
How define MUI_PAGE_CUSTOMFUNCTION_SHOW function for my page (Page custom)?
I'm using MUI.
There is opportunity define the MUI_PAGE_CUSTOMFUNCTION_SHOW function for MUI_PAGE_COMPONENTS, MUI_PAGE_DIRECTORY, ...
How define MUI_PAGE_CUSTOMFUNCTION_SHOW function for my page (Page custom)?
Thank you
opher
27th January 2004 16:39 UTC
Hi,
You do that with the Page command, as in:
Page custom MyCustomPageInit MyCustomPageLeave
Where
MyCustomPageInit and
MyCustomPageLeave are functions defined in your script. Note that there is no
_SHOW function.
Joost Verburg
27th January 2004 16:49 UTC
Use the INITDIALOG / SHOW macros for InstallOptions, as explained in the Modern UI / InstallOptions documentation.
anonym
27th January 2004 20:43 UTC
Thank you VERY MUCH Joost Verburg