Code Monkey home page Code Monkey logo

Comments (10)

aloisdeniel avatar aloisdeniel commented on May 12, 2024 2

I would suggest to switch to preview channel if you didn't try yet. A new release is coming by the beginning of 2018.

Do you have the same issues with the samples ?

from microcharts.

gribnikpayk avatar gribnikpayk commented on May 12, 2024

Hi
I have same problem...

from microcharts.

gribnikpayk avatar gribnikpayk commented on May 12, 2024

i have solved this problem.
i added "var ignore_chartView = new Microcharts.Forms.ChartView();" in FinishedLaunching method (AppDelegate.cs)

from microcharts.

merokoshiro avatar merokoshiro commented on May 12, 2024

Hello @gribnikpayk ,
I tried adding that line, but it still does not work for me. It does not even enter this method.

`[Register("AppDelegate")]
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{

        var ignore_chartView = new Microcharts.Forms.ChartView();
        global::Xamarin.Forms.Forms.Init();
		LoadApplication(new App());
        return base.FinishedLaunching(app, options);
	}
}`

from microcharts.

navkar avatar navkar commented on May 12, 2024

Did u try adding that line after

global::Xamarin.Forms.Forms.Init();

from microcharts.

merokoshiro avatar merokoshiro commented on May 12, 2024

Yes, I did. I still have the same problem. It does not even enter in that method

from microcharts.

andreatosato avatar andreatosato commented on May 12, 2024

I have installed microcharts nuget package to iOS project. I have also installed microcharts.forms to .NET Standard project.

from microcharts.

chasmeier avatar chasmeier commented on May 12, 2024

I'm having the same issue on VS Mac 7.3.2 But it works as demonstrated on Windows VS 15.5.0

In comparing the 2 environments, I notice that Windows is using targeted Framework .Net Standard 2.0 and OSX is using .Net Standard 1.5. I've been struggling getting the OSX VS project to work, but Windows works as described. Does anyone more familiar with the project/environments have a workaround or advise? I've tried the advise recommended above bit it does not change the outcome

Generally frustrating now that I have dueling VS environments on and such different behaviors/outcomes on each... Thanks in advance for any advise

from microcharts.

0rel1 avatar 0rel1 commented on May 12, 2024

Hi,

Presently, I have installed the Microcharts.Forms 0.8.3-pre package in my Xamarin Project.

This solution is creacted with the option "Code Shared Strategy": "Shared .Net" (not PCL).

Calls of the microchart objets are doing in the xaml code of my shared code project.

My solution builds correctly. But, when I try to deploy on my device, I have this error: "Can not resolve reference: Microcharts.Forms, referenced by MyProject. Please add a NuGet package or assembly reference for Microcharts.Forms, or remove the reference to MyProject."

Could you help, please?

Thanks,
A

from microcharts.

Nixon-Joseph avatar Nixon-Joseph commented on May 12, 2024

Hello! I'm attempting to clean up some of these older issues that haven't had any movement for a few months, if here is still and issue or enhancement to be made, please create a new issue, and feel free to reference relevant parts of this issue if necessary.

Thanks!

from microcharts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.