UPDATE FROM MABULA
I have had a very rough 2 months unfortunately health wise. I was struck 3x in a row with bacterial infections. The second infection occurred  after a routine hospital checkup and I became very sick. I had to rest and take a lot of antibiotics. Once I was recovering and restarting work 1 month ago, I again became sick. The infection was not yet gone, so even more antibiotics and rest was needed. Needless to say, it took a lot of my energy and I needed a lot of rest.
Finally, the infection is really gone and my energy is coming back step-by-step now and I have started work again. I am terribly sorry to have kept you waiting for support. I will address all outstanding questions and e-mails step-by step and will be on the forum daily from today.
APP 2.0.0-beta47 will come soon as well, a lot of work was already completed before I became very ill, so the release is also nearly ready for you. Beta47 will be much faster actually. Many workflows will be more than 2x faster, mosaics can even be 10x faster than before because registration really received a major boost... all compared to beta46. Â Before I release it, I will make sure that everything is working properly and then I will release it.
Hi,
I am using APP on windows. The own (non windows standard) file open dialog used in APP is a little bit difficult to use:
- no "favorites" available, stored in Windows Explorer
- any little movement of the mouse during double click won't activate the double click action (in windows file dialog this is no problem), instead nothing happens
So my feature request is to replace the app own dialog box with the windows standard dialog to enabling the use of all the windows file explorer features.
The second thing is the start dialog box of APP for choosing the working directory: APP doesn't remember the working directory of the previous session, so you have to start over from scratch each time you start APP to find the desired directory. I am using a network drive on my NAS with some deep directory hierarchy, so it is a little bit annoying going into the right directory again and again...
It would help if APP offers the old directory of the previous session as a starting point.
Thanks,
Markus
@markusd112 Thank you for the feedback.
So my feature request is to replace to app own dialogue box with the windows standard dialogue enabling to use all the windows file explorer features.
To my best of knowledge, Java (the language in which APP is developed) doesn't provide such a functionality.
It would help if APP offers the old directory of the previous sessen as a starting point.
This and saving other user settings will be part of the next major release which currently is in preparation.
This is for swing and may not be part of the OpenJDK but this might help:
Â
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception ex) {
ex.printStackTrace();
}
JFileChooser jfc = new JFileChooser();
jfc.showOpenDialog(null);
@turtlecat1000 Thanks for your input. However, this is the look and feel. That doesn't mean that all the windows explorer features are used, does it?
@turtlecat1000 Thanks for your input. However, this is the look and feel. That doesn't mean that all the windows explorer features are used, does it?
No, not all the features as I understand it. But I think the similarity of the native OS would be a good middle ground.