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!
Hola Asley,
Maybe some further details can be needed. Supose we want to made a "filter" in the client side, and, the next code is placed inside the "Done" event of an "HttpClient" control, which serve the JSON to us, that is, the "HttpClient" response is the JSON that you shown as a sample.
As you can see, what we do is to initialize the "data" property of a "Table" control. Then we iterate over the "HttpClient" response, in other words, we iterate the JSON registries. As you can see, it's easy to find if the "libro" property of the iterated record / registry is one of the books that we want to show in the "Table" control, and, if so, we add that record / registry to the "date" property of the "Table" control, in order to be shown.
Note that, if the database is in the server side, the same operation can be done in the server side, that is, we ask to the server for some "books name" records, using the appropriate URL, for example: "https://www.appserver.com/items?books=1,2,3" (supose this 1, 2, 3, are the IDs of the required "books" in the database) so the server can prepare the right JSON output, so we no need to perform the filter in the client side, even when, as you can see, it's also possible.
Don't hesitate to ask if you have any further question around this, Asley.
Hello to all,
You're welcome, Samuel! Jordi, we are talking about the current generation of DecSoft App Builder: the previous generation do not have something like that, and, probably can't do it: we try with themes in the past and finally remove it due to their problematic behaviour. The new DecSoft App Builder has been rewriten from the scratch (using a new version of Delphi) and allows us to have something like that "dark theme" available.
Hello to all,
Here is a new DecSoft App Builder with the below changes, fixes and enhancements:
Read the entire product's history
Hello Samuel,
Good news! I don't know the number of attempts that I made to save and retrieve the app's dock panels layout... but today I back into this and finally I think we can get something working as expected. So, be ready for the next DecSoft App Builder release, because you can then get the app's dock panels exactly than you wanted. :-)
Hello Samuel,
The point is that if we do that maybe other people can complain about, because they are happy to view all the panels by default. :-) My own screen, for example, is not very larger (these days) and I have enough (too much in fact) space in order to see all the dock panels. But you are right: the solution is to made customizable the app's dock panels. Not an easy thing (to me), apparently... but I did not abandond the idea.
Hola Jordi,
Si no me equivoco (casi estoy seguro) alguno de los ejemplos Camera que acompañan al "antiguo" AB, mostraba cómo subir a un servidor la imagen escogida por el usuario. ¿Has usado alguno de estos ejemplos al final?
Hello Peter,
I look in the past for something like that. Today I made some other tests with some promising results. So let me to have sometime and I will try to offer a way to change the IDE font size. Of course, you know that the code editor is now already customizable in that point. I can't promise a date, but, I'll take note about this possible improvement, Peter.
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.