Skip to content

Fieldname update for matlab.internal.webwindow on R2017a #2

Closed
@Dev-iL

Description

@Dev-iL

With reference to the following line:

win = struct(struct(uifigurewindow).Controller).Container.CEF;

In R2017a this is required instead:

struct(struct(struct(app.UIFigure).Controller).PlatformHost).CEF;

Opening an issue since I'm not sure what's the best way to have the correct code execute based on MATLAB version.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions