You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Tecra <bh...@tecra.com> on 2009/08/26 05:06:23 UTC

Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Hello Everybody,

Can any one guide me how to fix this issue. when i use table border for a
table in fo. It displays fine when using it normally but in afp when you try
to rotate the table say 90 degrees the border-color is applying for the
whole cell and i could'nt see anything.

Did anyone faced this kind of problem? 

Please let me know if you have any solution how to fix this.

Thanks,
Bharat.
-- 
View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Tecra <bh...@tecra.com>.
Thank you very much for your support Jeremias Maerki. I know its a hard
question, But Can i know by when will this issue get fixed?. Because i was
in a rush to do that. Or else if you can guide me how to fix it or if you
guide me where should i start looking at in the code to fix it that would be
really great.

I have a little knowledge about the code.

Thanks,
Bharat.


Jeremias Maerki-2 wrote:
> 
> Not yet, but I've been able to reproduce the issue. It seems to be a bug.
> I've
> created a Bugzilla ticket:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47746
> 
> On 26.08.2009 05:06:23 Tecra wrote:
>> 
>> Hello Everybody,
>> 
>> Can any one guide me how to fix this issue. when i use table border for a
>> table in fo. It displays fine when using it normally but in afp when you
>> try
>> to rotate the table say 90 degrees the border-color is applying for the
>> whole cell and i could'nt see anything.
>> 
>> Did anyone faced this kind of problem? 
>> 
>> Please let me know if you have any solution how to fix this.
>> 
>> Thanks,
>> Bharat.
>> -- 
>> View this message in context:
>> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
>> Sent from the FOP - Users mailing list archive at Nabble.com.
>> 
> 
> 
> 
> Jeremias Maerki
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25167217.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
To know when it's fixed, you can add your e-mail address to the bugzilla
entry. You'll then get notified about any changes.

If you want to try to fix the problem yourself, you'll need to set up
FOP in your IDE: http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide

For the AFP borders, it's probably best to start setting break points in
org.apache.fop.afp.AFPBorderPainter. You'll also need some AFP tools to
analyze the generated AFP code:
http://wiki.apache.org/xmlgraphics-fop/AFPResources

Good luck!

On 27.08.2009 09:06:34 Tecra wrote:
> 
> Thank you very much for your support Jeremias Maerki. I know its a hard
> question, But Can i know by when will this issue get fixed?. Because i was
> in a rush to do that. Or else if you can guide me how to fix it or if you
> guide me where should i start looking at in the code to fix it that would be
> really great.
> 
> I have a little knowledge about the code.
> 
> Thanks,
> Bharat.
> 
> 
> Jeremias Maerki-2 wrote:
> > 
> > Not yet, but I've been able to reproduce the issue. It seems to be a bug.
> > I've
> > created a Bugzilla ticket:
> > https://issues.apache.org/bugzilla/show_bug.cgi?id=47746
> > 
> > On 26.08.2009 05:06:23 Tecra wrote:
> >> 
> >> Hello Everybody,
> >> 
> >> Can any one guide me how to fix this issue. when i use table border for a
> >> table in fo. It displays fine when using it normally but in afp when you
> >> try
> >> to rotate the table say 90 degrees the border-color is applying for the
> >> whole cell and i could'nt see anything.
> >> 
> >> Did anyone faced this kind of problem? 
> >> 
> >> Please let me know if you have any solution how to fix this.
> >> 
> >> Thanks,
> >> Bharat.
> >> -- 
> >> View this message in context:
> >> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
> >> Sent from the FOP - Users mailing list archive at Nabble.com.
> >> 
> > 
> > 
> > 
> > Jeremias Maerki
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> > For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25167218.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Tecra <bh...@tecra.com>.
Hi,

Thanks for the reply. I am using FOP trunk as i want to use all latest
features in afp. Just for a verification. Did you look at the afp output?. I
know its working fine in the pdf even in the trunk.

Thanks,
Bharat


