Changing the "state" to "State" didn't help but I managed to call the state from inside the braces of "myComponent" so it works now. Thanks to both from help.
Hi, I will try to make it clearer,
I want user to select a file location (image from the gallery) with the default folder navigation, like when you go to the gallery to see some pictures. I'm using Nokia 5800 Express Music.
I hope you know what I mean, this is driving me crazy.
Thanks!
Ups, sorry, I haven't looked at the sub forum :-(
But perhaps qml has similar things?
You have a perent element and add an event handler there which is empry or sets accepted to true.
Ive got answer on other Nokias discussion board: http://www.developer.nokia.com/Community/Discussion/showthread.php?229146-Get-QImage-from-QML-Camera-element&p=861971#post861971
Hi,
The closest table I know of is http://doc.qt.nokia.com/latest/qml-extending-types.html#supported-property-types
I'd suggest adding a note with the suggested information to http://developer.qt.nokia.com/doc/qt-4.7/qdeclarativebasictypes.html, and/or raising a suggestion in the "bug tracker":http://bugreports.qt.nokia.com
Regards,
Michael
Hi,
Glad you found a solution for this. Note that using an Item to do the clip, rather than a Rectangle, may be slightly more efficient (a Rectangle will try to paint itself, while an Item won't).
Regards,
Michael
[quote author="frankiefrank" date="1317642487"]Ok hope no one is getting tired from me solving my own issues :-)
[/quote]
Glad you were able to figure it out! :-) Be sure and edit your thread title to add [Solved] (regardless of who solved it!)