Skip to content

unlockUIFig functionality discontinued #22

@thewingit

Description

@thewingit

Problem Description

Testing the unlockUIFig from the provided example gives me following MATLAB exception:

Undefined function or variable 'wasImported'.

Error in mlapptools/unlockUIFig/checkCert (line 412)
            if wasImported

Error in mlapptools.unlockUIFig (line 351)
            assert(checkCert(), 'Certificate not imported; cannot proceed.');

I think the problem was introduced in 6e12b32f98a3426a0c7d3488311a54bee889893d and it occurs if one executes unlockUIFig after the certificate has been installed.

I fixed the issue by defining wasImported outside the if clause, but I can't see the figure anyways on my browser. I tried both Chrome and Firefox. Both give me the warning of invalid certificate and I have to add a security exception, but that's normal I think.

Steps to Reproduce the Problem

To reproduce the issue, simply try to run the code from the provided example.

Specifications

  • MATLAB Release: R2017b
  • Operating System: Windows 10 Enterprise
  • mlapptools version (or commit link/hash): 2dcedfd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions