Henning von Bargen

Results 188 comments of Henning von Bargen

As I said in #951, I'm not able to to this myself. Creating a proper concept for this kind of modularizazion and coding it requires someone with better Eclipse know-how...

Hmm... Jasper's approach shows how one can avoid the dependency hell and how to avoid conflicts for an OSGI environment, but I think that should be moved to a separate...

@patric-r Is it ok for you to close this issue and continue in #951?

You can customize the style in BIRT as well - using either highlight rules or `onCreate` events and `this.getStyle().xxx = "..."`. But for me this doesn't make sense; usually you...

An important information is missing until now: How exactly do you create your report and in which format?

I was ill last week (and still am). I'll need time to take a look at this. From my POV this can wait until after 4.14.

I tested, with partial success, but I think there's more to do. [test_rotated_text_with_script.zip](https://github.com/eclipse-birt/birt/files/13829863/test_rotated_text_with_script.zip) hat I would like to have is sth like this (for the RotatedTextItem): this.setRotationAngle(-45); Note: I think...

With some changes (in fact quite a lot of) I am able to solve issue 2. That is, I am able to use `this.getStyle().backgroundColor = "yellow";` in the `onCreate` event...

> What we need instead is either a generic solution (something like catch-all method for JS calls to ExtendedItems) or the ability for ExtendedItem authors to say which methods can...

### A working solution I created a branch on my repo: https://github.com/triestram-partner/birt/tree/Test-ExtendedItem-Script-Support The code is based on PR https://github.com/eclipse-birt/birt/pull/1531. Only the last commit https://github.com/eclipse-birt/birt/commit/6f1f4db37046b4bba37b706c1541b18e93e99e5f contains changes regarding this PR. It...