B4A Library FilePicker - DonManfred    May 31, 2018   (38 reactions) for B4A :)
FilePicker
Author: DonManfred (wrapper)
Version: 1.01
DialogProperties
Methods... As String
Location As String
Marked As Boolean
Time As Long
FilePickerDialog
Events... B4A Library FilePicker with PickVisualMedia in Android 13! - tuhatinhvn    Jul 26, 2023   (9 reactions) After 2 days research about ActivityResultContracts and PickVisualMedia in Android 13, i wrote this inline Java for my use and share it for all member B4A too, hope you will like and use this my code in many apps! This inline java code allows you to choose photo/video or documents file support from Android 4.4 to 13 without any permissions. Especially support new photo picker interface..., support to select one or more files at the same time, this also help you can get filename from... B4i Library [CLASS] FilePicker for iOS - ilan    Jul 17, 2020   (6 reactions) Need a filepickerdialog? to choose files from your File.Dirdocument Folder? With this class...) Then fp.Initialize(Me,Page1.RootPanel,"fp",File.DirDocuments) Dim extensions() As Int = Array As Int(fp.Extensions_allfiles) fp.fp_setFileExtensions(extensions) fp.fp_show End Sub 3. Add the File extension you would like to filter like in the code above. 4. show the dialog. After the user will select the files the class will return a Map with the selected files in... B4A Tutorial Sharing files from your app with File Provider - Erel    Oct 3, 2018   (17 reactions)   tags: share file, File, File Provider, B4A Sharing File Provider Example was updated based on FileProvider class: https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/ See the above link if you are interested in sharing files from your app. This tutorial explains the steps required to implement a file picker that other applications... the OS that your app allows choosing content: 'manifest editor. 'FilePicker is the name of the activity. AddActivityText(FilePicker, <intent-filter> <action android:name="android... B4i Question FilePicker or FileDialog in iOS? - Israel Gallegos (first post)    Jun 28, 2024
The available options are listed here: https://www.b4x.com/android/forum/threads/list-of-methods-to-access-external-resources-or-sha... B4A Question Need help with File Provider/FilePicker. - MrKim    Mar 5, 2019 Update: Never mind I think I have it figured out. Evidently FilePicker is designed to be opened... PDF Error") End Try End Sub I do not understand the file picker example just reading... to understand this code (FilePicker) am I to understand that the external app (in my example here... at this whole issue correctly. Aaaand I missed the link to the File Provider CLASS which works just fine and... i.Initialize(i.ACTION_VIEW, "file:///" & FName) i.SetType("application/pdf"... B4A Question Error FilePicker - Israel Gallegos (first post)    Sep 2, 2024
You should use ContentChooser. See this example: TextEditor - Save and load external files
Thank you... B4i Question Access own file with DocumentPickerViewController - angel_    Feb 8, 2021 I am trying to open a file (external) with own format (for example .abc) with my app through this code but when I access the file it is not available, is it posible with this way?
https://www... B4A Question FilePicker buttons - Douwe Siegersma (first post)    Mar 1, 2022 OK, thank you. I will try to find another or create my own. Thank you for your reply and time.
Regards,
Douwe... B4A Question FilePicker openOptionsMenu: Where and how to use - ST500 (first post)    Oct 31, 2021
Not sure which FilePicker you are referring to, but you should use ContentChooser to select external files.
TextEditor - Save and load external files
Thank you so much Erel. I will test it.?... Page: 1   2   3   4   5   6   7   |