Object documentation: FileChooser 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... 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... B4J Question Filechooser and windows 11 - Lildinti    May 19, 2023 Hi all,
Trying to save file. using file this code in B4XPages gives me the resulting screen with no filters. Any ideas?
Dim f As FileChooser
f.Initialize
f.Title="Save File"
f.InitialDirectory= File.DirApp
f.InitialFileName="test.jpg"
f... 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... B4J Question Load Layout with FileChooser During Runtime - Mashiane    Sep 13, 2016 Hi
I'd like to be able to select a layout using filechooser and then load it to my screen, is this possible? I also want to loop through all its views, all of this during runtime.
Thanks... B4J Question FileChooser and Raspberry P2 - micro    Jan 24, 2016 Hi to all
Why FileChooser not work with Raspberry?
No error is displayed but it not work.
It's a my problem?
Thanks... B4J Question FileChooser only works within the apps folder? - Cableguy    Sep 20, 2015 found that this error is not related to file chooser; but rather to the loadlayout method, so...Hi guys, I'm having an issue with filechooser.... It seems to only work within the app folder... Development\LanguageTool\Files\Form1.bjl main._openlayout_action (java line: 98) java.io.FileNotFoundException: \Form1.bjl at anywheresoftware.b4a.objects.streams.File.OpenInput(File.java:206....lang.Thread.run(Thread.java:745) my code is: openFile.Initialize openFile.InitialDirectory... Page: 1   2   3   4   5   6   7   |