B4i Question DocumentPicker question - Alex_197    Jan 2, 2024 : DocumentPicker
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft...)
NavControl.ShowPage(Page1)
End Sub
Sub Button1_Click
Try
Dim DocumentPicker As DocumentPickerViewController
DocumentPicker.InitializeImport("picker"... B4i Question DocumentPicker - how to show only PDF files? - Alex_197    Mar 10, 2024 Hi all.
I have a question about the DocumentPicker.
Is it possible to show only PDF files... select a wrong file.
If I use
DocumentPicker.InitializeImport("picker", Array("public.content")) it shows all file types.
I tried to use this
DocumentPicker.InitializeImport... B4i Question DocumentPicker and IPad - marcick    Jan 28, 2023 Is it mandatory with IPad to have the low Bar Buttons visible to use this command ?
Can Button1 be something other of hidden ?
DocumentPicker.Show(pg, Button1)... B4i Question Problem with DocumentPicker.Show - SDFP Studio (first post)    Jul 16, 2024   (1 reaction) It is solved !
Thank you very much erel :)... B4i Question Folder and Filename from DocumentPicker - John Sturt    Aug 4, 2022 Hello All I am using the current version of B4i. The behaviour i want is this Allow the user to choose a file from any source on thei device. I use DocumentPickerViewController for this and get the following path /private/var/mobile/Containers/Data/Application/9B28084B-4CF4-46D8-AB08-F7EEB3491D3D/tmp/dev.waver.agree.project-Inbox/empty agreement form.txt I want to save the file to Dir.Documents... B4i Question How to use DocumentPicker - mcorbeel (first post)    Feb 2, 2021 okay found it... has to beDim DocumentPicker As DocumentPickerViewController... B4i Question Select multiple files - tufanv    Mar 7, 2023 Hello,
I am using two codes to make user select files or media from iPhone:
Private Sub iconuploaddoc_Click
Dim DocumentPicker As DocumentPickerViewController
DocumentPicker.InitializeImport("picker", Array("public.data"))
DocumentPicker.Show(pagetransfer2,Page1)
Wait For Picker_Complete (Success As Boolean, URLs As List)
Log(Success)
Log(URLs)
End... B4i Tutorial Picking external documents with DocumentPickerViewController - Erel    Nov 15, 2018   (3 reactions)
DocumentPicker.InitializeImport("picker", Array("public.image"))
DocumentPicker.Show... B4i Question DocumentPickerViewController, can't select a .db file - marcick    Jan 16, 2023 are grayed not selectable
Dim DocumentPicker As DocumentPickerViewController
DocumentPicker.InitializeImport("picker", Array("public.content"))
DocumentPicker.Show(pg... B4i Question DocumentPickerViewController - UTI public.database i cant select a .db file - Alexander Stolte    Jan 18, 2021 I use the DocumentPickerViewController and i want to select a .db file, but the file is grayed out. What i'm doing wrong? Dim DocumentPicker As DocumentPickerViewController DocumentPicker.InitializeImport("picker", Array("public.database")) DocumentPicker.Show(B4XPages.GetNativeParent(Me), xsbtn_restore.mBase)... Page: 1   2   3   |