Priest of the Order of the Butterfly
Posts: 534 from 2003/2/25
From: France
Quote:
asrael22 wrote:
OK, thanks. That works.
What controls the height of the text inputs? Do they adapt to the window size or does the window size adapt to the window content.
I'd like to have one of the textinputs smaller (in height) than the other, and that it keeps the height while the other resizes.
Manfred
Best practice would be using BetterBalanceObject with a MUI_ObjectID set (for saving the groups weight in app settings) between the two text input groups.
That way, user can freely spread objects height to its own taste.
Example :
Code:
Child, VGroup,
Child, HGroup,
Child, TextInputObject, End,
End,
Child, BetterBalanceObject, MUIA_ObjectID, MAKE_ID('B', 'A', 'L', '0'), End,
Child, HGroup,
Child, TextInputObject, End,
End,
End,
[ Edited by Tcheko 01.02.2017 - 09:21 ]