Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Yegor Yefremov

Paul A. Rubin wrote:

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. 
What's the problem?




After making the change, did you click Modify and then Save?

/Paul

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.


Yegor


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.




I'm not sure, but it's possible that Foxit Reader (like Acrobat Reader) 
requires that the old copy be closed before the new copy can be opened. 
 There is a solution for Acrobat Reader that consists of two utility 
functions (pdfopen, pdfclose) and a script (PDFView).  You can find info 
on the wiki (http://wiki.lyx.org/Windows/LyXWinTips#toc1).  The problem 
is that pdfopen and pdfclose are hard-coded to work with Acrobat Reader. 
 If you have a C/C++ compiler, it should be easy to fix.  You can 
download the source code 
(http://www.tug.org/svn/texlive/trunk/Build/source/utils/pdfopen/?pathrev=2538), 
and I think all you need do is modify a couple of macros to point to 
Foxit.  Alternatively, you could write a script (maybe batch file) to 
close Foxit Reader and then reopen it with the new file, and set that 
script as the viewer for LyX.


HTH,
Paul



Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Yegor Yefremov

Paul A. Rubin wrote:

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. 
What's the problem?




After making the change, did you click Modify and then Save?

/Paul

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.


Yegor


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.




I'm not sure, but it's possible that Foxit Reader (like Acrobat Reader) 
requires that the old copy be closed before the new copy can be opened. 
 There is a solution for Acrobat Reader that consists of two utility 
functions (pdfopen, pdfclose) and a script (PDFView).  You can find info 
on the wiki (http://wiki.lyx.org/Windows/LyXWinTips#toc1).  The problem 
is that pdfopen and pdfclose are hard-coded to work with Acrobat Reader. 
 If you have a C/C++ compiler, it should be easy to fix.  You can 
download the source code 
(http://www.tug.org/svn/texlive/trunk/Build/source/utils/pdfopen/?pathrev=2538), 
and I think all you need do is modify a couple of macros to point to 
Foxit.  Alternatively, you could write a script (maybe batch file) to 
close Foxit Reader and then reopen it with the new file, and set that 
script as the viewer for LyX.


HTH,
Paul



Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Yegor Yefremov

Paul A. Rubin wrote:

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->PDFViewWin to Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->"Foxit Reader.exe". It works fine. But when I 
restart Lyx this setting (Viewer->"Foxit reader.exe") disappears. 
What's the problem?




After making the change, did you click Modify and then Save?

/Paul

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.


Yegor


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-09 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by creating a link FoxitReader.lnk to Foxit 
Reader.exe. LyX seems to have problems with file names separated by 
space. Now the settings are saved in a proper way. Another question is, 
if it is possible to use Update pdf (pdflatex) function with Foxit 
Reader? When I change my document and execute Update I still have the 
same document in Foxit Reader.




I'm not sure, but it's possible that Foxit Reader (like Acrobat Reader) 
requires that the old copy be closed before the new copy can be opened. 
 There is a solution for Acrobat Reader that consists of two utility 
functions (pdfopen, pdfclose) and a script (PDFView).  You can find info 
on the wiki (http://wiki.lyx.org/Windows/LyXWinTips#toc1).  The problem 
is that pdfopen and pdfclose are hard-coded to work with Acrobat Reader. 
 If you have a C/C++ compiler, it should be easy to fix.  You can 
download the source code 
(http://www.tug.org/svn/texlive/trunk/Build/source/utils/pdfopen/?pathrev=2538), 
and I think all you need do is modify a couple of macros to point to 
Foxit.  Alternatively, you could write a script (maybe batch file) to 
close Foxit Reader and then reopen it with the new file, and set that 
script as the viewer for LyX.


HTH,
Paul



Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Yegor Yefremov

Yegor Yefremov wrote:

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I 
didn't uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. 
When I export my Lyx-File to PDF I can open it with Foxit, but when I 
make View-PDF(pdflatex) I only got Foxit started without PDF in it. 
After reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I 
doing wrong?


Best regards,

Yegor Yefrmov
I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. What's 
the problem?


Best regards,

Yegor Yefremov


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. What's 
the problem?




After making the change, did you click Modify and then Save?

/Paul



Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Yegor Yefremov

Yegor Yefremov wrote:

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I 
didn't uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. 
When I export my Lyx-File to PDF I can open it with Foxit, but when I 
make View-PDF(pdflatex) I only got Foxit started without PDF in it. 
After reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I 
doing wrong?


Best regards,

Yegor Yefrmov
I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. What's 
the problem?


Best regards,

Yegor Yefremov


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-PDFViewWin to Lyx:Preferences-File formats-PDF 
(pdflatex)-Viewer-Foxit Reader.exe. It works fine. But when I 
restart Lyx this setting (Viewer-Foxit reader.exe) disappears. What's 
the problem?




After making the change, did you click Modify and then Save?

/Paul



Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Yegor Yefremov

Yegor Yefremov wrote:

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I 
didn't uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. 
When I export my Lyx-File to PDF I can open it with Foxit, but when I 
make View->PDF(pdflatex) I only got Foxit started without PDF in it. 
After reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I 
doing wrong?


Best regards,

Yegor Yefrmov
I fixed the problem by changing Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->PDFViewWin to Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->"Foxit Reader.exe". It works fine. But when I 
restart Lyx this setting (Viewer->"Foxit reader.exe") disappears. What's 
the problem?


Best regards,

Yegor Yefremov


Re: Lyx opens Foxit 2.0 without loading PDF in it

2007-05-08 Thread Paul A. Rubin

Yegor Yefremov wrote:

I fixed the problem by changing Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->PDFViewWin to Lyx:Preferences->File formats->PDF 
(pdflatex)->Viewer->"Foxit Reader.exe". It works fine. But when I 
restart Lyx this setting (Viewer->"Foxit reader.exe") disappears. What's 
the problem?




After making the change, did you click Modify and then Save?

/Paul



Lyx opens Foxit 2.0 without loading PDF in it

2007-05-04 Thread Yegor Yefremov

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I didn't 
uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. When I 
export my Lyx-File to PDF I can open it with Foxit, but when I make 
View-PDF(pdflatex) I only got Foxit started without PDF in it. After 
reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I doing 
wrong?


Best regards,

Yegor Yefrmov


Lyx opens Foxit 2.0 without loading PDF in it

2007-05-04 Thread Yegor Yefremov

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I didn't 
uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. When I 
export my Lyx-File to PDF I can open it with Foxit, but when I make 
View-PDF(pdflatex) I only got Foxit started without PDF in it. After 
reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I doing 
wrong?


Best regards,

Yegor Yefrmov


Lyx opens Foxit 2.0 without loading PDF in it

2007-05-04 Thread Yegor Yefremov

Hi!

I use Lyx 1.5.0beta2 for Windows. At first I used Acrobat Reader 8.0. 
Because of the known bug I decided to install Foxit Reader 2.0 (I didn't 
uninstall Adobe Reader 8.0). It is now my default PDF-Viewer. When I 
export my Lyx-File to PDF I can open it with Foxit, but when I make 
View->PDF(pdflatex) I only got Foxit started without PDF in it. After 
reading this thread 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53679.html I 
added Foxit-path to PATH-prefix but without advancement. What am I doing 
wrong?


Best regards,

Yegor Yefrmov