Maybe I am missing something, but going into the Tabular Layout's
Column/Row tab, there is no way to change the Width of a column.
---Kayvan
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc.| Laura Isabe
On Fri, Oct 06, 2000 at 06:48:26PM +0200, Andre Poenitz wrote:
> > If I may make a suggestion, /bin/mv can move files (but not directories)
> > accross filesystems. If we spawn it, we avoid the entire problem [this may
> > not work on a (future) native port to Win32/MacOS]. I think there was a
>
On Wed, Oct 04, 2000 at 11:53:53AM +0200, Jean-Marc Lasgouttes wrote:
>
> I do not know how this code could be adapted to the case of Toc and
> Ref entries, since they contain submenus. Ideas are welcome, of
> course.
The follownig scheme can be used:
After reading the ui file, we have a repres
On Fri, 6 Oct 2000, Juergen Vigna wrote:
>
> On 07-Oct-2000 Baruch Even wrote:
> >
> > Will you mind accepting the InsetGraphics patches?
> > It should not be a visible part, so it should not replace FigInset for
> > now. But there might be those who want to use it, especially if I'll
> > finis
On Fri, 6 Oct 2000, Juergen Vigna wrote:
>
> On 07-Oct-2000 Baruch Even wrote:
> >
> > Will you mind accepting the InsetGraphics patches?
> > It should not be a visible part, so it should not replace FigInset for
> > now. But there might be those who want to use it, especially if I'll
> > finis
This bug appears (at least) in the lyx-1_1_5 CVS (October 4th 2000)
LyX dumps core when a writable document is open, and the toolbar
button "Toggle user defined style" (With text "Font" and downarrow
below it) is clicked.
This appears only on locales where the message "No change" is
translated.
> If I may make a suggestion, /bin/mv can move files (but not directories)
> accross filesystems. If we spawn it, we avoid the entire problem [this may
> not work on a (future) native port to Win32/MacOS]. I think there was a
> decision against this approach.
How long would it take to copy the
> If we wish to do this ourselves, the st_dev field of the stat structure
> (the one filled by stat & fstat) tells you which device (a.k.a filesystem)
> the file is on. This is easy to add to support/FileInfo.[Ch]. Another
> option is statfs (Linux) statvfs (Solaris, IRIX) which takes a filename
>
On 6 Oct 2000, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> What happens when you export as DVI? The export code performs
> Dekel> all work in the temp directory, and then moves the file to the
> Dekel> correct directory. I think that your prob
Defining the following function in FormPreferences resolves the
BadDrawable (invalid Pixmap or Window parameter)
crash when closing the popup although it does result in the messages
In fl_hide_form [forms.c 835] Hiding invisible/freeed form
On Thu, 05 Oct 2000, Angus Leeming wrote:
> > The patch attached to this mail resolves this problem for buffer-dependent
> dialogs. The dialogs of most insets should hide when the visible document
> is changed, but some, such as the Table of Contents dialog should be
> updated instead.
>
> Angus
On 07-Oct-2000 Baruch Even wrote:
>
> Will you mind accepting the InsetGraphics patches?
> It should not be a visible part, so it should not replace FigInset for
> now. But there might be those who want to use it, especially if I'll
> finish the image conversion. It will help those who want to c
Does somebody know about this?
JMarc
--- Start of forwarded message ---
Date: Fri, 6 Oct 2000 07:32:17 +0200
To: [EMAIL PROTECTED]
FROM: [EMAIL PROTECTED]
Subject: [Lyx-feedback] Feedback from www.lyx.org
Stanley Long ([EMAIL PROTECTED]) entered the
following feedback message on the
On Fri, 6 Oct 2000, Allan Rae wrote:
> On 5 Oct 2000, Lars Gullik Bjønnes wrote:
>
> > Allan Rae <[EMAIL PROTECTED]> writes:
> [...hyperref support...]
> > | Anyway, I do plan on adding this because I want it also. But you'll have
> > | to wait till after 1.1.6 (probably).
> >
> > Please mak
> "Eli" == Eli Tziperman <[EMAIL PROTECTED]> writes:
Eli> In file
Eli> included from spellchecker.C:39: /usr/include/strings.h:29:
Eli> declaration of C function `void bcopy(const void *, void *,
Eli> unsigned int)' conflicts with /usr/include/string.h:68: previous
Eli> declaration `void * bc
On 05-Oct-2000 Andre Poenitz wrote:
[snip explanation of using vector]
> - but you don't want to burn in hell, do you?
Well as I don't want to incomodate "devil" with my precence I changed
form int[] to vector ;)
>
> PPS: It must be Friday somewhere in the universe...
Surely in hell, it's Fr
bombs as follows...:
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images-g -O2 -fno-rtti -fno-exceptions -c
spellchecker.C
In file included from gettext.h:41,
from insets/lyxinset.h:22,
from lyxparagraph.h:22,
from undo.h:19,
from B
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> Attached patch makes
John> KDE print error report on error only ;) (doh - I was sure I had
John> tested it :/) and fixes a couple of compiler warnings.
Thanks. Applied.
JMarc
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> I'm resubmitting the patch, for 1.1.6 and for 1.1.5fix. While
Dekel> it is possible that the implementation I have used in the patch
Dekel> is not the best one, I think that it better apply the patch
Dekel> now, and think of other imp
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Two possible solutions present themselves.
Angus> 1. To remove all instances of (Buffer *) in the insets and to
Angus> use
current_view-> buffer() in their place.
No.
Angus> 2. To modify Inset::Clone() to Inset::Clone(Buffer *).
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> What happens when you export as DVI? The export code performs
Dekel> all work in the temp directory, and then moves the file to the
Dekel> correct directory. I think that your problem is that your temp
Dekel> directory is not on the s
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> I've tried using fl_setup_maxpup(0) with XForms0.88, but it
Dekel> always returns 32, even after changing the maximum number.
That's strange, but the Changes document for 0.88.1 says:
V0.88.1 Janurary 1998
Compatible, source and b
22 matches
Mail list logo