[lazarus] mwEdit issues
Shane Miller
SMiller1 at stvgb.org
Wed Oct 20 16:13:54 EDT 1999
Yikes, I found a stumbling block.
Our TMenus is a child of the class TWinControl. That's not right because we need to "use" Menus in controls.pp and Menus.pp needs to use COntrols.pp. That would be a circular reference.
Looks like we need to inherit from TComponent and basicaly rewrite a lot of the code that's alreay in TControl like the setcaption, getcaption, etc.
Any volunteers to convert that over? I need it done in a day or two.......
Shane
More information about the Lazarus
mailing list