[sldev] Translations

Callum Lerwick seg at haxxed.com
Sun Jul 29 15:38:02 PDT 2007


On Sun, 2007-07-29 at 17:54 +0900, Alissa Sabre wrote:
> (2) Make dialog box components (controls) to adjust their sizes based
>     on the content texts.  This approach is used in Java
>     (Both Swing and SWT do this).
> 
>     The drawback is the difficult dialog box design.  If you are
>     designing some complex dialog box with a lot of controls, you need
>     to express some _constraints_ that describe how to adjust the
>     overall layout when the size of the controls change.

This is the only sane way to do it, especially in a world where we need
to be able to dynamically scale the UI since some laptop LCDs are
approaching 300dpi, or people may be looking at an HDTV from across the
room.

The last remaining grid layout users are deprecated or dead, classic
MacOS, and classic windows. WinForms, OSX, and most X11 toolkits support
constraint based layouts.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070729/2278eb90/attachment.pgp


More information about the SLDev mailing list