From: Arjan v. I. <af...@cs...> - 2005-12-15 12:15:58
|
Hi Conal, > sliderSetRange does change the bounds, but the screen space reserved for > each bounds of the slider widget does not get increased, so when the > bound gains another digit, the last digit is invisible until i manually > resize the window. i'm using this layout for each widget:: [...] Does refit help? --- refit :: Window a -> IO () Ensure that a widget is refitted inside a window when its size changes, for example when the text of a staticText control changes. (calls windowReFit) --- Otherwise, can you send me some code I can compile so that I can reproduce the problem? Arjan |