Animation is not supported Exception - animation

When I try to run FormTransition in UiControlAnimator (SDK example) I get an exception saying
"0086.598,EXCEPTION,P32,T00,A124,Osp::Ui::Animations::FrameAnimator::GetStatus (126) > [] Animation is not supported."
How can I fix this?

Thats because my pc does not have graphics card that supports OpenGLĀ® 2.1.
Reference: http://developer.bada.com/help/index.jsp?topic=/com.osp.cppappprogramming.help/html/dev_guide/ui/animation_handling.htm

Related

Open Xamarin IOS app from registred URI Scheme

I need to open Xamarin IOS application when clicking on link with my scheme. I have followed this tutorial: https://xamarinhelp.com/uri-scheme/. The solution generally works, but problem occurs when application is already opened. Clicking on link stops application and starts again. Is it expected behavior? How to pass link to application without killing it? I want to use URI scheme solution because it already works across other platforms.
I finally found source of the problem - the base method UIApplicationDelegate.OpenUrl should not be called. It throws exception with message: "Exception of type 'Foundation.You_Should_Not_Call_base_In_This_Method' was thrown."

The parameter is incorrect exception

I'm working on a Windows Phone 7.1 project and got most of my work done and decided to add to the project the images for my tiles (62x62 and 173x173 PNGs) plus the JPG file for the splash screen (SplashScreenImage.jpg 480x800).
Before adding these images to the project my project was running fine! After adding them and setting the tiles images to the 2 new files, my project still builds ok, but when running on the 7.1 simulator (my acer laptop doesn't have hardware assisted virtualization enabled in order to run the wp8 emulator) the app crashes when trying to load MainPage with "The parameter is incorrect" exception (in the Application_UnhandledException handler).
I've been trying to find a solution on the web for the last 1-2 days, found few mentions of this error and few possible causes, but none of my findings helped so far. The exception doesn't say anything helpful and it's getting really frustrating considering that most of the serious work is done and I'm very close to releasing the app to the marketplace.
Did anybody run into this issue before? Any ideas what could have gone wrong and how I could solve this exception? Any help is much appreciated!
Thank you in advance!
Andrei
Whenever I wish to change the Splashscreen and other images, here is what I do:
Locate the file on disk using Windows Explorer.
Open the file using some image editor (I use Paint.NET)
Remove the default image and replace with your image maintaining the dimensions.
Save the image and return to Visual Studio.
Rebuild the entire project.
This works seamlessly without any errors. ;)

QuickTime Player inside mediaelements.js - strange bug

developers.
I'm using mediaelements.js plugin for displaying video on a site, I'm developing. So the problem is that when I open the url with Firefox 3.6 on Mac with MACOS, QuickTime player is show inside the mejs player:
http://gyazo.com/70dc452527ac8e219497e7b193d88d17.png?1354549129
If anybody can tell me why is that happening, I'll be very happy.
Thanks in advance,
Le Koki
It doesnt look like the MEJS is even getting fired. did you instantiate MediaElementPlayer?

How to display an alert in Cocos2dx for Windows XNA?

Currently i'm working in cocos2d-x for Windows XNA.I'm having problem in displaying alerts or message boxes.Can any one help me in this regard.
If you add reference System.Windows you could use:
System.Windows.MessageBox.Show("Hello!");

Does Windows Phone 7 supported Google Map in his Web-Browser?

Anyone can tell me about that link "http://maps.google.com" windows phone web-browser supported or not?
I m trying but unable to get that..
please anyone can help, i need that solution
Thanks...
No. Google renders a places-centric application for IE9, most likely due to the browser not supporting touch events.

Resources