Re: SigC++ question

2000-08-06 Thread Baruch Even
On Mon, 7 Aug 2000, Allan Rae wrote: > On Sun, 6 Aug 2000, Baruch Even wrote: > > > In the decoupling process of the image loading from the figure inset I > > needed to use a signal on the image loader to notify when the image has > > loaded. For this my InsetGraphics now inherits also from SigC

Re: New layout for the menus

2000-08-06 Thread John Weiss
On Wed, Jul 26, 2000 at 08:29:40AM +0200, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | "Lars Gullik Bjønnes" wrote: > | > Yes, the two second learning curve can be pretty hard. > | > (what is nicest "Ctrl-x Ctrl-f" or "C-x C-f"?) > | > | I'm rather addressing "Why i

Re: More about BadFont crash.

2000-08-06 Thread Allan Rae
On Sun, 6 Aug 2000, Pauli Virtanen wrote: > I have also been experiencing LyX crashing with the BadFont > message. (This was discussed on lyx-devel on 1st of August). > > My lyx version is lyx-devel, Sat Aug 5 21:22:29 2000, anonymous CVS > > I had a look in my lyx configuration files, and noti

Re: SigC++ question

2000-08-06 Thread Allan Rae
On Sun, 6 Aug 2000, Baruch Even wrote: > In the decoupling process of the image loading from the figure inset I > needed to use a signal on the image loader to notify when the image has > loaded. For this my InsetGraphics now inherits also from SigC::Object. Firstly, ask yourself if you really

Re: FormToc patch

2000-08-06 Thread Allan Rae
On Fri, 4 Aug 2000, Angus Leeming wrote: [...BufferView::Dispatch()...] I'm still not sure it's the right place but then I also haven't looked at your patch ;-) > Well then, we have three choices. > > 1. We keep the code as it was, with the "move around the ducument" > functionality in the dial

Re: InsetRef suggestion: comments please

2000-08-06 Thread Allan Rae
On Fri, 4 Aug 2000, Angus Leeming wrote: [...] > I'd like to change this behaviour so that clicking on the inset > launches a new reference dialog. > > (This dialog will not allow the user to change the thing to which it refers. > For that, the reference must be deleted and a new one inserted, as

Layout->Paper bug in 1.1.6CVS

2000-08-06 Thread Kayvan A. Sylvan
Hi folks, The Layout->Paper option has a couple of bugs in it: 1) I can not input 0pt (or 0in) in there. I seem to remember being able to set margins or headheight to 0 in previous versions. Now, the code does not allow such settings. 2) To get around this, I made one of the settings to b

Re: Changing tabular multirow latex output!

2000-08-06 Thread Bernd Paysan
Juergen Vigna wrote: > Well I don't know :), I know for sure that inside tabulars they are not > allowed because \\ is a special case for tabulars (end of this row). There's always \newline (a robust command that expands to the \@normalcr linebreak command). This is valid LaTeX code without a par

InsetGraphics update (the patch)

2000-08-06 Thread Baruch Even
I forgot the patch. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD&D site) " Learn to laugh ... it's the path to true love! " - The Angel in the movie Michael patch.gz

InsetGraphics update (inline viewing)

2000-08-06 Thread Baruch Even
Hello, I attach a patch to add preliminary inline viewing to InsetGraphics. I can't stress how preliminary this is, this is effectively an initial hack to have something at hand, and not a well thought out design to have a working and stable solution. This is so that I'll learn what is needed an

SigC++ question

2000-08-06 Thread Baruch Even
In the decoupling process of the image loading from the figure inset I needed to use a signal on the image loader to notify when the image has loaded. For this my InsetGraphics now inherits also from SigC::Object. As I have no idea what is going on in the signals, I wanted to know what adverse ef

More about BadFont crash.

2000-08-06 Thread Pauli Virtanen
I have also been experiencing LyX crashing with the BadFont message. (This was discussed on lyx-devel on 1st of August). My lyx version is lyx-devel, Sat Aug 5 21:22:29 2000, anonymous CVS I had a look in my lyx configuration files, and noticed the following option in "~/.lyx/preferences". \us

Re: Pixmap drawing

2000-08-06 Thread Baruch Even
On Sun, 6 Aug 2000, Dekel Tsur wrote: > On Sat, Aug 05, 2000 at 10:20:53PM +0300, Baruch Even wrote: > > On Sat, 5 Aug 2000, Dekel Tsur wrote: > > > > > On Sat, Aug 05, 2000 at 04:54:03PM +0300, Baruch Even wrote: > > > If I understand correctly, the iamges are converted on disk to XPM images, >