On Tue, 18 Jan 2011, Juha Manninen wrote:

michael.vancann...@wisa.be kirjoitti tiistai 18 tammikuu 2011 10:18:51:
How to register other forms there?

What do you mean?

Registering a custom form in the IDE, I suppose.

See the components/customform package. It demonstrates how to add your own
forms to the IDE File-New menu.

I installed components/customform/LazCustForms package to Lazarus.

Then I added package components/customform/demo/appforms to my test
application. Appforms has :
 RegisterCustomForm(TAppForm,'AppForms');
 RegisterCustomForm(TDBAppForm,'AppForms');
called from initialization section which looks promising.

Then I run my test app but I still don't see anything new in File -> New...
The Inherited Item -> Inherited Component section has the forms from my
applications, nothing else. Those forms can be inherited nicely, no problem
there. All other sections are empty.
I have missed something obvious (again).

The new custom forms are not under 'Inherited items' but are straight under 
'New Items' ?

Michael.

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

Reply via email to