Henning von Bargen
Henning von Bargen
Exhibit A:  created using `this.getStyle().background = "yellow;"` resp. `this.setRotationAngle(-45);`
I'd appreciate if someone could take a look at my branch with a focus on the things I mentioned earlier regarding code quality etc. Ideally we would add autocompletion support...
BTW I spent some hours to find out how JS script auto-completion works, but I gave up. What I think is: The extended item plugin must provide an implementation for...
> But the extension manager fails to load this class and I don't know why. That was caused by a combination of two bugs in my code: First, I added...
You don't even have to hit ctrl-space. Just type `this.` in the editor eg for the `onCreate` event. Then you'll see suggestions like `getStyle()`, but what's missing for eg the...
I don't know, but all this is BIRT code, not from somewhere else. A starting point for investigation might be to set breakpoints at the various `setVariable` methods inside `JSSyntaxContext.java`....
Just wanted to inform you that I spent some more afternoons with debugging, but I have to admit that I don't really understand what's going on. I was not able...
> This appears to have stalled. Indeed. Personally, I don't need it. I just stumbled across the fact that ExtendedItems don't support scripts. My priorities are EN 16931 ATM.
OK. Aber in der offiziellen Dokumentation zu XRechnung wird überall auf die Codelisten unter xrepository.de verwiesen, die demnach falsch sind. Dann ist also entweder die Dokumentation falsch oder die Codelisten...
@daverch I'm not going to test your code. Anyway, my changes are commited, so you can run your code with BIRT 4.16. I'll close this issue. If you run into...