Hi,
I have a strange problem with the FTP library 2001-2011 (is it the right one ?).
I use it as shown int the Erel's example (https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for.84821/#content)
But i put this code in an Activity herself run by a prévious Activity.
Most clearly, i have created an Activity who runs an ftp Activity containing the Erel's example like this methode :
StartActivity ("FtpAtivity")
No complile error, installation on the phone is OK, but when i run the App i obtain immediately "App closed" without any other message. I tried to see the problem in "Debug" mode, but in this mode, just after the installation the debugging exits.
If i replace the Erel's example by the old example using "Sub FTP_UploadProgress" and "Sub FTP_UploadCompleted" this problem disappears !
If someone knows how to solve this problem, thank you.
Regards,
DOM.
Windows 10 Pro - B4A 8.50 - Net library 2001-2011
I have a strange problem with the FTP library 2001-2011 (is it the right one ?).
I use it as shown int the Erel's example (https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for.84821/#content)
But i put this code in an Activity herself run by a prévious Activity.
Most clearly, i have created an Activity who runs an ftp Activity containing the Erel's example like this methode :
StartActivity ("FtpAtivity")
No complile error, installation on the phone is OK, but when i run the App i obtain immediately "App closed" without any other message. I tried to see the problem in "Debug" mode, but in this mode, just after the installation the debugging exits.
If i replace the Erel's example by the old example using "Sub FTP_UploadProgress" and "Sub FTP_UploadCompleted" this problem disappears !
If someone knows how to solve this problem, thank you.
Regards,
DOM.
Windows 10 Pro - B4A 8.50 - Net library 2001-2011