On Sun, Nov 30, 2014 at 1:18 PM, FreeMan <[email protected]> wrote: > Sorry for the bad news, its not JUST about DataModule, 'cos I tested in > empty project, It has just TForm definitions, Just open IDE and check tabs, > "Data control, ext etc" tabs has no components. and many components not > showing, example: standard tab has 3 icons. TMainMenu, Tpopupmenu and > TActionlist. this issue same in Component search form as well (ctrl+alt+P).
Then you have a corrupted configuration. Go to environment options -> Component palette and click "Restore defauts". If there still is a problem, open "environmentoptions.xml" in your local configuration (~/.lazarus) and delete section <ComponentPaletteOptions> ... </ComponentPaletteOptions> completely if there is one. If even that did not help then start Lazarus with clean configuration : "./lazarus --pcp=~/.laztest" or similar. BTW, the 3 icons in standard tab are normal for a DataModule. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
