Hi,
I have an Item with:
Connections
{
ignoreUnknownSignals : false
target: tt0 //sender
onCppSignal: console.log("got signal from cpp:" + nr)
}
Item has child:
Rectangle…
Rectangle has child:
Listbox
Listbox occupies the complete rectangle area.
I get the error:
ReferenceError: Can’t find variable: tt0
When I remove Listbox, the error disappears an the signal works.
(same happens when Connections is a child of Rectangle)
I don’t understand the rationale behind this.
Why does the child Listbox (which works OK btw) block functionality of the parent.
Thanks.
↧