[fpc-pascal] Lazarus vs MSEgui

Krzysztof dibo20 at wp.pl
Fri Apr 8 11:54:37 CEST 2016


I'm also learning MSEgui from a few weeks. It was very hard start but
now I love it. First what you need understand is that it is not using
any Qt, Gtk, WinAPI backend as Lazarus so you never get native OS look
but of course you can imitate it with own style. Yes, MSEgui has
styles engine. For example this is soft written in MSEgui:
http://almin-soft.ru/index.php?multimedia/xelplayer/xelplayer-screenshots
Here is demo of dark theme:
http://s14.postimg.org/qrw8tgrwx/linux.png
And default font size for all controls can be changed immedietaly at runtime:
stockobjects.fonts[stf_default].height:= 30;

They are pros and cons for Lazarus and MSEgui. I would not stuck to
the one framework. You must calculate needs for your project and
choose the one which fit



More information about the fpc-pascal mailing list