Coder Social home page Coder Social logo

C++ / CLI compatibility about darkui HOT 2 CLOSED

robinperris avatar robinperris commented on July 24, 2024
C++ / CLI compatibility

from darkui.

Comments (2)

RobinPerris avatar RobinPerris commented on July 24, 2024

KeyNotFoundException is raised when you attempt to reference a dictionary entry by a key which does not exist.

The first line of code to reference a dictionary in AddContent() is:

var region = _regions[dockContent.DockArea];

DarkDockPanel automatically generates the following regions when it is instantiated: Document, Left, Right, and Bottom, so I would assume that your TFrmToolTest class does not have a valid DefaultDockArea property set. (A form's initial DockArea value is set by DefaultDockArea)

I'm not sure how this works in C++, but in the C# example the DefaultDockArea is set through the visual designer. The generated code looks like this:

this.DefaultDockArea = DarkUI.Docking.DarkDockArea.Right;

Try setting this through the designer or manually in your code. If this does not fix the problem, can you please attach your call stack so I can look in more detail?

from darkui.

Grokiff avatar Grokiff commented on July 24, 2024

from darkui.

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.