Hi,

      How to access resources of Item say \\ Test1.qml using Loader{id: 
pageloader; source: "Test1.qml} \\ test.qml file.

I have a timer in resources of the Item and I want to set "running = true"

I tried pageloader.resources[0].running = true -->>> error message: invalid 
property "running" and also pageloader.item.resources[0].running = true -->> No 
error , but nothing happens as noticed in the documentation that Item [Read 
only]. Neither of them serve the purpose.



Thanks and Regards,
Rakesh


_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to