You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
B4X FEED file dialog not working in release mode
- وضعیت
-
موضوع بسته شده است و نمیتوان پاسخ جدیدی فرستاد.
I have the following code which works well in debug mode, but it cannot show/search any file in release mode. anyone knows how to fix it?
<code>
Dim fd as filedialog
fd.filepath = "storage/emulated/0/documents/"
fd.filefilter = ".xls"
dim sf as object = fd.showasync("choose a file","confirm","","cancel",null,false)
</code>
برای دیدن لینک ها باید ثبت نام کنید
- وضعیت
-
موضوع بسته شده است و نمیتوان پاسخ جدیدی فرستاد.