uigetdir not working in standalone application

I have created a gui which uses uigetdir in one of the pushbuttons and it works in matlab application, but when converted to standalone application the 'select directory' is not showing up. Any idea to what should be done?

3 Kommentare

Geoff Hayes
Geoff Hayes am 14 Jun. 2018
Udit - please claraify what you mean by the select directory is not showing up. Is this the path that you are passing in (as an input parameter) to uigetdir? Are you passing the full path to the selected directory or is it a relative path?
Udit Dhand
Udit Dhand am 14 Jun. 2018
I got the application to work, the error was not with uigetdir but with a report that was not compilable, when i complied the application. I used makeDOMCompilable() as a work around and now it works. Sorry for wasting your time.
Still, if you're using R2018a, you will have a problem, as I mentioned in my Answer below.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Image Analyst
Image Analyst am 14 Jun. 2018

1 Stimme

This is a known bug in release R2018a.
You either have to use the workaround they suggest, or go back to R2017b.

3 Kommentare

In update 4 the bug is listed as fixed, have you tried it? In my code didn't worked, I have to still use the workaround
I haven't yet. Maybe I'll try this weekend.
It works for me using update 4. Try reinstalling update 4 perhaps?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Application Deployment finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by