On Friday 16 August 2002 4:44 pm, John Levon wrote:
> On Fri, Aug 16, 2002 at 04:01:10PM +0100, Angus Leeming wrote:
> > Modify it as you desire (using your script) and then return it to the
> > lyxserver with LFUN_INSET_MODIFY,
>
> hmm OK. Maybe I just haven't thought about it. We use the same internal
> to lyx right ? So the frontend interface will eventually be nothing but
> some text-based thingy ?

Sorry, I don't understand the sentence. If you mean

At the moment the controller "applies" the changes that you've made to the 
inset's parameters using the GUI dialog by a call
        inset->setParams(params);

It will eventually "apply" them by passing these parameters to 
LyXView::dispatch as a string. Thereafter the core will decide what to do 
with them.

Then yes, that's what I mean.

I didn't think that this was going to be so hard, but there /were/ a lot of 
words in the original posting. Maybe I should use bullet points next time and 
think about KISS for mails as well as for code.

A

Reply via email to