Skip to main content



      Home
Home » Archived » BIRT » FreeFormHandle trouble
icon8.gif  FreeFormHandle trouble [message #1614452] Fri, 13 February 2015 03:50 Go to next message
Eclipse UserFriend
Hi,

I'm new on this forum. I try to generate a dynamic report from initialize script using coordinates from dataset. I generate dynamically TextItem's and add it to FreeFormHandle. I do it as follows:

form=reportContext.getDesignHandle().getElementFactory().newFreeForm(null);
textItem = reportContext.getDesignHandle().getElementFactory().newTextItem("sometext");
xCor = 15;
yCor = 15;
textItem.setX(xCor + "px");
textItem.setY(yCor + "px");
reportContext.getDesignHandle().getBody().add(form);



At report generation phase i get ReportServiceException. Please see the attached file.
Any idea what going wrong?

[Updated on: Mon, 16 February 2015 02:17] by Moderator

Re: FreeFormHandle trouble [message #1619323 is a reply to message #1614452] Mon, 16 February 2015 08:55 Go to previous messageGo to next message
Eclipse UserFriend
Can anyone reproduce same FreeFormHandle error?

[Updated on: Tue, 17 February 2015 01:54] by Moderator

Re: FreeFormHandle trouble [message #1621376 is a reply to message #1619323] Tue, 17 February 2015 16:32 Go to previous messageGo to next message
Eclipse UserFriend
I don't believe the free form layout was ever actually fully implemented.
Re: FreeFormHandle trouble [message #1621406 is a reply to message #1621376] Tue, 17 February 2015 16:57 Go to previous messageGo to next message
Eclipse UserFriend
It's sad.
Re: FreeFormHandle trouble [message #1621407 is a reply to message #1621406] Tue, 17 February 2015 16:59 Go to previous messageGo to next message
Eclipse UserFriend
You could always file an enhancement request for this layout option in the bugzilla. You can find this in the community section of eclipse.org/birt
Re: FreeFormHandle trouble [message #1621466 is a reply to message #1621407] Tue, 17 February 2015 17:54 Go to previous messageGo to next message
Eclipse UserFriend
Thank you!
Re: FreeFormHandle trouble [message #1622777 is a reply to message #1621466] Wed, 18 February 2015 13:46 Go to previous messageGo to next message
Eclipse UserFriend
No problem. If you end up posting a request, place a link to it in here so others can find it and vote for it. Smile
Re: FreeFormHandle trouble [message #1622910 is a reply to message #1622777] Wed, 18 February 2015 15:41 Go to previous messageGo to next message
Eclipse UserFriend
I need 5 messages.

You can only use links to eclipse.org sites while you have fewer than 5 messages.
Re: FreeFormHandle trouble [message #1622917 is a reply to message #1622777] Wed, 18 February 2015 15:46 Go to previous messageGo to next message
Eclipse UserFriend
So now.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=460188
Re: FreeFormHandle trouble [message #1622923 is a reply to message #1622917] Wed, 18 February 2015 15:50 Go to previous message
Eclipse UserFriend
Haha. Thanks for posting the link. Smile
Previous Topic:getting datepicker in cascaded params based on prev drop down value
Next Topic:Birt 4.3.1 - Different output on XLS and XLSX for crosstab
Goto Forum:
  


Current Time: Sun Mar 16 22:44:53 EDT 2025

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

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

Back to the top