Hello Samuel,
Thanks a lot David. I thought it was the one embedded with App Builder. I give it a try.
In fact I don't know about this plugin until yesterday... and it's a suprise to me, because it's an Apache Cordova official plugin. You can try to use it (it's more or less easy, I already try it), but I am working into this plugin integration (at least the audio recording) in DecSoft App Builder, among the rewriting of the Cordova File plugin (which must be used to record an audio file, to create the file), among other changes.
Hello Samuel,
I think the cordova-plugin-media can be a good candidate to be used. Apparently it's an official plugin of Apache Cordova. Note, however, that the file format need some attention, for example, in the Android platform.
Hello to all,
Since we are talking about a thirdparty tool, I have no problem at all: anybody can use it if wanted. But I must defend the new generation of DecSoft App Builder, of course. You know that AB apps are based in HTML, CSS and JavaScript. JavaScript is the programming language, and, in fact, the visual actions that the previous generation of AB offers, must be translated at the end to JavaScript.
The actions are limited, but JavaScript is not limited at all. If we learn actions, we are not really learning about JavaScript, so, we never can get the benefits of the JavaScript usage. In the new generation of AB everything is JavaScript, and I think this provide too many advantages, the already referred, but, also the infinite sources of knowledge, lot of code pieces that we can use "as is", and many more.
The previous generation of AB and the current one just have different point of views: the first one is intended to beginner users, but the current generation of the product want to offer also a power tool for people who already know the JavaScript language. And my intention is to kick up the beginner users to the JavaScript language: finally if you learn JavaScript, you can use it in many projects, not only AB apps.
So if I can help in something with this tools, count with me, but, I bet for the new generation of AB. Someone can think that the new AB remove the visual actions support, but, other point of view can be that the new AB is faster, more user friendly, and incorporate lot of things missed in the previous generation of AB, like the app's resources, the ability to translate the app directly from the IDE and many more features.
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hola Jordi,
Pensando en cómo hacerlo en el nuevo AB, podría también usarse el método "filter" de los Arrays, de tal modo que quedaría tal que así:
Si te fijas, inicializamos el Array con los elementos seleccionados, y, esto es algo que acaso convendría hacerse también en el anterior código para el anterior AB, quedando entonces del siguiente modo:
Por cierto que, también en el anterior AB, podriámos usar JavaScript y el método "filter" de los Arrays, tal que así:
Como ves, en este último caso no usamos las funciones "flecha" de JavaScript, pues, el navegador / depurador del anterior AB se basa en Internet Explorer 11, y, este no soporta este tipo de funciones de JavaScript.
El el navegador / depurador del nuevo AB se basa en Google Chromium, y, este ya soporta las funciones "flecha" de JavaScript, de manera que es posible correr la app en dicho navegador / depurador, así como en el resto de navegadores.
Hola Jordi,
En efecto, el control MultiSelect no tiene propiedad "ItemIndex", sino que podemos usar su propiedad "SelItems", que, guarda los elementos que están seleccionados en forma de Array. De este modo, es posible recorrer dicho Array para ir averiguando el "index" de cada elemento, para borrarlo a continuación:
Hello to all,
Just for your information, the current DecSoft App Builder generation add the ability to maintain app backups in a similar way than the previous generation of the product already do. Take a look here for more information and anyway upgrade your AB copies.
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
No problem, Asley! Don't hesitate to post here or in other thread if you have any further questions.
Hola Asley,
Nope. If we have problems with the array deletion... we must prepare a different array, that is, modify the code to something like the below:
That is, what we do above is to prepare a new Array variable ("output") with all the "source" array items, except the items with "ID=2". So you can use then the "output" Array instead of the "source" one.
Hello Asley,
Yes; it's possible to filter / delete records from the JSON source, for example:
Note, however, that we modify the original JSON source variable, so, we cannot get the deleted record back. But please, go ahead if you have any further question!
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.