Clear Filters
Clear Filters

"Caught unexpected exception of unknown type" R2023b Update 5 when putting TabGroup in GridLayout

8 views (last 30 days)
Steps to reproduce: Using R2023b Update 5, create a new app in the App Designer. Add a grid layout. Add a tab group into the grid layout. Save the app.
Run the app from the command line. Get "Caught unexpected exception of unknown type" error when the app starts.
Other folks at my company cannot reproduce using the same version but (presumably) slightly different environments.
Tried clearing path, and running in empty directories. This affects all App Designer apps with TabGroups in GridLayouts.
Please advise.
Update:
When tracing code through the uitabgroup.m, the error occurs in line 9 of "usev0tabgroup.m": result = builtin('hguitabgroup',varargin{:});
If I step into this line, the error message is displayed immediately after stepping out of GridLayout.handleChildAdded.
I don't notice any obvious negative impacts of the error on the UI behavior.
  1 Comment
Manikanta Aditya
Manikanta Aditya on 10 Jan 2024
Hi Chris,
I feel this issue can be resolved better by the Technical Support team of MathWorks as the issue is persistent with your system so that issue can be related to your computer settings.
You can create a technical support case from the below given link.

Sign in to comment.

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!