Andre Poenitz wrote:

> On Mon, Mar 10, 2003 at 04:26:43PM +0000, Angus Leeming wrote:
>> > Angus: What code should handle the  mailer.show() request?
>> 
>> localDispatch(LFUN_MOUSE_RELEASE)?
>> 
>> (is that what you meant?)
> 
> No...
> 
> I see the
> 
> 
> lyxerr << "mailer " << mailer.name() << " active\n";
> 
> message ("mailer tabular") then nothing happens.
> 
> Instead the math panel shows... hm. Is taht the reaction to
> mailer.showDialog()?

Not from me it isn't.

Add a debug statement to the top of ControlTabular::initialiseParams.
        lyxerr << "ControlTabular::initialiseParams\n"
               << data << std::endl;

It expects to see a string like
        tabular active_cell 3
        [output from Tabular::Write]
but I haven't attempted to make it robust.

-- 
Angus

Reply via email to