I just started learning how to code for MUI, but ran into some probs about gadget-layout.
While I managed to fiddle most of it to look allmost like I wanted, it is the string-gadgets
that still give me a severe headache.
There 2 of them in a HGroup together with an selfmade BOOPSI-gagdets
(and no that ain't the prob here) which will be used to display the current cursor-pos
(this can be float-numbers so an integer-gadget wouldn't do).
The problem is that I can't get them to stay the right size. They are either spread all
over the window, or cramped into o9ne edge, when all I want them to do is to stay
on the right and just as big to display 6 chars (as long as possible).
MUIA_String_Maxlen seems to have no effect, and just forcing one width doesn't
seem right as you never know wether the user may prefer to use a font 50 pixels wide ;-)
Any suggestions ?
Oh and expect this thread to go on as I only got the GUI showing up, but have yet to
find out how to connect that to the rest of the program :-o :-D