On Friday 05 October 2001 16:59, Jean-Marc Lasgouttes wrote: > >>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Jean-Marc> The following ugly patch (which is not supposed to go in) > Jean-Marc> is a proof of concept for the About form. I still have to > Jean-Marc> understand why yone has to switch forms before the fonts > Jean-Marc> are visible... Also, I used the somewhat tasteless embossed > Jean-Marc> style, because bold style make the label too long in the > Jean-Marc> tabs. > > It seems I would have to change the font of the first tab to embossed > _after_ the form has been shown for the first time. How can I do that? > update() is called before that... And since show() is not virtual, I > cannot override it well (can I?).
Well now, FormBase is derived from ViewBase where show() is indeed virtual. FormBaseDeprecated::show() is also virtual. Also, I don't understand what you're trying to do show() { ... update() ... fl_show_form(form()... } so why can't you "update" ?