jhudziak

Results 4 comments of jhudziak

I wrote this functionality. If you want i can fork this project with rotation support, and later you can add this to your sample. But my question is about touchedNodWithLocationInView....

It's not build twice. First report is build from local variable instanitiated from ConditionalStyleReportTest2 db = new ConditionalStyleReportTest2(); and build from db object. But lower i use drb.build() form ConditionalStyleReportTest2...

```java /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ar.com.fdvs.dj.test; import java.awt.Color; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream;...

Why do you think > db properly initialized and drb not? On drb i call build(), the same operation is in buildDynamicReport() method called in line 247. What do you...