Zen Report table-layout="fixed" for all tables

22 views
Skip to first unread message

Derek Day

unread,
May 3, 2013, 11:28:02 AM5/3/13
to intersys...@googlegroups.com

We are running Ensemble 2012.2 and using Apache FOP to render PDF output, and I see many Warnings such as the following in my log output:

May 3, 2013 10:20:41 AM org.apache.fop.events.LoggingEventListener processEvent

INFO: table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (See position 787:-1)

 

While I know this is mostly harmless, it makes it difficult to see other useful warnings and errors.

 

It seems that there are more tables than just the ones generated by <table> elements. Is there a way to define table-layout=”fixed” rather than trying to edit every element in the report?

 

Thanks,

Derek Day

Application Services Developer

InterSystems

Jonathan Levinson

unread,
May 3, 2013, 12:53:12 PM5/3/13
to intersys...@googlegroups.com

Hi Derek,

 

In ZEN Reports, for all released versions, the default layout is fixed.

 

Here is the definition in %ZEN.Report.Display.table:

 

/// Possible values are "auto" and "fixed."<br>
/// Currently, Apache's FOP rendering engine only supports "fixed."
Property layout As %ZEN.Datatype.string(VALUELIST = ",none,fixed,auto") [ InitialExpression = "fixed" ];

 

Maybe I’m misunderstanding you, but the default behavior is what you desire.

 

Best Regards,

Jonathan

--
You received this message because you are subscribed to the Google Groups "InterSystems: Zen Community" group.
To post to this group, send email to InterSys...@googlegroups.com
To unsubscribe from this group, send email to InterSystems-Z...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/InterSystems-ZEN?hl=en
Zen Community Terms and Conditions: http://groups.google.com/group/InterSystems-ZEN/web/community-terms-and-conditions
---
You received this message because you are subscribed to the Google Groups "InterSystems: Zen Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-z...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages