hey, just wanted to clear something up…
if i have a component in a tabbedcomponent, what would a call to getParentComponent() return? I know i could try it myself and find out :hihi: but i’ve not got time, and it’s not immediately clear to me from the docs, seeing as you don’t actually add it to a component yourself.
Is it straightforward to get hold of the parent of the tabbedcomponent from within one of the tabbed content components? perhaps a getParentComponent()->getParentComponent() ?
silly question i know