12-02-2012 11:15 AM - edited 12-03-2012 09:38 AM
Hi,
Documentation lists a property loadEffect for ImageView. But whenever I try to use it Momentics gives error, ImageView does not have member setLoadEffect (in C++) or unknown property (in QML). Was it removed or not introduced yet? How can I remove animation that constantly applied to ImageView when a method setImage is called? Thanks
12-03-2012 10:07 AM
12-03-2012 03:05 PM
peter9477, Yes, I've recently updated to Beta 4 SDK. I've checked the .h file of ImageView class and indeed the property (loadEffect) and the method (setLoadEffect) both are missed
It's hard to say whether it's still not implemented or was removed and documentation was not updated to reflect the changes. Can someone with Beta 3 SDK may check if ImageView class has setLoadEffect method?
12-03-2012 03:13 PM
Also I found that ImplicitAnimationController doesn't work at all. I tried to use it both ways, without specifying the property name and specifying each property separately. Effect is zero for any control. Did it work in Beta 3 SDK?
12-03-2012 04:34 PM
12-03-2012 04:55 PM
peter9477, hmm, so Beta 3 and Beta 4 both do not have this method while documentation lists it. Should I file a bug or it's better to wait for Gold SDK?
12-03-2012 05:14 PM
12-03-2012 05:51 PM
Ok, filed two bugs:
for not working ImplicitAnimationController: https://www.blackberry.com/jira/browse/BBTEN-475
for missing property/method: https://www.blackberry.com/jira/browse/BBTEN-478
12-03-2012 06:31 PM
12-04-2012 05:06 AM
peter9477, Ah, sorry I made a mistake. I was looking for that option in my profile, but it seem to located in bug report filing. I asked them to change the bug status to public.
Also they just rejected the bug about non-working ImplicitAnimationController. I'm trying to re-enable investigation as it's a real major bug that prevents from doing any useful Cascades app that require image manipulation.