Re: [Fxruby-users] (horizontal | vertical) separator padding bug?
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-08-29 19:01:09
|
Recheis Meinrad wrote: > if you set padLeft for HorizontalSeparator the Separator is drawn padded > at both sides. > if you set padRight for HorizontalSeparator this doesn't happen. > analogously for VerticalSep with padTop. (copy-paste??) Can you provide a short program which demonstrates this bug? > why to hell did jeroen introduce extra vertical and horizontal classes > for separators and frames? FOX 1.2 introduces a new FXSeparator base class for the FXHorizontalSeparator and FXVerticalSeparator classes in order to reduce some code duplication. > makes things more complicated, more static less dynamic. > and i don't understand why i can't set the separatorStyle dynamically. Yes, this was an unfortunate omission from the FOX 1.0 API. It has also been corrected for FOX 1.2. |