Is there any way for a VCL TFrame to be notified when it is actually shown to the user?

Comments

  1. 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.

    ReplyDelete
  2. 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

    ReplyDelete
  3. 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.

    ReplyDelete

Post a Comment