Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to get an element's height
How to get an element's height [message #1239148] Mon, 03 February 2014 13:43
Jan Krakora is currently offline Jan KrakoraFriend
Messages: 477
Registered: December 2009
Location: Prague
Senior Member
Hi all,

I would like to know how can I get an element real height.

More specifically I have two tables beneath. I need to set height of the second one according to the height of the first one. So both are on the same page.
How can i get the first table computed height?

I've tried to add script to the first table onCreate to get its height:
importPackage(Packages.java.lang);
if (this.height == null) {
    System.out.println("null");
} else {
    System.out.println(this.height);
}


this.height returns null

[Updated on: Mon, 03 February 2014 14:03]

Report message to a moderator

Previous Topic:Having Trouble To Execute whereClause as parameters
Next Topic:Results of nested table on single row
Goto Forum:
  


Current Time: Thu Apr 25 03:51:00 GMT 2024

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

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

Back to the top