Signals triggered by object that are invisible
-
Hi all,
I have a scenario where I have a Popup and at some point I change the "visible" property to true and later after a condition is reached I call "close" function. I noticed that in the Popup, the "onClosed" signal is called but is not propagated in other components that use Popup. I haven't found any information in the documentation related to "visible" property and emitting signals.
Can anybody help me with this question? If I change the visibility, the signals are still emitted?
Regards,
Alex Stanciu -
Which signals? There's nothing saying that invisible objects can't send signals.
Some do have specific behaviour, like MouseArea or TouchHandler not capturing mouse clicks/touch when invisible though.