David Millington Close. You return the Frame class you want the IDE Options page to create and when IDE Options does create it, the IDE Options calls your implementation of FrameCreated, passing in the newly created T(Custom)Frame.
Oliver Funcke Works great - thanks... that is until I try to step through CMShowingChanged method. I get sent to http://www.embarcadero.com/product-validation-error - but that is not your fault, it is mine having a legit version with the piracy code still active :-O
Sadly, if the containing form is being hidden, this is not being forwarded to the frame - it does not get notified. But this could be implemented within a base form class. Besides of that it works perfectly.
David Millington Close. You return the Frame class you want the IDE Options page to create and when IDE Options does create it, the IDE Options calls your implementation of FrameCreated, passing in the newly created T(Custom)Frame.
ReplyDeleteOliver Funcke Works great - thanks... that is until I try to step through CMShowingChanged method. I get sent to http://www.embarcadero.com/product-validation-error - but that is not your fault, it is mine having a legit version with the piracy code still active :-O
ReplyDeleteSadly, if the containing form is being hidden, this is not being forwarded to the frame - it does not get notified. But this could be implemented within a base form class. Besides of that it works perfectly.
ReplyDelete