Re: [fpc-pascal] Lazarus IDE Question

2005-10-23 Thread David Chandler
I need to follow up on my own question, having done some more experimenting. I discovered that although the menu system locks up when I do a "Run" from within the Lazarus environment (Version 0.9.10 beta), if I get out of the IDE and double click on the exe file that was produced it works fine

Re: [fpc-pascal] Lazarus IDE Question

2005-10-23 Thread David Chandler
Thank you Micha for your help so far. Your suggestion worked, at least in getting the menu structure created at design time. However it locks up at run time. I created a bare-bones do-nothing test menu and double clicked each menu option to create an empty procedure in response to a mouse cl

Re: [fpc-pascal] Lazarus IDE Question

2005-10-18 Thread Micha Nelissen
David Chandler wrote: I am trying to create a menu bar using Lazarus. I drop the TMainMenu icon onto the form. Then I modify the Items in the Object Inspector and can get the first menu item, but that is all. I can't enter more menu headings or submenu items. I checked a Delphi reference an

[fpc-pascal] Lazarus IDE Question

2005-10-17 Thread David Chandler
I am trying to create a menu bar using Lazarus. I drop the TMainMenu icon onto the form. Then I modify the Items in the Object Inspector and can get the first menu item, but that is all. I can't enter more menu headings or submenu items. I checked a Delphi reference and saw a similar mechan