Can i display a component added to the Hscene without making Hscene visible
Hi..i have a very simple question.Can i add components such as HGraphicButton(Derived from HVisible) to a HScene and have it displayed by calling btn.setVisible(true)..without making hScene (to which this button as added) visible...I guess if HScene works like a frame/window above button should not be visible unless parent component(HScene in this case) is made visible.Am i correct?

