I need to get the object (TCustomForm) of IDE forms, namely object inspector, code explorer and source notebook. I need this to help a docking solution (kzdesktop: http://forum.lazarus.freepascal.org/index.php/topic,16736.0.html) to work. The successful way in 0.9.30.4 which is not working on 1.1 is to use Screen.FindForm called in main IDE's OnShow event, because at this time on 1.1, those forms aren't created yet. If it's already correct, then when is the correct time (on which event) to call Screen.FindForm? If not, what's the correct way?
-- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Need-help-to-get-IDE-forms-object-tp4024867.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
