LWGShane Well-Known Member Licensed User Longtime User Jun 28, 2016 #1 I'm creating my first Non-UI app and would like to know if it's possible to have an user drop a file on the JAR. Thanks!
I'm creating my first Non-UI app and would like to know if it's possible to have an user drop a file on the JAR. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Jun 29, 2016 #2 I haven't tried it but it will most probably work. Covert the jar to an executable: https://www.b4x.com/android/forum/threads/create-windows-native-executables-exe-files.35863/#content and the file name will be passed an a parameter to AppStart. Upvote 0
I haven't tried it but it will most probably work. Covert the jar to an executable: https://www.b4x.com/android/forum/threads/create-windows-native-executables-exe-files.35863/#content and the file name will be passed an a parameter to AppStart.