On Friday 05 October 2001 17:23, Jean-Marc Lasgouttes wrote:
> >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
> 
> Angus> Well now, FormBase is derived from ViewBase where show() is
> Angus> indeed virtual. FormBaseDeprecated::show() is also virtual.
> 
> OK.
> 
> Angus> Also, I don't understand what you're trying to do
> 
> Angus> show() { ... update() ... fl_show_form(form()... }
> 
> Angus> so why can't you "update" ?
> 
> Beacuse I want to set the font of the tab _after_ the form has been
> shown on screen. I've been told it is the only way to make it work :(

Wierd. Guess that you need

JMarc::show
{
        FormBase::show()
        set tab font
}

Ugly though...

Reply via email to