Search results

  1. vecino

    Android Question Automatically closing a "Msgbox2Async" dialog

    Hi, my question is if there is any way that a dialog can be closed without user intervention, for example after 10 seconds. Msgbox2Async("Print?", "Warning", "Yes",""", "No",Null,False) And after the time that the dialog is closed by answering "No". Thank you very much.
  2. vecino

    Android Question Show images from the Downloads directory

    Hello, from my program I need to show the user the images that are in the "Downloads" directory. He will be able to select one and it will be copied to an internal directory. My program is not in the google store. What do you recommend? Thank you very much.
  3. vecino

    Android Question SMB (Samba): Limiting the timeout when sending a file

    Hello, when sending a file, for example, via http you can specify a maximum timeout. j.PostMultipart(cLink,mMap,llfiles) ' Upload the files and also giving the additional Values (m Map) to the uploadendpoint j.GetRequest.Timeout = globals.kiTimeOutWait ' <--- kiTimeOutWait = 10 s Wait For (j)...
Top