On Monday 10 December 2001 8:16 pm, Michael A. Koziarski wrote:
> This disables here, definitely when using wide figures. Thanks to John
> Levon for his help pointing me around the xforms frontend code.
>
> On another note. My webserver has finally been fixed and if anyone is
> interested I could setup (and maintain for now) a bugzilla installation
> for LyX. I don't know about anyone else but I hate the sourceforge bug
> tracker. The server's on unlimited bandwidth (our ISP regrets that!)
> but it is here in new zealand.
>
> Any comments on either the patch or the bugzilla idea?
One comment on the patch:
Would your FormFloat.C change not be better as:
fl_set_button(dialog_->radio_page, page);
fl_set_button(dialog_->radio_here, here);
+ here_definitely = controller().params().allow_here_definitely;
fl_set_button(dialog_->button_here_definitely, here_definitely);
+ setEnabled(dialog_->button_here_definitely, here_definitely);
Note, I haven't really thought about this, it just looks odd.
One other comment. I seem to remember from a previous discussion on the list
that the order of the "htbp" chars was irrelevant. (They're stored as a
bitmask by TeX.) This being the case, LyX should really reflect this and
change the string "placement" to four bools (for the operator==() function in
ControlFloat).
Just comments...
Angus