Venkat Reddy-7 wrote:
> 
> Hi,
> 
> I am very new to this mailing list. I have just started my career with 
> FOP, and managed to reproduce this bug with FOP 'Trunk'.
> Interestingly, the same issue not happening in FOP 0.95 version.
> 
> Cheers,
> Venkat.
> 
> Tecra wrote:
>> Thank you very much for your support Jeremias Maerki. I know its a hard
>> question, But Can i know by when will this issue get fixed?. Because i
>> was
>> in a rush to do that. Or else if you can guide me how to fix it or if you
>> guide me where should i start looking at in the code to fix it that would
>> be
>> really great.
>>
>> I have a little knowledge about the code.
>>
>> Thanks,
>> Bharat.
>>
>>
>> Jeremias Maerki-2 wrote:
>>   
>>> Not yet, but I've been able to reproduce the issue. It seems to be a
>>> bug.
>>> I've
>>> created a Bugzilla ticket:
>>> https://issues.apache.org/bugzilla/show_bug.cgi?id=47746
>>>
>>> On 26.08.2009 05:06:23 Tecra wrote:
>>>     
>>>> Hello Everybody,
>>>>
>>>> Can any one guide me how to fix this issue. when i use table border for
>>>> a
>>>> table in fo. It displays fine when using it normally but in afp when
>>>> you
>>>> try
>>>> to rotate the table say 90 degrees the border-color is applying for the
>>>> whole cell and i could'nt see anything.
>>>>
>>>> Did anyone faced this kind of problem? 
>>>>
>>>> Please let me know if you have any solution how to fix this.
>>>>
>>>> Thanks,
>>>> Bharat.
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
>>>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>>>
>>>>       
>>>
>>> Jeremias Maerki
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
>>> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25172955.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Venkat Reddy <va...@googlemail.com>.
Hi,

I am very new to this mailing list. I have just started my career with 
FOP, and managed to reproduce this bug with FOP 'Trunk'.
Interestingly, the same issue not happening in FOP 0.95 version.

Cheers,
Venkat.

Tecra wrote:
> Thank you very much for your support Jeremias Maerki. I know its a hard
> question, But Can i know by when will this issue get fixed?. Because i was
> in a rush to do that. Or else if you can guide me how to fix it or if you
> guide me where should i start looking at in the code to fix it that would be
> really great.
>
> I have a little knowledge about the code.
>
> Thanks,
> Bharat.
>
>
> Jeremias Maerki-2 wrote:
>   
>> Not yet, but I've been able to reproduce the issue. It seems to be a bug.
>> I've
>> created a Bugzilla ticket:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=47746
>>
>> On 26.08.2009 05:06:23 Tecra wrote:
>>     
>>> Hello Everybody,
>>>
>>> Can any one guide me how to fix this issue. when i use table border for a
>>> table in fo. It displays fine when using it normally but in afp when you
>>> try
>>> to rotate the table say 90 degrees the border-color is applying for the
>>> whole cell and i could'nt see anything.
>>>
>>> Did anyone faced this kind of problem? 
>>>
>>> Please let me know if you have any solution how to fix this.
>>>
>>> Thanks,
>>> Bharat.
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
>>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>>
>>>       
>>
>> Jeremias Maerki
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
>> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>>
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Tecra <bh...@tecra.com>.
Thank you very much for your support Jeremias Maerki. I know its a hard
question, But Can i know by when will this issue get fixed?. Because i was
in a rush to do that. Or else if you can guide me how to fix it or if you
guide me where should i start looking at in the code to fix it that would be
really great.

I have a little knowledge about the code.

Thanks,
Bharat.


Jeremias Maerki-2 wrote:
> 
> Not yet, but I've been able to reproduce the issue. It seems to be a bug.
> I've
> created a Bugzilla ticket:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47746
> 
> On 26.08.2009 05:06:23 Tecra wrote:
>> 
>> Hello Everybody,
>> 
>> Can any one guide me how to fix this issue. when i use table border for a
>> table in fo. It displays fine when using it normally but in afp when you
>> try
>> to rotate the table say 90 degrees the border-color is applying for the
>> whole cell and i could'nt see anything.
>> 
>> Did anyone faced this kind of problem? 
>> 
>> Please let me know if you have any solution how to fix this.
>> 
>> Thanks,
>> Bharat.
>> -- 
>> View this message in context:
>> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
>> Sent from the FOP - Users mailing list archive at Nabble.com.
>> 
> 
> 
> 
> Jeremias Maerki
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25167218.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Not yet, but I've been able to reproduce the issue. It seems to be a bug. I've
created a Bugzilla ticket: https://issues.apache.org/bugzilla/show_bug.cgi?id=47746

On 26.08.2009 05:06:23 Tecra wrote:
> 
> Hello Everybody,
> 
> Can any one guide me how to fix this issue. when i use table border for a
> table in fo. It displays fine when using it normally but in afp when you try
> to rotate the table say 90 degrees the border-color is applying for the
> whole cell and i could'nt see anything.
> 
> Did anyone faced this kind of problem? 
> 
> Please let me know if you have any solution how to fix this.
> 
> Thanks,
> Bharat.
> -- 
> View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org