gQSPSim / gQSPSim_public

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

error when selecting task cell in simulation "Simulation Items" table #8

Closed feigelman closed 1 year ago

feigelman commented 1 year ago

created a new row in the table, selected the Task cell, got the following error:

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback Interrupt while evaluating Button PrivateButtonPushedFcn.

No public property 'UIFigure' for class 'MainView'.

Error in QSPViewerNew.Application.ViewPane/getSelectionNode (line 1300) position = obj.ParentApp.OuterShell.UIFigure.Position;

Error in QSPViewerNew.Application.SimulationPane/onTableSelectionChange (line 426) selectedTaskNode = obj.getSelectionNode("Task");

Error in QSPViewerNew.Application.SimulationPane>@(h,e)obj.onTableSelectionChange(e) (line 270) obj.SimItemsTable.CellSelectionCallback = @(h,e) obj.onTableSelectionChange(e);

feigelman commented 1 year ago

seems to be the case for any cell in that table

simkaryote commented 1 year ago

Fixed. Pushing now.

simkaryote commented 1 year ago

Closing this. Feel free to reopen if you still see it.