Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-10-02 Thread Art
To regain the old toolbar features, you need to edit stdtoolbars.ui and install
associated icons. If you have an old 1.4.1 or 1.4.2 installation, you can find
the old toolbars in LYXDIR/Resources/ui, and the icons in
LYXDIR/Resources/images as .xpm files. 

The toolbar feature I wanted back was the Export PDF, which is in stdtoolbars.ui
as this line:
Item Export PDF (pdflatex) buffer-export pdf2

The corresponding icon is called buffer-export_pdf2.xpm.


The 1.4.3 installer caused a problem for me, because it does not include the old
windefault.ui and wintoolbars.ui. But my old installation did use those .ui
files, and Lyx would quit, complaining that windefault.ui does not exist. It
would be better if that error still allowed the program to run, defaulting to
default.ui. Instead, I had to dig up the old windefault.ui (luckily I still had
my 1.4.2 directory) and copy it to 1.4.3, then start up Lyx, then change the ui
to default.ui, then delete the no-longer-needed windefault.ui. Kind of a pain.
Plus the PDF button was handy.




Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-10-02 Thread Art
To regain the old toolbar features, you need to edit stdtoolbars.ui and install
associated icons. If you have an old 1.4.1 or 1.4.2 installation, you can find
the old toolbars in LYXDIR/Resources/ui, and the icons in
LYXDIR/Resources/images as .xpm files. 

The toolbar feature I wanted back was the Export PDF, which is in stdtoolbars.ui
as this line:
Item Export PDF (pdflatex) buffer-export pdf2

The corresponding icon is called buffer-export_pdf2.xpm.


The 1.4.3 installer caused a problem for me, because it does not include the old
windefault.ui and wintoolbars.ui. But my old installation did use those .ui
files, and Lyx would quit, complaining that windefault.ui does not exist. It
would be better if that error still allowed the program to run, defaulting to
default.ui. Instead, I had to dig up the old windefault.ui (luckily I still had
my 1.4.2 directory) and copy it to 1.4.3, then start up Lyx, then change the ui
to default.ui, then delete the no-longer-needed windefault.ui. Kind of a pain.
Plus the PDF button was handy.




Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-10-02 Thread Art
To regain the old toolbar features, you need to edit stdtoolbars.ui and install
associated icons. If you have an old 1.4.1 or 1.4.2 installation, you can find
the old toolbars in LYXDIR/Resources/ui, and the icons in
LYXDIR/Resources/images as .xpm files. 

The toolbar feature I wanted back was the Export PDF, which is in stdtoolbars.ui
as this line:
Item "Export PDF (pdflatex)" "buffer-export pdf2"

The corresponding icon is called buffer-export_pdf2.xpm.


The 1.4.3 installer caused a problem for me, because it does not include the old
windefault.ui and wintoolbars.ui. But my old installation did use those .ui
files, and Lyx would quit, complaining that windefault.ui does not exist. It
would be better if that error still allowed the program to run, defaulting to
default.ui. Instead, I had to dig up the old windefault.ui (luckily I still had
my 1.4.2 directory) and copy it to 1.4.3, then start up Lyx, then change the ui
to default.ui, then delete the no-longer-needed windefault.ui. Kind of a pain.
Plus the PDF button was handy.




What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Graeme Handisides
Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 
Thanks
 
Graeme Handisides



What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread graeme.handisides
Hi,

I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I 
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a 
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared 
and as I used them quite a bit, I would like to know how to get them back. Can 
anybody help me on this one. I have looked at the ui files, but it didn't help 
much, except to confirm that these buttons no longer seem to exist.

Thanks

Graeme Handisides

Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Paul A. Rubin

Graeme Handisides wrote:

Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I

deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 


Try the following:

1.  Copy stdtoolbars.ui from the Resources\ui folder under the LyX 
installation directory, and park the copy in C:\Documents and 
Settings\your id\Application Data\LyX1.4.x\ui.


2.  Use a text editor to add the following lines to the copy:

  Separator
  Item View DVI buffer-view dvi
  Item Update DVI buffer-update dvi
  Item View PDF buffer-view pdf2

The last line is set to use pdflatex to generate the PDF views, because 
that's what I always use.  If you want to use a different compilation 
method, change 'pdf2' to 'pdf', 'pdf3' or whatever the file type is (in 
the File formats dialog under Preferences) for you preferred route.


You can put them at the end of the standard toolbar (just after Item 
insert table ...) or the extra toolbar (just after Item Thesaurus 
...), whichever you prefer.


3.  Start LyX and see if you like what you get.

I didn't find an icon for viewing PDF files, so apparently you get a 
generic gear icon.


/Paul



Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Georg Baum
Am Mittwoch, 27. September 2006 13:19 schrieb Graeme Handisides:
 Hi,
  
 I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 
1.4.3 I
 deinstalled 1.4.2.
 Under my previous installation the default toolbar had 3 buttons to 
produce a
 dvi preview, refresh the dvi and preview a pdf file. These have now 
disappeared
 and as I used them quite a bit, I would like to know how to get them 
back. Can
 anybody help me on this one. I have looked at the ui files, but it didn't 
help
 much, except to confirm that these buttons no longer seem to exist.

I guess that you used the installer of Uwe Stöhr for 1.4.1 and 1.4.2, and 
now the I official installer built by Joost Verburg. If that is the case 
then Uwe had some modified .ui files in his installer. You can use them 
with 1.4.3, too. Probably somebody should check the differences in Uwe's 
installer to the official LyX sources and feed them back.


