Skip to main content



      Home
Home » Archived » BIRT » HTML width in 2.1.2
HTML width in 2.1.2 [message #219342] Fri, 16 February 2007 04:53 Go to next message
Eclipse UserFriend
Originally posted by: carlos.sinixtek.com

Hi,

Prior to 2.1.2 final (even in 2.1.2RC), HTML reports were liquid, i.e.
they filled the whole navigator window. Now, they are fixed-width. Is
there any way to configure the engine/the report/whatever to revert to
the old behaviour?

Thank you!
Re: HTML width in 2.1.2 [message #219475 is a reply to message #219342] Fri, 16 February 2007 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Can you log a bug for this?
It looks like it is setting for paper size.
You can set the width of a table using the width property.

Jasom

"Carlos G
Re: HTML width in 2.1.2 [message #219596 is a reply to message #219342] Sat, 17 February 2007 08:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javajohn.o2.pl

Have You found out the solution?

It is also important to me.

There is no paper size like auto, 100%, etc... :(

thanks,
Artur



Uzytkownik "Carlos G
Re: HTML width in 2.1.2 [message #219604 is a reply to message #219596] Sat, 17 February 2007 17:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johnw.innoventsolutions.com

Metal,

Try this. Select the Table/Grid/Whatever component in your report. Under
the property editor, choose the General tab, and set the Width/Height
from inches to percent, and set to 100. That should do what your looking
for.

John

Metal wrote:
> Have You found out the solution?
>
> It is also important to me.
>
> There is no paper size like auto, 100%, etc... :(
>
> thanks,
> Artur
>
>
>
> Uzytkownik "Carlos Gómez" <carlos@sinixtek.com> napisal w wiadomosci
> news:er3uum$adb$1@utils.eclipse.org...
>> Hi,
>>
>> Prior to 2.1.2 final (even in 2.1.2RC), HTML reports were liquid, i.e.
>> they filled the whole navigator window. Now, they are fixed-width. Is
>> there any way to configure the engine/the report/whatever to revert to
>> the old behaviour?
>>
>> Thank you!
>
>
Re: HTML width in 2.1.2 [message #219629 is a reply to message #219604] Sun, 18 February 2007 07:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javajohn.o2.pl

That's exactly what I'm doing.
I'm using BIRT since ver. 1.0 and it always worked.
It stopped in the 2.1.2 release.

Really nobody has the same problem?

Artur



Uzytkownik "John Ward" <johnw@innoventsolutions.com> napisal w wiadomosci
news:er7v4c$tna$1@utils.eclipse.org...
> Metal,
>
> Try this. Select the Table/Grid/Whatever component in your report. Under
> the property editor, choose the General tab, and set the Width/Height from
> inches to percent, and set to 100. That should do what your looking for.
>
> John
>
> Metal wrote:
>> Have You found out the solution?
>>
>> It is also important to me.
>>
>> There is no paper size like auto, 100%, etc... :(
>>
>> thanks,
>> Artur
>>
>>
>>
>> Uzytkownik "Carlos G
Re: HTML width in 2.1.2 [message #219663 is a reply to message #219629] Mon, 19 February 2007 00:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johnw.innoventsolutions.com

Arthur,

I just checked this under 2.2 M4 and didn't have any issues. I changed
the size of my Master Page from Letter, to Legal, to Custom without any
problems. In all cases, changing table size based on percentage
correctly adjusted the table to as specified. Let me try with 2.1.2 (Im
still using 2.1.1) and see if I have the same results.

John

Metal wrote:
> That's exactly what I'm doing.
> I'm using BIRT since ver. 1.0 and it always worked.
> It stopped in the 2.1.2 release.
>
> Really nobody has the same problem?
>
> Artur
>
>
>
> Uzytkownik "John Ward" <johnw@innoventsolutions.com> napisal w wiadomosci
> news:er7v4c$tna$1@utils.eclipse.org...
>> Metal,
>>
>> Try this. Select the Table/Grid/Whatever component in your report. Under
>> the property editor, choose the General tab, and set the Width/Height from
>> inches to percent, and set to 100. That should do what your looking for.
>>
>> John
>>
>> Metal wrote:
>>> Have You found out the solution?
>>>
>>> It is also important to me.
>>>
>>> There is no paper size like auto, 100%, etc... :(
>>>
>>> thanks,
>>> Artur
>>>
>>>
>>>
>>> Uzytkownik "Carlos Gómez" <carlos@sinixtek.com> napisal w wiadomosci
>>> news:er3uum$adb$1@utils.eclipse.org...
>>>> Hi,
>>>>
>>>> Prior to 2.1.2 final (even in 2.1.2RC), HTML reports were liquid, i.e.
>>>> they filled the whole navigator window. Now, they are fixed-width. Is
>>>> there any way to configure the engine/the report/whatever to revert to
>>>> the old behaviour?
>>>>
>>>> Thank you!
>
Re: HTML width in 2.1.2 [message #220021 is a reply to message #219663] Tue, 20 February 2007 14:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javajohn.o2.pl

John, have you checked that out?
Does it work for you?



> Let me try with 2.1.2 (Im still using 2.1.1) and see if I have the same
> results.
Re: HTML width in 2.1.2 [message #220031 is a reply to message #219342] Tue, 20 February 2007 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javajohn.o2.pl

I've found out that the problem comes from the master page settings.
When Type is set to eg. A4 the body of the generated html looks like:

....
<body class="style_0">
<div style=" width:210mm;">
....

when I change it (html) to...

....
<body class="style_0">
<div style=" width:100%;">
....

....everything is OK.

I found out that it can not be changed in BIRT designer (it always generates
fixed width).

My question is:
Do you know where to change the java source code to apply a patch to change
it (I want it to set always 100%, instead of fixed page width)?

Thanks very much for help,
Artur
Re: HTML width in 2.1.2 [message #222296 is a reply to message #220031] Mon, 05 March 2007 02:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: carlos.sinixtek.com

So, is there a workaround? Will it be fixed in a future release? Do I
file a bug?

Thank you!

Metal escribió:
> I've found out that the problem comes from the master page settings.
> When Type is set to eg. A4 the body of the generated html looks like:
>
> ...
> <body class="style_0">
> <div style=" width:210mm;">
> ...
>
> when I change it (html) to...
>
> ...
> <body class="style_0">
> <div style=" width:100%;">
> ...
>
> ...everything is OK.
>
> I found out that it can not be changed in BIRT designer (it always generates
> fixed width).
>
> My question is:
> Do you know where to change the java source code to apply a patch to change
> it (I want it to set always 100%, instead of fixed page width)?
>
> Thanks very much for help,
> Artur
>
>
Re: HTML width in 2.1.2 [message #222493 is a reply to message #222296] Tue, 06 March 2007 03:44 Go to previous message
Eclipse UserFriend
Originally posted by: javajohn.o2.pl

I've replaced the html emiter to version 2.1.1 and it works fine.



Uzytkownik "Carlos G
Previous Topic:Creating reports programmatically. Header and details from a difference data set.
Next Topic:Pass value subreport --> master report
Goto Forum:
  


Current Time: Wed Jun 04 10:35:44 EDT 2025

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

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

Back to the top