> Or do it manually: 
Connect the event LazarusIDE.AddHandlerOnIDERestoreWindows. 
In this event create the forms you need at start up: 

    AForm:=IDEWindowCreators.GetForm(FormName,true); 

The FormName is one of 'MessagesView', 'CodeExplorerView', 
'ProjectInspector', 'ObjectInspectorDlg'. 

AHA! I hope this is the correct one, I'll try soon.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Need-help-to-get-IDE-forms-object-tp4024867p4024889.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to