Android Question Close file dailog on timer tick

Sergio83

Member
Licensed User
Longtime User
Hello everyone, hope everything is ok for you!

I'm updating one of my personnal app where I use filedialog. I want to close the dialog on a timer tick, but after googling I guess it is not possible ...
If I understand well I should use B4XDialog white the ".Close" method.
Is there a B4XDialog equivalent to File Dialog?

Thanks by advance for your help

PS My B4A version and the SDK are up to date ...
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should use ContentChooser to let the user select files and other remote resources.

 
Upvote 0

Sergio83

Member
Licensed User
Longtime User
Hello toby and Erel,

Many thanks to take care of my request!

MSGBOX with timeout is a great feature but in my case it will finally lead to activate the file dialog and my problem stays ...

Regarding Content chooser, may be I'm not right with android legacy but I prefer to have control as most as possible of navigation and the navigation bar is not my preferred choice (my apps generally run immersive mode and the navigation bar is hiden).

So to solve my problem I've probably have to setup a personnal feature.

Anyway, thanks to both of you for youre help ...
 
Upvote 0
Top