Giter Club home page Giter Club logo

solidedge.community's People

Contributors

jlnewell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

solidedge.community's Issues

EdgeBarPage not removed in ST6

EdgeBarPages are never removed when Documents are closed in ST6 (and ST7?)

If the AddIn is forced to use the ISEAddInEdgeBarEvents instead of ISEAddInEdgeBarEventsEx it seems to work correct:

    internal EdgeBarController(SolidEdgeCommunity.AddIn.SolidEdgeAddIn addIn)
    {
        if (addIn == null) throw new ArgumentNullException("addIn");
        _addIn = addIn;

        //if (_addIn.SolidEdgeVersion.Major <= 105)
        //{
        // Solid Edge ST5 or lower.
        AdviseSink<SolidEdgeFramework.ISEAddInEdgeBarEvents>(_addIn.AddInEx);
        //}
        //else
        //{
        //    // Solid Edge ST6 or higher.
        //    AdviseSink<SolidEdgeFramework.ISEAddInEdgeBarEventsEx>(_addIn.AddInEx);
        //}
    }

Can be reproduced using the TestAddIn, and set a breakpoint in the RemovePage.

MyEdgeBar Name

Only just begun to use the new addin template and really do need to take the time to understand not just what, but how it's doing what it's doing. In the meantime, in my new project, created from the community template, the name/tooltip of the edgebar is not appearing in SE.The addin demo is working fine. Using VB in VS2013.

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.