Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MATLAB 2019 issue #737

Open
teddychao opened this issue Jul 1, 2024 · 2 comments
Open

MATLAB 2019 issue #737

teddychao opened this issue Jul 1, 2024 · 2 comments
Labels
Low Priority Feature request with not high priority MATLAB Version Issue An issue that is caused by differences between MATLAB versions

Comments

@teddychao
Copy link
Contributor

Summary

There seems to be a UI issue associated with MATLAB 2019.

Steps to Reproduce

  1. In GUI, run data preparation -- trim, select the following options
    image

Actual Results

Error while evaluating PushTool ClickedCallback.

Error using matlab.ui.Figure/set
Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App
Designer.

Error in cfg_ui>local_pointer (line 189)
set(get(0,'Children'),'Pointer',ptr);

Error in cfg_ui>MenuFileRun_Callback (line 702)
local_pointer('watch');

Error in gui_mainfcn (line 95)
        feval(varargin{:});

Error in cfg_ui (line 53)
    gui_mainfcn(gui_State, varargin{:});
 
Error while evaluating PushTool ClickedCallback.

Technical Info

  • PsPM version: develop
  • MATLAB version: 2019
@teddychao
Copy link
Contributor Author

This issue is only associated with App Design-based GUI. It could be caused by the support of MATLAB 2019 to App Designer. The issue cannot be replicated when using pspm_guide and MATLAB 2019, or using pspm (App Designer) and MATLAB 2024.

@teddychao
Copy link
Contributor Author

teddychao commented Aug 5, 2024

I am still unable to replicate this error with MATLAB 2024. I am going to mention this issue in manual. I have marked this issue as a "MATLAB Version Issue" and temporarily leave it open.

@teddychao teddychao added Low Priority Feature request with not high priority MATLAB Version Issue An issue that is caused by differences between MATLAB versions labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Feature request with not high priority MATLAB Version Issue An issue that is caused by differences between MATLAB versions
Projects
None yet
Development

No branches or pull requests

1 participant