Skip to main content



      Home
Home » Archived » BIRT » How to get an element's height
How to get an element's height [message #1239148] Mon, 03 February 2014 08:43
Eclipse UserFriend
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 09:03] by Moderator

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


Current Time: Fri Aug 29 19:41:13 EDT 2025

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

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

Back to the top