You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using this fork of Quaqua in a couple apps earlier this year, and specifically the FileChooser jar and libs. There generally has been no problem. However, one user recently reported that the filechooser was acting very badly on his OS X 10.10 computer. Specifically, whenever he clicked in the chooser's file listing there would be a very long pause, and then error dialog would pop up saying "There was a problem connecting to the server ’10.10.1.11’" (see attached image). Navigating to the specific directory where the file he wanted was located was extremely painful.
Building my app without Quaqua so that the filechooser is just the standard chooset, the user had no difficulty at all.
So my question is whether anyone else has ever encountered this particular problem? If so, any idea what was causing it and were you able to fix or work around it?
The text was updated successfully, but these errors were encountered:
FWIW: I stopped using Quaqua some time ago and have been using a JNI dylib of my own devising since then. Recently I have been looking at switching over to the JavaFX filechooser, which looks pretty good on a Mac but has some other issues that I haven't been able to resolve yet.
I started using this fork of Quaqua in a couple apps earlier this year, and specifically the FileChooser jar and libs. There generally has been no problem. However, one user recently reported that the filechooser was acting very badly on his OS X 10.10 computer. Specifically, whenever he clicked in the chooser's file listing there would be a very long pause, and then error dialog would pop up saying "There was a problem connecting to the server ’10.10.1.11’" (see attached image). Navigating to the specific directory where the file he wanted was located was extremely painful.
Building my app without Quaqua so that the filechooser is just the standard chooset, the user had no difficulty at all.
So my question is whether anyone else has ever encountered this particular problem? If so, any idea what was causing it and were you able to fix or work around it?
The text was updated successfully, but these errors were encountered: