Dev-iL
Dev-iL
According to [this comment](https://undocumentedmatlab.com/articles/matlab-callbacks-for-uifigure-javascript-events#comment-454673): > ... you can turn on debugging by running: > > ```matlab >matlab.internal.webwindow('http://example.com', 'DebugPort', 4040) >``` >before any other App, or kill all `MatlabWindow` applications (from...
@davidn-IA OS ?
Ok, I can reproduce this. Let's see now.... ------------- For now I found a totally unrelated bug in `decodeDijitRegistryResult` :)
Good news - I found a way to format `uitree` and `uitreenode` objects! It seems that `uitree` objects use some different system internally (possibly [ReactJS](https://reactjs.org/)), so their children don't have...
Changed this from 'bug' to 'enhancement' because formatting trees seems to require a completely different approach than other widgets. At the moment, only top-level tree nodes can be modified permanently,...
@sco1 I wouldn't close it just yet seeing how the existing solution is not really ideal...
Regarding the first issue, as the error says - more time needs to pass between the creation of the UIFigure and running `mlapptools`. Here's what you can try: 1. Set...
@thiblab Please try to create a new App with just the minimum code required to reproduce the issue, then post **the code of the App** here. Did you try saving...
Yes, I would say that this is a sound course of action (at least that's how I always use it, because I used to have various problem running App Designer,...
I can reproduce your problem. If your use-case permits it, I suggest you only take the code that creates components (and callbacks if there are any), then apply your customizations...