
I want to add a wizard page to confirm the users what is sent to the developer.
I want to change the label text by the user selection of the ScreenShot page.
First, I tried to use the action handler of the confirmation page with the "nvaFormShow" event,
but the label text can't change from this event.
(I'm happy if you support changing label content from the nvaFormShow/nvaItemEvent event,
but it seems difficult as you say here.)
1. So, I want to add "nvaFormBeforeShow" event to madNVAssistant.pas.
How can I achieve this?
I tried to add "madNVAssistant.pas" to my Project like your post here, but no luck. (it depends on other sources).
2. Is there any document or a post to recompile dcu's from the modified source?
I think we are happy to have a batch file for recompile to tweak madExcept's source code a little.
Could you provide something like this?