RE: Visuaal Basic

2002-12-01 Thread Calero, Roberto
Title: RE: Visuaal Basic VBScript and Visual Basic are two separate things and for executing a process from VB you do not need Windows Scripting whatsoever. VB gives you the ability to execute a process thru a shell as any other programming language does. The code would look as the following:

Re[2]: error caused by double.sided=1

2002-12-01 Thread Tobias Grimm
Hi Togan, Sunday, December 01, 2002, 6:40:02 PM, you wrote: TM> Which version of the Docbook XSL stylesheets as with 1.58.1 is the TM> latest and it does not do that I'm using 1.58.1 too... the problem seems to appear only, when a chapter spans more than one page. I've done some stylesheet custo

Re: error caused by double.sided=1

2002-12-01 Thread J.Pietschmann
Tobias Grimm wrote: When I convert docbook to fo using xsl, setting double.sided to 1 causes FOP 0.20.4 to end with the following error: java.lang.ClassCastException: org.apache.fop.apps.StreamRenderer$RenderQueueEntry at org.apache.fop.apps.StreamRenderer.getPreviousPage(Unknown Source) T

Re: Odd, Even & Last-odd Problem

2002-12-01 Thread J.Pietschmann
Clay Leeds wrote: Actually, the new problem (referenced in a newer e-mail) is that I have my system set to "end-on-even" but rather than using the EVEN page simple-page-master stuff for the LAST page, FOP outputs another page using the ODD simple-page-master, and numbers it "page 6 of 5" in the

Re: PDF Encryption and Access rights

2002-12-01 Thread J.Pietschmann
Trevor Vaughan wrote: Are there any tips on how to encrypt and/or add access rights to the pdf generated by fop? See http://marc.theaimsgroup.com/?l=fop-dev&m=102002975028427&w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PRO

Re: Strange hyphenation

2002-12-01 Thread J.Pietschmann
lepekhine wrote: Hi all! Could you help me with the very strange hyphenation of Russian words? I use fop 0.20.4 and docbook 1.55.0 In the multysyllable russian words sometimes the middle syllable is left at the and of line, then goes hyphen mark and the rest of word (without middle syllable) goes o

Re: Conditional page master reference (page position)

2002-12-01 Thread J.Pietschmann
MARTIN Franck wrote: Okay thanks for the information. Do you think the next fop release will implement the page-position attribute? See http://marc.theaimsgroup.com/?l=fop-user&m=103875483431811&w=2 J.Pietschmann - To unsubscribe,

error caused by double.sided=1

2002-12-01 Thread Tobias Grimm
Hello, When I convert docbook to fo using xsl, setting double.sided to 1 causes FOP 0.20.4 to end with the following error: java.lang.ClassCastException: org.apache.fop.apps.StreamRenderer$RenderQueueEntry at org.apache.fop.apps.StreamRenderer.getPreviousPage(Unknown Source) This doesn'

Re: Table footers and headers

2002-12-01 Thread J.Pietschmann
Nwilan Glirt wrote: That is bad news for me... I am beginning to loose faith in FO being a practical solution for build business forms like invoices from XML. Has anyone actually succeeded doing this? Yes. What I really needed would be something like table-ONLY-footer-at-break and table-ONLY-hea

Re: page-position=last vs. conditional blocks

2002-12-01 Thread J.Pietschmann
Nwilan Glirt wrote: Now that I discovered that page-position="last" is not implemented in FOP, I am looking for alternative ways to produce "first", "middle" and "last" specific pages. Is there any way to do some conditional stuff on blocks such as testing if we are currently writing the last pa

Re: AWTRenderer/progressListener

2002-12-01 Thread Oleg Tkachenko
Alexander Koppelhuber wrote: Q1: AWTRenderer does not call its progressListeners methods. So I guess that this feature is no implemented yet. Will it be included in the next release, or do I have to rely on the logging messages (because its not part of the Renderer interface anyway)? Are the logg