[Lazarus] derived forms and frames

2018-09-21 Thread Franz Müller via Lazarus
Hello everybody! I have been developing programs in Delphi for many years (and even before in turbo Pascal). I would like to switch all my programming from Delphi to Lazarus / Free Pascal. Now I have encountered a serious issue that I don't know how to deal with. I have built a complex

[Lazarus] TMenu calls OnClick twice per click

2018-09-21 Thread kapibara via Lazarus
Hi Guys! Under Linux GTK2, clicking a MenuItem with RadioButton calls OnClick twice. Calling MenuItem.Click by code at runtime doesn't seem to change the selected menuitem in the menu? Under Windows I dont see the RadioButton in the menu, and OnClick is called only once. See demo.

Re: [Lazarus] typo in IDE popup tooltip

2018-09-21 Thread Juha Manninen via Lazarus
On Fri, Sep 21, 2018 at 8:29 PM AlexeyT via Lazarus wrote: > function StringToColor( const S: shortstring ): TColor; > /home/user/lazarus/lcl/graphics.pp(1901,10) > Description > StringToColor > - given a colour name like 'Blue', returns the corresponding colour value > > --> fix to 'clBlue'

[Lazarus] Mandatory PopupParent (handle) for ShowModal

2018-09-21 Thread Dmitry Boyarintsev via Lazarus
Hello, What's the logic behind forcing a modal window to have a popupparent (handle)? Even if a PopupParent form is not specified explicitly, LCL code would find one for a modal being opened. thanks, Dmitry -- ___ Lazarus mailing list