Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 06:41:11PM +0100, Lars Gullik Bj?nnes wrote: > | > But works with the xforms frontend you say, so that suggests > | > something relatively trivial. Seems it was a bad compile after all that .Sorrty for the noise john

Re: New controllers ...

2003-03-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Mar 06, 2003 at 04:59:08PM +, Angus Leeming wrote: | | > But works with the xforms frontend you say, so that suggests | > something relatively trivial. | | Hmm. | | Can you really iterate along a C array with std::find_if ? Sure, why not?

Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 04:59:08PM +, Angus Leeming wrote: > But works with the xforms frontend you say, so that suggests > something relatively trivial. Hmm. Can you really iterate along a C array with std::find_if ? john

Re: New controllers ...

2003-03-06 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > No insert->external in my menu. Moreover, on lyx startup the following > shows up: > > MenuItem(): LyX command `buffer-child-insert' does not exist. > MenuItem(): LyX command `external-insert' does not exist. > > Alfredo Forget what I've said (forgot to cvs update l

Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 05:08:24PM +, Angus Leeming wrote: > Maybe I forgot to commit lib/ui/default.ui Well you didn't forget, unless I mysteriously acquired the file from you somehow john

Re: New controllers ...

2003-03-06 Thread Angus Leeming
Alfredo Braunstein wrote: > Angus Leeming wrote: > >> >> Well, I've just checked out cvs head here. It looks Ok to a quick >> glance... Can anybody out there with current cvs open the External >> dialog from the menu? Either frontend... >> > > No insert->external in my menu. Moreover, on lyx s

Re: New controllers ...

2003-03-06 Thread Angus Leeming
John Levon wrote: > On Thu, Mar 06, 2003 at 04:36:43PM +, Angus Leeming wrote: > >> Strange. They did for me last night. Indded, I wouldn't have found >> that QExternal buglet with the Apply button otherwise. >> >> How about >> dialog-show-new-inset citation > > Works. > > Fails wi

Re: New controllers ...

2003-03-06 Thread Alfredo Braunstein
Angus Leeming wrote: > > Well, I've just checked out cvs head here. It looks Ok to a quick > glance... Can anybody out there with current cvs open the External > dialog from the menu? Either frontend... > No insert->external in my menu. Moreover, on lyx startup the following shows up: MenuItem

Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 04:36:43PM +, Angus Leeming wrote: > Strange. They did for me last night. Indded, I wouldn't have found > that QExternal buglet with the Apply button otherwise. > > How about > dialog-show-new-inset citation Works. Fails with external and include. regards j

Re: New controllers ...

2003-03-06 Thread Angus Leeming
John Levon wrote: > On Thu, Mar 06, 2003 at 04:15:40PM +, Angus Leeming wrote: > >> Hmmm. Is there an "external" in the c-string array in >> frontends/qt2/Dialogs3.C? > > There is. I don't think any of the new ones work. > >> Perhaps you'd try the xforms frontend too? > > Works fine. > >>

Re: New controllers ...

2003-03-06 Thread Angus Leeming
Angus Leeming wrote: > John Levon wrote: > >> On Thu, Mar 06, 2003 at 03:57:04PM +, Angus Leeming wrote: >> >>> > What do I have to do to make e.g. external dialog menu entry do >>> > something now ? >>> >>> Sorry I don't follow you. If you mean "selecting the External menu >>> entry should

Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 04:15:40PM +, Angus Leeming wrote: > Hmmm. Is there an "external" in the c-string array in > frontends/qt2/Dialogs3.C? There is. I don't think any of the new ones work. > Perhaps you'd try the xforms frontend too? Works fine. > Sorry that I'm not more helpful but m

Re: New controllers ...

2003-03-06 Thread Angus Leeming
John Levon wrote: > On Thu, Mar 06, 2003 at 03:57:04PM +, Angus Leeming wrote: > >> > What do I have to do to make e.g. external dialog menu entry do >> > something now ? >> >> Sorry I don't follow you. If you mean "selecting the External menu >> entry should pop up the external dialog", the

Re: New controllers ...

2003-03-06 Thread John Levon
On Thu, Mar 06, 2003 at 03:57:04PM +, Angus Leeming wrote: > > What do I have to do to make e.g. external dialog menu entry do > > something now ? > > Sorry I don't follow you. If you mean "selecting the External menu > entry should pop up the external dialog", then you need an entry in > d

Re: New controllers ...

2003-03-06 Thread Angus Leeming
John Levon wrote: > > What do I have to do to make e.g. external dialog menu entry do > something now ? Sorry I don't follow you. If you mean "selecting the External menu entry should pop up the external dialog", then you need an entry in defualt.ui that has "dialog-show-new-inset external". S

New controllers ...

2003-03-06 Thread John Levon
What do I have to do to make e.g. external dialog menu entry do something now ? john