B4J Question [SOLVED]In B4J FileChooser needs to be able to select a directory - MrKim    Jun 1, 2024 That's it. You can't select a directory unless it has a file in it.... Wish FileChooser - ShowOpen - InitialFileName - LucaMs    Jul 19, 2022 FileChooser - ShowOpen. InitialFileName should be set in the input box.
131598... B4J Question FileChooser in PreferencesDialog.bas [SOLVED] - Magma    Mar 11, 2022 Hi there...
I wanna create a custom Item for B4X PreferencesDialog... when user click at a label to get FileChooser showopen...
I am using that (thought will like b4xpages):
Dim whatfile As String
fc.Initialize
fc.Title="my title"
whatfile=fc.ShowOpen(B4XPages... B4J Question FileChooser trouble under Windows7 - peacemaker    Nov 11, 2020 .DirApp
End If
Dim a As FileChooser
a.Initialize
a.InitialDirectory = SourceFileFolder...Hi, All
A remote user reported that the file pick dialog was stopped to work under Win7.
kvs.Initialize(File.DirData(appname), "kvs")
SourceFileFolder = kvs.Get... Java Question How to show fileChooser with webViewExtra - jkhazraji (first post)    Jul 12, 2024
https://www.b4x.com/android/forum/threads/upload-files-with-webview.98623/
Thanks a lot that worked like a breeze.... B4A Question UltimateWebview2 and FileChooser Problem - kohlenach    Jul 4, 2024 ? #SupportedOrientations: portrait Private Sub UltimateWebView1_ShowFileChooser (FilePathCallback As ValueCallbackUri, Params As FileChooserParams) WebChromeClient.ShowDefaultAppChooser(FilePathCallback,Params...Hi, I have a b4xpages project with a ultimatewebview2 webview and the the orientation portrait. This works fine. I use the WebChromeClient.ShowDefaultAppChooser. If I open the camera app and turn the camera into landscape mode, take the photo and return the app starts again. Normally... Italian [B4J] FileChooser - ShowSave - più opzioni per setExtensionFilter - Daestrum (first post)    Mar 10, 2024   (2 reactions)
' B4J
'fc = FileChooser
(Me).As(JavaObject).RunMethod("setFilters"...",Array(fc,"Headers C++","*.hpp"))
#if java
import javafx.stage.FileChooser;... B4J Question FileChooser Path without ~ - Mashiane    Jan 21, 2018 Hi there
How can I retrieve a file path from a filechooser without the ~?
I need the complete path?
Thanks... B4A Question FileChooser - mrostamian    May 22, 2023 to select the file.
what is the solution?
Sub WebkitWebView1_FileChooserInitialized (FilePathCallback As Object, FileChooserParams As WebkitFileChooserParams)
WebkitWebView1.WebChromeClient... B4J Question Filechooser how to detect Cancel click - ThRuST    Jun 8, 2017 Hi I wonder how to detect cancel click in filechooser? I tried this
Dim fc As FileChooser
fc.Initialize
Dim filename As String = fc.ShowOpen(MainForm)
If fc = fx.DialogResponse.CANCEL Then... Page: 1   2   3   4   5   6   7   |