On Friday 18 January 2002 3:32 pm, Juergen Vigna wrote:
> On 18-Jan-2002 John Levon wrote:
> >> - Start new lyx
> >> - New Buffer
> >> - Alt-x tab<tab>u<tab>i<tab><enter>
> >               ^^^

John, the first tab here is a string. He's trying to get tabular-insert

> > the only odd thing I see is that <tab> doesn't close the browser.
> 
> You do exactly what I do? What I see is that after I type "i" the
> browser is not closed and remains open also after I type <enter>.
> And I can have this behaviour everytime I want.

Just to confuse the situation further: doing everything EXACTLY as Jürgen 
does, here everything works fine!  And I repeated this several times.

I will say, however, that changing Desktops does leave the browser visbible. 
In my opinion this is the same problem we had with the old Splash dialog (a 
form with no border beahves wierdly). It would be cured if we could have the 
browser on the LyXView form, but this probably breaks the whole schmooze!

Of course, John, you could have a quick try. What happens when you replace
DropDown::DropDown(LyXView * lv, FL_OBJECT * ob)
        : lv_(lv)
{
-       form_ = fl_bgn_form(FL_NO_BOX, ob->w, 100);
+       form_ = ob->form;

And play on from there?

A

Reply via email to