Hello,
when running the spell checker in a table, the last unknown word in each
cell stays selected when the cursor moves to the next cell.
Michael
--
===
Michael Schmitt Telefon: +49 651 97551-40
Inst
Hi,
I have produced a some example file that features three bugs related to
tables and empty figures. Just try to export it to DVI and read the
comments in the document itself.
Michael
--
===
Michael Schmitt
On Thu, Jan 17, 2002 at 10:12:44PM +0200, Martin Vermeer wrote:
> This is a philosophical question really. I remember we have been there,
> done that on this list.
>
> Apply = do what you have chosen to do. Keep the pop-up available.
> OK = do what you have chosen to do. Close the pop-up.
>
On Fri, 18 Jan 2002, Allan Rae wrote:
> I was thinking about this after having a shower and I know what the
> problem is. It's a couple of lines lower than this and should be made
> to read something like this:
>
> if (prev->next != p.row) {
> need_break_row = prev;
>
Hello,
CJK-LyX-1.1.6fix4, a patched version of lyx-1.1.6fix4 for Chinese,
Japanese and Korean language users, are uploaded at the usual site,
ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/
For further informations, please refer to
http://cellular.phys.pusan.ac.kr/cjk.html
Regards,
cghan
On 17 Jan 2002, Jean-Marc Lasgouttes wrote:
> > "matthew" == matthew arnison <[EMAIL PROTECTED]> writes:
>
> matthew> Then you could ship lyx with a little script that opens new
> matthew> documents in a running lyx from the command line. You could
> matthew> call it lyxopen or something.
On 17 Jan 2002, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
>
> John> how about this thought patch :
>
> What are you intending to do? Remember that, for example, the real
> scalable fonts for times (the urw ones, or even one from adobe) will
> look shitty
On Thu, 17 Jan 2002, Herbert Voss wrote:
> -- mark some math digits/letters
> -- open math panel with styles and fonts
> -- choose textrm
> -- apply -> marked letters changed to roman
> -- ok -> it changed back to math
>
> from my point of view a misleading behaviour
It's a toggle just like the
breakAgainOneRow() is functionally equivalent to the code in the
do{...}while() loop of breakAgain(). If breakAgainOneRow() were to
return the bool that controls the loop in breakAgain() then we could
simply write:
void LyXText::breakAgain(...)
{
while (breakAgainOneRow(...));
}
Perhap
On Thu, 17 Jan 2002, Mike Ressler wrote:
> Hi,
>
> I've decided to try updating the LyX Graphical Tour, and would like to
> come up with an automatic way of generating it. My idea is to have a
> script which dumps a few line of text into the LGT file,
A LyX Hand-Held Tour is what I thought you w
Hi,
I've decided to try updating the LyX Graphical Tour, and would like to
come up with an automatic way of generating it. My idea is to have a
script which dumps a few line of text into the LGT file, does a frame
grab, dumps a few more, etc. I've figured out how to do most of the input
through t
On Thu, Jan 17, 2002 at 08:32:17PM +, Duncan Simpson wrote:
>
> Oops! The program called t1inst in my last email is really called type1inst. It
> does extract the font information from afm files automagically, so the font
> name will match whatever the afm files says. If you get your postscri
> ControlExternal.C: In member function `const std::string
>ControlExternal::Browse(const std::string&) const':
> ControlExternal.C:166: `pair' undeclared (first use this function)
Is it better now?
JMarc
On Thu, Jan 17, 2002 at 06:19:34PM +0100, Herbert Voss wrote:
> To: [EMAIL PROTECTED]
> Subject: math-panel
>
> -- mark some math digits/letters
> -- open math panel with styles and fonts
> -- choose textrm
> -- apply -> marked letters changed to roman
> -- ok -> it changed back to math
>
> from
On Thu, Jan 17, 2002 at 02:58:48PM +, Duncan Simpson wrote:
>
> The set of bluesky fonts I have gives me
>
> -unknown-cmsy10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
> -unknown-cmsy5-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
> -unknown-cmsy6-medium-r-normal--0-0-0-0-p-0-adobe-fo
On Thursday 17 January 2002 16:07, Juergen Vigna wrote:
> On 17-Jan-2002 Jose Abilio Oliveira Matos wrote:
> > I hope you enjoy it. :-)
>
> Well you know we'll visit parents in Argentina and IMO you all follow the
> news there. So I only hope it will not be too caotic.
I hope not.
> The prob
Herbert Voss wrote:
>> For some reason that I don't understand, LyX does not add
>> "\package{url}" to the latex output anymore. It must have to do with
>> the table because when I put the table into a note everything works
>> fine again. And it must have to with multicolumns because everythin
On Thu, Jan 17, 2002 at 06:29:39PM +0100, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> >> Are you sure that the font files, as provided by our script, are
> >> correct? What should go in fonts.dir, and what should go in
> >> fonts.scale? What are ther
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> or maybe a big thing please apply
Done.
JMarc
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Jan 17, 2002 at 06:30:57PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> Angus, these two form do not try to connect themselves to their
>> slot.
John> what do you mean ? they connect in the controller's constructor
John> :
Yes,
On Thu, Jan 17, 2002 at 06:30:57PM +0100, Jean-Marc Lasgouttes wrote:
> Angus, these two form do not try to connect themselves to their slot.
what do you mean ? they connect in the controller's constructor :
35 ControlTexinfo::ControlTexinfo(LyXView & lv, Dialogs & d)
36 : Con
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hi, the two dialogs mentioned in the subject do not open if
Michael> no document is loaded.
Angus, these two form do not try to connect themselves to their slot.
Why is that? Another great architectural improvement?
JMarc
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>> Are you sure that the font files, as provided by our script, are
>> correct? What should go in fonts.dir, and what should go in
>> fonts.scale? What are there two files in the first place?
Dekel> We only need fonts.dir.
Could you tell
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Is it intended that this is activated in the menu
Juergen> (File->Export->Custom)?
Yes.
JMarc
Is it intended that this is activated in the menu
(File->Export->Custom)?
Juergen.
On Thu, Jan 17, 2002 at 05:42:12PM +0100, Jean-Marc Lasgouttes wrote:
> Dekel> If \use_scalable fonts is false, and I try to use a postscript
> Dekel> font (e.g. the cmsy font for symbols), then LyX thinks that the
> Dekel> cmsy is a bitmap font of size 12 points, and will always use
> Dekel> this
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Mon, Jan 14, 2002 at 05:17:07PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> I'd rather see LyXLenght::CM than "cm". But don't worry about it
>> for now.
Andre> Actually, enums make forward declaration (almost) impossible.
Andr
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Tue, Jan 15, 2002 at 05:28:12PM +, [EMAIL PROTECTED]
Dekel> wrote:
>> Tidy up the file mathed.lyx. Still doesn't run without bolting the
>> lyxcode definition in the preamble but is otherwise Ok I think.
Dekel> It does work fo
-- mark some math digits/letters
-- open math panel with styles and fonts
-- choose textrm
-- apply -> marked letters changed to roman
-- ok -> it changed back to math
from my point of view a misleading behaviour
HErbert
--
http://www.lyx.org/help/
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> please apply
Done.
JMarc
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> how about this thought patch :
What are you intending to do? Remember that, for example, the real
scalable fonts for times (the urw ones, or even one from adobe) will
look shitty on screen because X type1 rasterizer does not do hinting
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> If \use_scalable fonts is false, and I try to use a postscript
Dekel> font (e.g. the cmsy font for symbols), then LyX thinks that the
Dekel> cmsy is a bitmap font of size 12 points, and will always use
Dekel> this font at this size. T
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
Kayvan> In a fit of cleaning, they got shuffled off to some
Kayvan> subdirectory.
Kayvan> They are back where they should be now.
Thanks. They are on ftp.lyx.org/pub/lyx/contrib now.
JMarc
Michael Schmitt wrote:
>
> For some reason that I don't understand, LyX does not add
> "\package{url}" to the latex output anymore. It must have to do with the
> table because when I put the table into a note everything works fine
> again. And it must have to with multicolumns because everyth
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> John Levon wrote:
>> oh, and ben says you all suck for not applying his mmap deptable
>> patch [1]
>>
>> john [1] not really
>>
Ben> Um, I was just wondering if it went to > /dev/null. Here it is
Ben> again, for 1.2cvs.
Against all od
Hi,
I have a very strange problem:
In a document, I use the URL inset; everything was fine until I added a
figure float with a table consisting of complex multicolumns.
For some reason that I don't understand, LyX does not add
"\package{url}" to the latex output anymore. It must have to do wi
On 17-Jan-2002 Jose Abilio Oliveira Matos wrote:
> I hope you enjoy it. :-)
Well you know we'll visit parents in Argentina and IMO you all follow the
news there. So I only hope it will not be too caotic.
> That can be a property specified in the layout class, some kind of logical
> style
On Thursday 17 January 2002 11:12, Juergen Vigna wrote:
> > I'm glad that you ask this although you will be soon on vacations.
>
> #:O)
I hope you enjoy it. :-)
> > For latex Standard can have two different meanings. Sometimes it acts
> > as a paragraph, and sometimes as a place to put lat
On Thu, 17 Jan 2002, Allan Rae wrote:
> On Thu, 17 Jan 2002, Juergen Vigna wrote:
>
> >
> > On 17-Jan-2002 Allan Rae wrote:
> >
> > > Sorry, the minipages now work almost as correct as they should.
> > > When I make the second minipage 45% (instead of 100%) the two
> > > minipages are no longer p
Hi,
a figure float with just an empty, centered paragraph produces incorrect
LaTeX code.
Michael
--
===
Michael Schmitt Telefon: +49 651 97551-40
Institut für TelematikTelefax: +49 651 97
On Wed, Jan 16, 2002 at 05:54:16PM +, Angus Leeming wrote:
> Can we have these files too please?
> A
>
> +#include "ams_misc.xbm"
> +#include "ams_arrows.xbm"
> +#include "ams_rel.xbm"
> +#include "ams_nrel.xbm"
> +#include "ams_ops.xbm"
> +
...in an improved version. How about ams_rel and
> Would I buy it? Hmmm... If the price was right. I can't get njamd
> working to any useful extent so that leaves something else. Might try
> LeakTracer again and see what it does.
Try also mpatrol.
On Thu, 17 Jan 2002, Allan Rae wrote:
> On Thu, 17 Jan 2002, Juergen Vigna wrote:
>
> >
> > On 17-Jan-2002 Allan Rae wrote:
> >
> > > That line is text.C:484 (currently CVS has this)
> > >
> > > if (!need_break_row && !inset_owner
> > > ==> && p.bv->text->status() == CHANGED_IN_DRAW)
Michael you only sent this to me so I'm replying to list so others
(especially Jürgen) can see it -- right at the bottom.
On Thu, 17 Jan 2002 [EMAIL PROTECTED] wrote:
> Allan Rae <[EMAIL PROTECTED]> schrieb am 17.01.2002, 13:26:33:
> >> - copy and paste text from any paragraph style into ERT wo
Here's a good trick:
Click on the minibuffer and leave the mouse nearby
fi
fill in the gaps for file-open to appear but history browser stays up
file-open missing.lyx
The Alert box that appears is overlapped by the history browser and
you can't close the Alert box. In fa
On Thu, 17 Jan 2002, Juergen Vigna wrote:
>
> On 17-Jan-2002 Allan Rae wrote:
>
> > That line is text.C:484 (currently CVS has this)
> >
> > if (!need_break_row && !inset_owner
> > ==> && p.bv->text->status() == CHANGED_IN_DRAW) {
> > Row * prev = p.row->previous();
>
>
On Thu, Jan 17, 2002 at 11:43:38AM +, John Levon wrote:
> I'd like that comment to be :
Not bad.
Andre'
--
André Pönitz .. [EMAIL PROTECTED]
On 17-Jan-2002 Lars Gullik Bjønnes wrote:
> Juergen Vigna <[EMAIL PROTECTED]> writes:
>
>| I could think that we could use this "Empty" or IMO "Dummy" would be better
>| for LaTeX too and it should also be in ALL textclasses AND it should be as
>| the "Standard" a fixed number (we can do this if
On Thu, Jan 17, 2002 at 12:37:17PM +0100, Andre Poenitz wrote:
> On Thu, Jan 17, 2002 at 12:15:08PM +0100, Juergen Vigna wrote:
> > No this line is right as it is! This should ONLY check the main LyXText!
>
> A comment line should be put there saying so. Maybe the people who
> currently audit th
On Thu, Jan 17, 2002 at 01:32:33PM +0200, Dekel Tsur wrote:
> If \use_scalable fonts is false, and I try to use a postscript font (e.g.
> the cmsy font for symbols), then LyX thinks that the cmsy is a bitmap
> font of size 12 points, and will always use this font at this size.
> This is because
On Thu, Jan 17, 2002 at 12:15:08PM +0100, Juergen Vigna wrote:
> No this line is right as it is! This should ONLY check the main LyXText!
A comment line should be put there saying so. Maybe the people who
currently audit that stuff should put comments on everything non-obvious
after they understo
On Thu, 17 Jan 2002, Dekel Tsur wrote:
> On Thu, Jan 17, 2002 at 12:44:57PM +1000, Allan Rae wrote:
> >
> > Insert two minipages next to each other. Do not press enter between
> > the two or you will start a new paragraph and the two minipages will
> > appear one under the other.
> >
> > Adjust t
On Thu, Jan 17, 2002 at 11:11:58AM +, John Levon wrote:
>
> I'm not sure how little the extra code is, we need to request the particular
> size from X then add it to sizes array somehow ...
If you are looking at the font code, then please also look at the following
problem:
If \use_scalable
On Thu, Jan 17, 2002 at 11:22:39AM +0100, Michael Schmitt wrote:
> in the Document layout dialog, change line spacing to "Other" and enter
> some arbitrary value. Then leave the dialog and re-open it. Try to
> change the line spacing value -> you can't; you have to choose "Other"
> again befor
On Thu, Jan 17, 2002 at 06:47:50AM +, John Levon wrote:
>
> > command echo "LYXCMD:lyxopen:file-open:$fullpath" \
>
> hmm do we require fullpath then ?
Even you you don't, the current working directory of the LyX program
is unlikely to be that of the shell script...
Jules
On Thu, Jan 17, 2002 at 09:17:40PM +1000, Allan Rae wrote:
> I suspect another bv->text call somewhere in breakAgainOneRow() or
> something it calls.
http://cvs.koziarski.com/show_bug.cgi?id=34
people are free to remove false positives :)
regards
john
--
"Before seeking vengeance, dig two gr
On Thu, 17 Jan 2002, John Levon wrote:
> On Thu, Jan 17, 2002 at 09:03:53PM +1000, Allan Rae wrote:
>
> > if (!need_break_row && !inset_owner
> > ==> && p.bv->text->status() == CHANGED_IN_DRAW) {
> > Row * prev = p.row->previous();
>
> you might want to look at my bug on this,
On 17-Jan-2002 Allan Rae wrote:
> That line is text.C:484 (currently CVS has this)
>
> if (!need_break_row && !inset_owner
> ==> && p.bv->text->status() == CHANGED_IN_DRAW) {
> Row * prev = p.row->previous();
No this line is right as it is! This should ONLY check the
> I'm glad that you ask this although you will be soon on vacations.
#:O)
> For latex Standard can have two different meanings. Sometimes it acts as a
> paragraph, and sometimes as a place to put latex code. That is one of the
For me "Standard" in LaTeX term means that I don't set any sp
On Thu, Jan 17, 2002 at 09:03:53PM +1000, Allan Rae wrote:
> if (!need_break_row && !inset_owner
> ==> && p.bv->text->status() == CHANGED_IN_DRAW) {
> Row * prev = p.row->previous();
you might want to look at my bug on this, we still need to finish the audit
of bv->text
On Thu, 17 Jan 2002, Lars Gullik Bjønnes wrote:
> Allan Rae <[EMAIL PROTECTED]> writes:
>
> | It works for me. No idea what you are seeing. I'll try insure though
> | and see if says anything but I doubt it. (only 4 hrs of insure
> | left)
>
> Change the clock on you box?
I don't know if ther
On Thu, 17 Jan 2002, Juergen Vigna wrote:
>
> On 17-Jan-2002 Allan Rae wrote:
>
> > Sorry, the minipages now work almost as correct as they should.
> > When I make the second minipage 45% (instead of 100%) the two
> > minipages are no longer placed in the same row.
>
> I don't see this here, sorr
On 17-Jan-2002 Allan Rae wrote:
> Sorry, the minipages now work almost as correct as they should.
> When I make the second minipage 45% (instead of 100%) the two
> minipages are no longer placed in the same row.
I don't see this here, sorry!
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._
On 17-Jan-2002 Allan Rae wrote:
[snip]
> The one in the footnote seems to always be drawn correctly. The one
> in the paragraph is a complete mess at times or not drawn at all at
> other times.
>
> It seems to be InsetERT only is major problem with rendering now.
Ok I see this too seems to be
On Thu, Jan 17, 2002 at 11:33:58AM +0100, Juergen Vigna wrote:
> > Paragraph * par = owner->buffer()->getParFromID(id);
> > owner->view()->text->setCursor(owner->view(), par, 0);
>
> Ok the code above is plainly wrong IMO. I'll try to fix it up. We have
> to test first if the found p
On Thu, 17 Jan 2002, Allan Rae wrote:
> On Thu, 17 Jan 2002, Juergen Vigna wrote:
[...]
> > I don't see your problem too, but I fixed the problem Allan was seeing with
> > the commit I just sent!
>
> You fixed something but I'm not sure if it isn't worse. Sorry, it's
> not much different to what
On 17-Jan-2002 John Levon wrote:
> On Thu, Jan 17, 2002 at 09:34:52AM +0100, Juergen Vigna wrote:
>
>> Sorry John all are waiting for my reply but I'm just too busy! Well IMO
>
> OK sorry :)
>
>> could be wrong thought. Could you tell me what problems you have exactly?
>> Step by step so that
On Thu, Jan 17, 2002 at 08:32:36PM +1000, Allan Rae wrote:
> BTW, does the InsetERT dialog do anything for you if you change a
> setting and press apply?
works the first time, fails the rest of the time
regards
john
--
"Before seeking vengeance, dig two graves."
- Chinese proverb
On Thu, 17 Jan 2002, Juergen Vigna wrote:
>
> On 17-Jan-2002 John Levon wrote:
>
> >> > The green trail is the cursor (black/green flash)
> >>
> >> It works for me. No idea what you are seeing. I'll try insure though
> >> and see if says anything but I doubt it. (only 4 hrs of insure left)
> >
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> This seems very resonable, I just think you should put the
Juergen> setInsetOwner call immediately after the "while(tmpbuf) {"
Juergen> instead at the end.
Done.
JMarc
Hi,
in the Document layout dialog, change line spacing to "Other" and enter
some arbitrary value. Then leave the dialog and re-open it. Try to
change the line spacing value -> you can't; you have to choose "Other"
again before being able to specify a new value.
Michael
--
==
On Thu, 17 Jan 2002, John Levon wrote:
> On Thu, Jan 17, 2002 at 08:00:48PM +1000, Allan Rae wrote:
>
> > If we know what font we are displaying, -*-times- for example, then
> > won't we be able to ask the server for all the fonts that match and
> > for a given font size check a list and if none
On 17-Jan-2002 John Levon wrote:
>> > The green trail is the cursor (black/green flash)
>>
>> It works for me. No idea what you are seeing. I'll try insure though
>> and see if says anything but I doubt it. (only 4 hrs of insure left)
>
> I must have some dodgy patch in my tree... let me se
On Thu, Jan 17, 2002 at 11:03:55AM +0100, Jean-Marc Lasgouttes wrote:
> But it does not tell people that if they check this they will not be
> able to get their nifty truetype fonts to work. And that's a major
> shortcoming in my opinion.
OK so add "Note that if you deselect this option, truly s
On Thu, Jan 17, 2002 at 08:00:48PM +1000, Allan Rae wrote:
> If we know what font we are displaying, -*-times- for example, then
> won't we be able to ask the server for all the fonts that match and
> for a given font size check a list and if none matches exactly and
> there is no scalable font i
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> I know how scalable fonts work. You are not going to be able to
John> describe the intracacies of how this works inside the GUI. We
John> must make a best-effort attempt instead, and I personally think
John> this is clearer.
But it doe
On Thu, Jan 17, 2002 at 07:53:28PM +1000, Allan Rae wrote:
> > The green trail is the cursor (black/green flash)
>
> It works for me. No idea what you are seeing. I'll try insure though
> and see if says anything but I doubt it. (only 4 hrs of insure left)
I must have some dodgy patch in my
On 17 Jan 2002, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
>
> John> str = N_("Allow
> John> bitmap fonts to be resized. If you are using a bitmap font,
> John> selecting this option may make some fonts look blocky in LyX.
> John> Deselecting this option
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> As it's written it's perfectly correct: if it's on then bitmap
John> fonts can get scaled. If it's not, they won't.
If it is on then you can get the urw type 1 font for times, if it is
off you can't.
Can you see the difference?
John>
On Thu, Jan 17, 2002 at 10:49:06AM +0100, Jean-Marc Lasgouttes wrote:
> This description is wrong IMO. it should rather be 'allow scalable
> fonts and resized bitmap fonts', but of course this is too long. I
see my other mail.
> really think the earlier 'use scalable fonts' was technically exac
On Thu, 17 Jan 2002, John Levon wrote:
> On Thu, Jan 17, 2002 at 10:32:57AM +0100, Juergen Vigna wrote:
>
> > >> new doc
> > >> insert minipage
> > >> set to 45%
> > >> position cursor to right of minipage
> > >> insert minipage
> > >> set to 45%
> > >>
> > >> -> the second minipage can't be seen
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> str = N_("Allow
John> bitmap fonts to be resized. If you are using a bitmap font,
John> selecting this option may make some fonts look blocky in LyX.
John> Deselecting this option makes LyX use the nearest bitmap font
John> size availab
On Thu, Jan 17, 2002 at 10:44:52AM +0100, Jean-Marc Lasgouttes wrote:
> matthew> Perhaps you could rename this option to "Rescale bitmap
> matthew> fonts".
>
> That's not what it does. It does also allow for using real scalable fonts.
I think those three words are the best button-size descript
> "matthew" == matthew arnison <[EMAIL PROTECTED]> writes:
matthew> Then you could ship lyx with a little script that opens new
matthew> documents in a running lyx from the command line. You could
matthew> call it lyxopen or something.
Or better add this to LyX itself.
matthew> Also a note
On Thursday 17 January 2002 9:28 am, John Levon wrote:
> makes sense. Can we do asynch part 2) in time for 1.2.0 ?
Yes. All we need is the converters to work with the async launcher and some
way of defining a converter for XPM to scaled_XPM/rotated_XPM
Angus
On Thu, Jan 17, 2002 at 10:32:57AM +0100, Juergen Vigna wrote:
> >> new doc
> >> insert minipage
> >> set to 45%
> >> position cursor to right of minipage
> >> insert minipage
> >> set to 45%
> >>
> >> -> the second minipage can't be seen
>
> ??? what do you mean by that? Here all works as expec
On Thursday 17 January 2002 8:15 am, Andre Poenitz wrote:
> I get:
>
> clude -g -O -fno-rtti -fno-exceptions -W -Wall
> -Wp,-MD,.deps/FormMathsPanel.pp -c
> ../../../../lyx-devel/src/frontends/xforms/FormMathsPanel.C
> ../../../../lyx-devel/src/frontends/xforms/FormMathsPanel.C: In method
> `void
On 17-Jan-2002 Allan Rae wrote:
>> new doc
>> insert minipage
>> set to 45%
>> position cursor to right of minipage
>> insert minipage
>> set to 45%
>>
>> -> the second minipage can't be seen
??? what do you mean by that? Here all works as expected. I can see the
problem Allan was talking about
On Thu, Jan 17, 2002 at 09:22:31AM +, Angus Leeming wrote:
> Very true. However, if you'd help me with my little trial program, then this
> is the part we could devote ourselves to ;-) We already have asynchronous
> loading in it. It's just that the conversion is currently hard-coded.
your
On Thursday 17 January 2002 5:05 am, John Levon wrote:
> I think the problem is converter.C was never really generalised enough for
> use by insetgraphics, there are other problems as well in this area.
Very true. However, if you'd help me with my little trial program, then this
is the part we
On Thu, Jan 17, 2002 at 08:56:24AM +, John Levon wrote:
> are you saying that this code shouldn't do the inset traversal ? It /has/ to
> be coded somewhere, currently we have no code for placing a cursor inside an
> arbitrary inset.
Looks like another reason for a "centralized cursor".
Andre
On Thu, Jan 17, 2002 at 09:34:52AM +0100, Juergen Vigna wrote:
> Sorry John all are waiting for my reply but I'm just too busy! Well IMO
OK sorry :)
> could be wrong thought. Could you tell me what problems you have exactly?
> Step by step so that I can follow it and backtrace the problem?
Wel
Hi,
the two dialogs mentioned in the subject do not open if no document is
loaded.
Michael
--
===
Michael Schmitt Telefon: +49 651 97551-40
Institut für TelematikTelefax: +49 651 97551-12
On 14-Jan-2002 John Levon wrote:
> navigation to inside insets. Someone finish this patch purleaassse, this
> bug is too old by now.
>
> I don't know why the cursor fucks up, and especially why the inset opening
> doesn't get rendered (I've tried various random permutations of updateInset(),
>
I get:
clude -g -O -fno-rtti -fno-exceptions -W -Wall
-Wp,-MD,.deps/FormMathsPanel.pp -c
../../../../lyx-devel/src/frontends/xforms/FormMathsPanel.C
../../../../lyx-devel/src/frontends/xforms/FormMathsPanel.C: In method
`void FormMathsPanel::build()':
../../../../lyx-devel/src/frontends/xforms/F
On 16-Jan-2002 bugzilla-daemon wrote:
> --- Additional Comments From [EMAIL PROTECTED] 2002-01-17 12:48 ---
> I think I fixed it. The problem was that the insetowner of the newly pasted
> paragraph was not set to the owner of the paragraphs it got pasted in. The fix
> is a one-liner
>
or maybe a big thing
please apply
john
--
"Hey, we could invent a programming paradigm where the program is expressed as
a series of statements to be executed in a fixed order."
- Khendon
Index: src/graphics/ChangeLog
==
On Thu, Jan 17, 2002 at 05:18:35PM +1000, Allan Rae wrote:
> Actually, the help message that appears when the cursor is over the
> checkbox is very misleading. Care to rewrite that as well?
best I can do in the limited space (lyx-doc has more ...)
thanks
john
--
"Hey, we could invent a progr
98 matches
Mail list logo