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.
proce
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' o
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' or better to 'clMagenta'
--
Regards,
Alexey
--
__
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
Lazarus@lists.la
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 framew