Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Report Viewer Parameter Dialog - resize
Report Viewer Parameter Dialog - resize [message #361498] Wed, 02 April 2008 18:44 Go to next message
Eric Murphy is currently offline Eric MurphyFriend
Messages: 32
Registered: July 2009
Member
I am using the BIRT 2.3.0.v20080326-1307 build in order to take advantage
of fixes for multi-lingual support.

Previously I was able to change the height of the Parameter Dialog box the
Viewer displays by editing the .birtviewer_parameter_dialog style in the
web deployment/birt/webcontent/birt/styles/style.css. This no longer seems
to have any effect the dialog box size. Any ideas on how to change the
height of the Parameters Dialog?
Re: Report Viewer Parameter Dialog - resize [message #703645 is a reply to message #361498] Wed, 27 July 2011 19:34 Go to previous messageGo to next message
Bartek Mising name is currently offline Bartek Mising nameFriend
Messages: 12
Registered: November 2010
Junior Member
anybody solve this problem?
I try modify style/style.css but when i run my report the parameter window have the same size?

How can i change Parameter window to small ?
Re: Report Viewer Parameter Dialog - resize [message #704331 is a reply to message #703645] Thu, 28 July 2011 13:56 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Did you try what is listed in this thread:
http://www.eclipse.org/forums/index.php/m/216293/#msg_216293

Specifically did you modify the height parameter
of

..birtviewer_parameter_dialog
{
height:100%;
overflow:auto;
height:350px;
}

Jason

On 7/27/2011 3:34 PM, Bartek wrote:
> anybody solve this problem?
> I try modify style/style.css but when i run my report the parameter
> window have the same size?
>
> How can i change Parameter window to small ?
Re: Report Viewer Parameter Dialog - resize [message #704572 is a reply to message #704331] Thu, 28 July 2011 19:54 Go to previous messageGo to next message
Bartek Mising name is currently offline Bartek Mising nameFriend
Messages: 12
Registered: November 2010
Junior Member
Yes, i change this on /style/style.css but in my web browser (firefox) i don't see any efect.
Re: Report Viewer Parameter Dialog - resize [message #705204 is a reply to message #704572] Fri, 29 July 2011 15:02 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

What type of parameter do you have?

I just tried this with firefox and a couple of text parameters and it
worked fine.

..birtviewer_parameter_dialog
{
height:100%;
overflow:auto;
height:450px;
}

..BirtViewer_parameter_dialog_Input
{
font:Verdana;
font-size:8pt;
border-style:inset;
border-width:2px;
width:350px;
}


I modified the height on parameter dialog and width on parameter dialog
input.

Jason

On 7/28/2011 3:54 PM, Bartek wrote:
> Yes, i change this on /style/style.css but in my web browser (firefox) i
> don't see any efect.
>
Previous Topic:Regarding Cross tab implementation in BIRT
Next Topic:how to Stop functing ENTER key when report is processing
Goto Forum:
  


Current Time: Wed Apr 24 19:12:53 GMT 2024

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

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

Back to the top