[Lazarus] TSplitter
Bernd Kreuss
prof7bit at googlemail.com
Sat Aug 21 14:08:21 CEST 2010
On 21.08.2010 13:43, Bernd Kreuss wrote:
> UI clearly communicating to the user
Here is an example: There are hints in the form editor that show amongst
other information the positioning coordinates of a control in the form.
Position: 123, 456
Size: 23 x 42
When a control is set to anything else than alNone then some or all of
these coordinates become meaningless. This should be communicated to the
user. The movable coordinates that are now not longer movable but
calculated should be replaced by what is *now* determining their values.
These settings have now become the coordinates, not the calculated
values, they have become meaningless.
Position: Not movable (Align := alLeft)
Size: Height not sizable (42 x client height)
or
Position: Not movable (Align := alClient)
Size: Not sizable (client width x client height)
Bernd
More information about the Lazarus
mailing list