[Lazarus] Version page of Lazarus 'About' dialog

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Nov 2 23:55:31 CET 2009


2009/11/2 Howard Page-Clark <hdpc at talktalk.net>:
> Is there a cross-platform way to code such fancily formatted
> strings which would ensure they are centred and non-overlapping and so
> avoid altogether the need to hard-code pixel positions and text
> lengths?

Yes, it's called "layout managers". Something most Linux & all Java
widgetsets support, and something that will be well worth implementing
in LCL. MiG Layout might be the best candidate of them all.

  http://www.miglayout.com

Download the Swing demo and give it a try. It has awesome features and
NO nested layout managers. All you need for any dialog is one instance
of MiG Layout.


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/




More information about the Lazarus mailing list