Announcement

Collapse
No announcement yet.

drawTextRelative..

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • drawTextRelative..

    drawTextRelative(-12, 658.1, "Hh", Color.black, null, null, null, 15, 0.3);

    works when it is not in a loop.

    When it is in a loop it doesn't work for me.

    I have debug statements in front and behind the statement in the loop to be sure it is processing the line.

    Any ideas?

  • #2
    I was using clearText() after the text was written, figures!

    Comment

    Working...
    X