Stefan Prelle

Results 16 comments of Stefan Prelle

No, I hadn't. I just did and the result (with an APK built with that GraalVM build) is the same. ``` 10-20 15:05:31.291 9681 9681 D AndroidRuntime: Shutting down VM...

I could use that too. A am using a XML serializer, who makes use of reflection. I do have approx. 200 classes I would need to the JSON config (or...

For what it is worth, I am helping myself with listening to the selected property of the list cells: ``` listSelectionView.setCellFactory(lv -> new ListCell() { { selectedProperty().addListener( (ov,o,n) -> showHelpFor(getItem()));...

Well, I am a Java Developer (under Linux) that uses the GraalVM plus Native Image to create compiled binaries out of Java applications for multiple plattforms (Linux, MacOS, Windows, Android...

I am running into the same problem on Android 13. I can read from public storage, but not write anything. I even tried explicitly adding WRITE_EXTERNAL_STORAGE to the manifest, although...

I worked around this issue. It seems that Android doesn't like you to create folders in the public storage root directory. But if you create subfolders in an existing (writeable)...

First of all: I do not want to press you into anything, far from it - I am using this for a hobby project myself. In my experience having modules...

I will look into this and send you a Pull Request. You can than decide if you want to use it or not.

Some observations for the updated PR: This is my frame command list: ```       ``` should open a left frame, with two nested frames. Compared...

There also is an effect where test targeted for a specific frame continues in the main frame after a newline. I quite often notice that for my maps.