If one creates an inputdialog with inputdlg
and a default answer, it looks like that:
Which callback command do I need to make it look like that?
The documentation is missing a lot here. It's a kind of "luxury service" for the customer ;) But I think it would be nice, if it's easy to implement.
This question is actually solved, as I found out that there are convenient functions like uigetfile
and uiputfile
for my particular case. But the general case of my questions remains unsolved or at least I haven't tested the java approach.