I have a class:
class ResizableText : public juce::DrawableText
and getParentWidth() is not found and parentSizeChanged() cannot be overriden etc..
This is on the Dev branch
I have a class:
class ResizableText : public juce::DrawableText
and getParentWidth() is not found and parentSizeChanged() cannot be overriden etc..
This is on the Dev branch
Guess it’s to do with the SVG changes for JUCE9. What's New In JUCE 8 - JUCE
Thanks for pointing me in the right direction. Working although some rendering oddities. Yet to do the SVG stuff.