Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

ReferenceError: Can't find variable: because area is overlapped

$
0
0
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.

Viewing all articles
Browse latest Browse all 4972

Trending Articles