Hello, I need to access to the pixel location of a value to trace some helping lines when the application appears but if I use the following code intensityGraph.getYAxis().getValuePosition(anyValue, false); In @PostConstruct, the value is not good, I tried repaint(), pack(), updateTick(), etc. nothing works. In @Focus, the first call is also not good but the following call are (whose are too late).
Is there a way to force internal calculus or something like that to use getvaluePosition in @PostConstruct? Thanks. To participate in the discussion, go here: http://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