Georg



What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Graeme Handisides
Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 
Thanks
 
Graeme Handisides



What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread graeme.handisides
Hi,

I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I 
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a 
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared 
and as I used them quite a bit, I would like to know how to get them back. Can 
anybody help me on this one. I have looked at the ui files, but it didn't help 
much, except to confirm that these buttons no longer seem to exist.

Thanks

Graeme Handisides

Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Paul A. Rubin

Graeme Handisides wrote:

Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I

deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 


Try the following:

1.  Copy stdtoolbars.ui from the Resources\ui folder under the LyX 
installation directory, and park the copy in C:\Documents and 
Settings\your id\Application Data\LyX1.4.x\ui.


2.  Use a text editor to add the following lines to the copy:

  Separator
  Item View DVI buffer-view dvi
  Item Update DVI buffer-update dvi
  Item View PDF buffer-view pdf2

The last line is set to use pdflatex to generate the PDF views, because 
that's what I always use.  If you want to use a different compilation 
method, change 'pdf2' to 'pdf', 'pdf3' or whatever the file type is (in 
the File formats dialog under Preferences) for you preferred route.


You can put them at the end of the standard toolbar (just after Item 
insert table ...) or the extra toolbar (just after Item Thesaurus 
...), whichever you prefer.


3.  Start LyX and see if you like what you get.

I didn't find an icon for viewing PDF files, so apparently you get a 
generic gear icon.


/Paul



Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Georg Baum
Am Mittwoch, 27. September 2006 13:19 schrieb Graeme Handisides:
 Hi,
  
 I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 
1.4.3 I
 deinstalled 1.4.2.
 Under my previous installation the default toolbar had 3 buttons to 
produce a
 dvi preview, refresh the dvi and preview a pdf file. These have now 
disappeared
 and as I used them quite a bit, I would like to know how to get them 
back. Can
 anybody help me on this one. I have looked at the ui files, but it didn't 
help
 much, except to confirm that these buttons no longer seem to exist.

I guess that you used the installer of Uwe Stöhr for 1.4.1 and 1.4.2, and 
now the I official installer built by Joost Verburg. If that is the case 
then Uwe had some modified .ui files in his installer. You can use them 
with 1.4.3, too. Probably somebody should check the differences in Uwe's 
installer to the official LyX sources and feed them back.


Georg



What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Graeme Handisides
Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 
Thanks
 
Graeme Handisides



What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread graeme.handisides
Hi,

I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I 
deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a 
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared 
and as I used them quite a bit, I would like to know how to get them back. Can 
anybody help me on this one. I have looked at the ui files, but it didn't help 
much, except to confirm that these buttons no longer seem to exist.

Thanks

Graeme Handisides

Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Paul A. Rubin

Graeme Handisides wrote:

Hi,
 
I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 1.4.3 I

deinstalled 1.4.2.
Under my previous installation the default toolbar had 3 buttons to produce a
dvi preview, refresh the dvi and preview a pdf file. These have now disappeared
and as I used them quite a bit, I would like to know how to get them back. Can
anybody help me on this one. I have looked at the ui files, but it didn't help
much, except to confirm that these buttons no longer seem to exist.
 


Try the following:

1.  Copy stdtoolbars.ui from the Resources\ui folder under the LyX 
installation directory, and park the copy in C:\Documents and 
Settings\\Application Data\LyX1.4.x\ui.


2.  Use a text editor to add the following lines to the copy:

  Separator
  Item "View DVI" "buffer-view dvi"
  Item "Update DVI" "buffer-update dvi"
  Item "View PDF" "buffer-view pdf2"

The last line is set to use pdflatex to generate the PDF views, because 
that's what I always use.  If you want to use a different compilation 
method, change 'pdf2' to 'pdf', 'pdf3' or whatever the file type is (in 
the File formats dialog under Preferences) for you preferred route.


You can put them at the end of the standard toolbar (just after Item 
"insert table" ...) or the extra toolbar (just after Item "Thesaurus" 
...), whichever you prefer.


3.  Start LyX and see if you like what you get.

I didn't find an icon for viewing PDF files, so apparently you get a 
generic "gear" icon.


/Paul



Re: What happened to the tool bar buttons: view dvi/pdf and refresh dvi?

2006-09-27 Thread Georg Baum
Am Mittwoch, 27. September 2006 13:19 schrieb Graeme Handisides:
> Hi,
>  
> I have previously used Lyx 1.4.1 and 1.4.2. on Win XP. After installing 
1.4.3 I
> deinstalled 1.4.2.
> Under my previous installation the default toolbar had 3 buttons to 
produce a
> dvi preview, refresh the dvi and preview a pdf file. These have now 
disappeared
> and as I used them quite a bit, I would like to know how to get them 
back. Can
> anybody help me on this one. I have looked at the ui files, but it didn't 
help
> much, except to confirm that these buttons no longer seem to exist.

I guess that you used the installer of Uwe Stöhr for 1.4.1 and 1.4.2, and 
now the I official installer built by Joost Verburg. If that is the case 
then Uwe had some modified .ui files in his installer. You can use them 
with 1.4.3, too. Probably somebody should check the differences in Uwe's 
installer to the official LyX sources and feed them back.


Georg