Getting Item ID number (same as in URL)

OK, I’ve finally had time to look at this and it’s a very simple issue: you’re missing an underscore at the start of the function name _drawWrappedText. Compare that same call in the non-working section with the previous ones: they have the underscore and this one doesn’t. I didn’t check carefully and just pulled it over with the same typo from your original code sample when suggesting what you should use instead.

1 Like