Skip to main content



      Home
Home » Archived » BIRT » Pdf preview ignores column width
Pdf preview ignores column width [message #96770] Tue, 06 December 2005 05:17 Go to next message
Eclipse UserFriend
This is a multi-part message in MIME format.
--------------020702080409020909020606
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Hi
The pdf preview seems to ignore the column width values in the 2.0M3
build. In the pdf file all columns have got the same width.

In the attached file is a simple example that works with the 2.0M2 build
but doesn't with the 2.0M3 build.

Is this a bug or have I missed something?

Cheers, michael


--------------020702080409020909020606
Content-Type: text/xml;
name="column_width.rptdesign"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="column_width.rptdesign"

<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 1.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 1.0.1 Build &lt;20051201-1157></property>
<property name="units">in</property>
<page-setup>
<simple-master-page name="Simple MasterPage" id="2"/>
</page-setup>
<body>
<table id="4">
<property name="width">100%</property>
<column id="21">
<property name="width">25mm</property>
</column>
<column id="22">
<property name="width">50mm</property>
</column>
<column id="23"/>
<header>
<row id="5">
<cell id="6">
<label id="28">
<property name="backgroundColor">#FF8000</property>
<text-property name="text">Column One</text-property>
</label>
</cell>
<cell id="7">
<label id="29">
<property name="backgroundColor">#0000FF</property>
<text-property name="text">Column Two</text-property>
</label>
</cell>
<cell id="8">
<label id="30">
<property name="backgroundColor">#00FF00</property>
<text-property name="text">Column Three</text-property>
</label>
</cell>
</row>
</header>
<detail>
<row id="9">
<cell id="10"/>
<cell id="11"/>
<cell id="12"/>
</row>
<row id="13">
<cell id="14"/>
<cell id="15"/>
<cell id="16"/>
</row>
</detail>
<footer>
<row id="17">
<cell id="18"/>
<cell id="19"/>
<cell id="20"/>
</row>
</footer>
</table>
</body>
</report>

--------------020702080409020909020606--
Re: Pdf preview ignores column width [message #103336 is a reply to message #96770] Mon, 02 January 2006 23:18 Go to previous messageGo to next message
Eclipse UserFriend
i have the same problem. no one seems to know.

"Michael Meyer" <michael.meyer@hplus.ch> wrote in message
news:dn3ogh$i76$1@news.eclipse.org...
> Hi
> The pdf preview seems to ignore the column width values in the 2.0M3
> build. In the pdf file all columns have got the same width.
>
> In the attached file is a simple example that works with the 2.0M2 build
> but doesn't with the 2.0M3 build.
>
> Is this a bug or have I missed something?
>
> Cheers, michael
>
>


------------------------------------------------------------ --------------------


> <?xml version="1.0" encoding="UTF-8"?>
> <!-- Written by Eclipse BIRT 1.0 -->
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3"
> id="1">
> <property name="createdBy">Eclipse BIRT Designer Version 1.0.1 Build
> &lt;20051201-1157></property>
> <property name="units">in</property>
> <page-setup>
> <simple-master-page name="Simple MasterPage" id="2"/>
> </page-setup>
> <body>
> <table id="4">
> <property name="width">100%</property>
> <column id="21">
> <property name="width">25mm</property>
> </column>
> <column id="22">
> <property name="width">50mm</property>
> </column>
> <column id="23"/>
> <header>
> <row id="5">
> <cell id="6">
> <label id="28">
> <property
> name="backgroundColor">#FF8000</property>
> <text-property name="text">Column
> One</text-property>
> </label>
> </cell>
> <cell id="7">
> <label id="29">
> <property
> name="backgroundColor">#0000FF</property>
> <text-property name="text">Column
> Two</text-property>
> </label>
> </cell>
> <cell id="8">
> <label id="30">
> <property
> name="backgroundColor">#00FF00</property>
> <text-property name="text">Column
> Three</text-property>
> </label>
> </cell>
> </row>
> </header>
> <detail>
> <row id="9">
> <cell id="10"/>
> <cell id="11"/>
> <cell id="12"/>
> </row>
> <row id="13">
> <cell id="14"/>
> <cell id="15"/>
> <cell id="16"/>
> </row>
> </detail>
> <footer>
> <row id="17">
> <cell id="18"/>
> <cell id="19"/>
> <cell id="20"/>
> </row>
> </footer>
> </table>
> </body>
> </report>
>
Re: Pdf preview ignores column width [message #103406 is a reply to message #103336] Tue, 03 January 2006 05:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sangria.gmx.net

Hi
this should be fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=119397
michael


Report Guy schrieb:
> i have the same problem. no one seems to know.
>
> "Michael Meyer" <michael.meyer@hplus.ch> wrote in message
> news:dn3ogh$i76$1@news.eclipse.org...
>
>>Hi
>>The pdf preview seems to ignore the column width values in the 2.0M3
>>build. In the pdf file all columns have got the same width.
>>
>>In the attached file is a simple example that works with the 2.0M2 build
>>but doesn't with the 2.0M3 build.
>>
>>Is this a bug or have I missed something?
>>
>>Cheers, michael
Re: Pdf preview ignores column width [message #103543 is a reply to message #103406] Tue, 03 January 2006 10:04 Go to previous messageGo to next message
Eclipse UserFriend
How is it considered fixed if I have the latest build (M3) and it still does
not work ?

Thanks for pointing out that it is a bug anyway.

"Michael Meyer" <sangria@gmx.net> wrote in message
news:dpdlc4$ptk$1@utils.eclipse.org...
> Hi
> this should be fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=119397
> michael
>
>
> Report Guy schrieb:
>> i have the same problem. no one seems to know.
>>
>> "Michael Meyer" <michael.meyer@hplus.ch> wrote in message
>> news:dn3ogh$i76$1@news.eclipse.org...
>>
>>>Hi
>>>The pdf preview seems to ignore the column width values in the 2.0M3
>>>build. In the pdf file all columns have got the same width.
>>>
>>>In the attached file is a simple example that works with the 2.0M2 build
>>>but doesn't with the 2.0M3 build.
>>>
>>>Is this a bug or have I missed something?
>>>
>>>Cheers, michael
>
Re: Pdf preview ignores column width [message #103596 is a reply to message #103543] Tue, 03 January 2006 11:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sangria.gmx.net

Hi,
the bug is in the M3 build. So if it says the bug is fixed, this means the bug
is fixed in the latest version of the source code. Now you can either try to
download a nighlty build that works or (propably better) wait for the next release
which should be the "BIRT 2.0 Release Candidate".

Cheers,
michael


Report Guy schrieb:
> How is it considered fixed if I have the latest build (M3) and it still does
> not work ?
>
> Thanks for pointing out that it is a bug anyway.
>
> "Michael Meyer" <sangria@gmx.net> wrote in message
> news:dpdlc4$ptk$1@utils.eclipse.org...
>
>>Hi
>>this should be fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=119397
>>michael
>>
>>
Re: Pdf preview ignores column width [message #111140 is a reply to message #103596] Wed, 18 January 2006 15:59 Go to previous message
Eclipse UserFriend
Fixed in 2.0RC2.

"Michael Meyer" <sangria@gmx.net> wrote in message
news:dpe744$q82$1@utils.eclipse.org...
> Hi,
> the bug is in the M3 build. So if it says the bug is fixed, this means the
> bug
> is fixed in the latest version of the source code. Now you can either try
> to
> download a nighlty build that works or (propably better) wait for the next
> release
> which should be the "BIRT 2.0 Release Candidate".
>
> Cheers,
> michael
>
>
> Report Guy schrieb:
>> How is it considered fixed if I have the latest build (M3) and it still
>> does not work ?
>>
>> Thanks for pointing out that it is a bug anyway.
>>
>> "Michael Meyer" <sangria@gmx.net> wrote in message
>> news:dpdlc4$ptk$1@utils.eclipse.org...
>>
>>>Hi
>>>this should be fixed:
>>>https://bugs.eclipse.org/bugs/show_bug.cgi?id=119397
>>>michael
>>>
>>>
Previous Topic:Page: <value-of>pageNumber</value-of> of 2.0RC2
Next Topic:sending fax for the BIRT generated report(HTML)
Goto Forum:
  


Current Time: Mon May 12 13:04:11 EDT 2025

Powered by FUDForum. Page generated in 0.03707 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top