- تاریخ ثبتنام
- 2020-06-06
- ارسالیها
- 2,942
- راهحلها
- 1
- پسندها
- 153
- امتیازها
- 63
- مدالها
- 7
- نویسنده موضوع
- مدیرکل
- #1
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>
<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>
نام موضوع : file dialog not working in release mode
|
دسته : b4xfeed