Wish CallSubN and Send Last apk to device without compilation

fiaful

Member
Licensed User
Longtime User
Hello!

I would suggest two little things for the next relase ... nothing earth-shattering:

1. a version of CallSub to which I can pass any number of parameters (eg: CallSubN (Component, "SubName", Array As Object (1, "Hello", 5, Me, Rect, True, 128, False) ) and B4A translates the call to the function with all the different parameters)

2. I would like to have a menu option (and maybe even an icon on the toolbar) to resend the last apk generated on the device without having to recompile (because I use B4A via virtual machine, not too powerful, and sometimes it happens that, after the compile the apk, transfer to device using B4A-Bridge fails ... forcing me to recompile everything, only to resend the apk on my device ... sometimes it takes even two minutes for each compilation ... and this thing is tedious)

I thank you for the wonderful work you do release after release, and I hope that you will want to take up these my requests.

regards
 

fiaful

Member
Licensed User
Longtime User
Hello Erel, thanks for reply...

in fact I've already been using the CallSub in the form that you specified in the example ... But of course it is not the best (we must define nominal constant with the parameter index, and retrieve each parameter before using it)... I do not know how it is the translation of the Basic code from Java, but if it was possible to develop the call by expanding the array of parameters, it would be really the best!

while about APK, I work with the libgdx library, therefore my compilations are only in Release ... and have the opportunity to transfer the last apk without recompiling it would be really helpful!
 
Top