Hello I try to implement Charting with WinRT XAML Toolkit for windows phone 8.1.
It runs well while I do debug, but the page which contains chart can not be navigated after I release it.
But it only happened when I add Area,Line,Column, and Bar Chart, it works fine with pie.
Please let me know if something I need to do to fix this,
I install the Toolkit using Nuget Package Manager.
Thank you
Related
I have created an android application, but I wanted to know if it can be transformed to a desktop application and what should I do? a small example will suffice
I use koltin as background code any suggestions
I am experimenting a fail on xaml preview on my Xamarin project on VisualStudio for MAC 7.6.4.
After some update, xaml no render yet the preview showing a System.NullReferenceaException as showed in the picture.
Any help about tht issue?
I have migrated my 6.1 project to 6.3 its getting stuck on splash screen. After sometime it showing white screen.
its not calling initOptions function also or else deviceready also. Is there any solution?
Without the requested sample application to debug we cannot help further.
The only alternative is to replicate your app in a new project and application in MobileFirst Studio 6.3 by copying over the contents of the HTML, JS and CSS (and any custom native code you may have implemented).
I set the icon as described in https://stackoverflow.com/a/12491626/67824 but it still shows as a generic app icon (grey screen with green "exec" text) in the dock and in the ⌘+tab application switcher (both when I run it from MonoDevelop and when I run it using mono foo.exe). I know it can be done, because when I run a mono-compliant version of LINQPad I'm seeing the LINQPad application icon.
I also use the SetIconFromFile method in the main window's class. Example below where my icon is copied to an Images folder at the root of my application:
this.SetIconFromFile(string.Format("{0}{1}Images{2}Logo.ico",
System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location),
System.IO.Path.DirectorySeparatorChar,
System.IO.Path.DirectorySeparatorChar));
I want to build a a simple Sencha Touch-2.3.1 application generated by Sencha CMD to run it on
Windows 8.1 Microsoft Surface Simulator.
1-I opened Visual Studio (2013) and created a new JavaScript Windows Store project.
2-Copied the generated Sencha Touch app files to my project.
3-Changed the start page from default.html to index.html.
I then ran it on the simulator, but the application hangs at the blue loading screen with white dots. I opened the js console and found nothing in the log.
Is the approach wrong from the beginning? Sencha Touch team Assume that they support windows 8, but I'm unable to find any documentation illustrating the building procedure.
If any further info are needed let me know, your contribution is highly appreciated.
The issue is the Windows 8 content security policy (CSP).
I have answered similar posts before, in addition to a few blog posts I've written (specific to Ext JS, but the same principle):
Creating Windows 8 Apps with Ext JS
First Thoughts on Windows 8, Visual Studio, and ExtJS
In short, neither of the Sencha Frameworks explicitly support the Win8 CSP... but with a little bit of hacking you can get it to work just fine.