-
**Error Details:**
```
java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at java.base/java.util.concurrent.Completab…
-
I tried to use DesktopFileChooser in my app and noticed that some thread is still present after application is closed. I figured out that it's due to missing dispose call on fileDialog in DesktopFileC…
-
I am wondering how should we use java.awtFileDialog, considering the following example (copy and paste to https://javafiddle.leaningtech.com/ to test):
```java
import java.awt.FileDialog;
import ja…
oeway updated
2 years ago
-
I'm on MacOS Big Sur. Everything works great until the OK button is pressed and I try to print the file path. My example looks very similar to what you have in your [example](https://github.com/there…
-
first run ```pip install tkinter``` in the terminal
Then use this snippet to get the path name rather than having us type it in
```
import tkinter as tk
from tkinter import filedialog
root …
-
OpenFolderDialog is missing a New Folder button. Could it be added to have parity with standard Win32 features?
Other missing feature to have parity:
- OpenFileDialog.ShowReadOnly / ReadOnlyChecke…
-
**The Issue**
I'm trying to get the directories selected when using QFileDialog but I keep getting the following error:
panic: interface conversion: interface {} is []interface {}, not []string
`…
-
Example Code to reproduce issue -
``` python
from pyface.api import FileDialog, OK
def export():
dialog = FileDialog(
action='save as', wildcard=FileDialog.WILDCARD_PY
)
if dialog…
-
The file "Filedialogs.h" should be "FildDialogs.h," no?
`MoebiusCode/main.cpp:6:10: fatal error: FileDialog.h: No such file or directory
#include "FileDialog.h"`
Also, in "PrescribeEdgeJumps…
-
FileDialog.setFileNameFilter() filter is ignored on MacOS for FileDialog.LOAD mode. Although the same code works ok on Oracle JDK i.e. it greys out (in native file chooser) files which weren't accept…