Hello, I need to implement a Directory Chooser, which appears to be a part of the jFX Library
https://www.b4x.com/b4j/help/jfx.html#directorychooser
Unfortunately, I can't seem to see it nor instantiate it. I realise I have missed soemthing really obvious, but I can't see it. I tried to force it with
but, obviously this was wrong.
Thank you in anticipation.
https://www.b4x.com/b4j/help/jfx.html#directorychooser
Unfortunately, I can't seem to see it nor instantiate it. I realise I have missed soemthing really obvious, but I can't see it. I tried to force it with
B4X:
Dim dlg As JFX.DirectoryChooser
dlg.InitialDirectory="C:\User\"
dlg.Initialise
txtSaveLocation.Text=dlg.Show(MainForm)
but, obviously this was wrong.
Thank you in anticipation.