> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote: I do not understand this, sorry.
>> Forget about all this. Let's get it to work first :)
Juergen> Feel free to explain. You know, the devel-language
Juergen> (develeranto) is sometimes like
Jean-Marc Lasgouttes wrote:
> Juergen> I do not understand this, sorry.
>
> Forget about all this. Let's get it to work first :)
Feel free to explain. You know, the devel-language (develeranto) is sometimes
like chinese to me. But as a linguist in profession, I'm always interested in
foreign la
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> Actually, now that I have applied it, I see it does not look so
>> good
Juergen> I'm always happy to learn...
:)
>> A few things:
>> fl_set_choice_text(class_->choice_doc_fonts, params.
Jean-Marc Lasgouttes wrote:
> Actually, now that I have applied it, I see it does not look so good
I'm always happy to learn...
> A few things:
>fl_set_choice_text(class_->choice_doc_fonts,
> params.fonts.c_str());
>
> This one belongs to class_update
Yes, sorry. This one went in b
Jean-Marc Lasgouttes wrote:
> Actually, now that I have applied it, I see it does not look so good
I'll have a look tomorrow.
Juergen.
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> This looks good.
Actually, now that I have applied it, I see it does not look so good
:)
A few things:
void FormDocument::UpdateClassParams(BufferParams const & params)
{
// These are the params
Juergen Spitzmueller wrote:
> I have done what you've proposed and this works indeed. I have added a new
> method UpdateClassParams which updates the necessary params after a new
> class is selected (only the fontsizes so far). These method is called from
> class_update too.
Actually, we need to
Jean-Marc Lasgouttes wrote:
> It should work. Try to extract this code from class_update and put it
> in some mathod. If it does not work, you can always send a patch so
> that I take a quick look.
Thanks for your hints, JMarc.
I have done what you've proposed and this works indeed. I have added