Hmm, I'd have to test it, BUT, I think I already tried that. The problem being, and I have seen multiple instances of this, when setting up an initial screen and the components haven't been rendered or scaled, the heigh/width is coming back as 0, and I THINK (again, I'd have to explicitly test) the boundingRect() is also coming back as either 0's OR it has the raw dimensions (because it hasn't been scaled yet). As such, because things have not been rendered and I don't know the final values, I defaulted to the "loadStatus" observer.
So to be clear, 100% acknowledge your recommendation, and I'll test it out to be 100% certain it does or doesn't work, but this is on screen init() and BEFORE anything is visible to the user/rendered, so I don't think the values (from what I remember when I wrote this a few days ago) were accurately set/ready for me to consume.
I hope that makes sense - what are your thoughts?
Thanks again JoeTesta - you've been really helpful in answering all of my beginner questions! You'll be happy to know that I have been more carefully reading the docs - especially those yellow CTA's =P.