Posts by DecSoft

Show threads by DecSoft
3355 posts found, page 108 of 224

DecSoft (In thread: Poner imagen BASE64 en un objeto HTML)

Hola Jordi,

Tal vez iniciaste este hilo, porque, encontraste problemas al intentar usar el Base64, directamente, en una etiqueta IMG dentro de un control HTML. Pues bien, actualiza App Builder, y, prueba de nuevo, sin usar "trustSrc" ni nada, simplemente, tal como se hace en el nuevo ejemplo "Report19", verás que ahora funcionará como se espera. Por otro lado, puedes seguir haciéndolo mediante el atributo SRC: cómo tú veas.


DecSoft (In thread: Show an app's view in a full screen dialog)

Hello to all,

Yes; please. I think is the best solution in your case. And for sure that there must be a way in order to achieve it, that is, moving certain piece(s) of code or something like that. If you need some help, just post in the forum.


DecSoft (In thread: Show an app's view in a full screen dialog)

Hello to all,

If I am not wrong... you must find the way. That is, right now, may you can't do it, but, you must prepare the things in order to be possible. There is no possible to shown a dialog that fit all the screen, and, even if we place some CSS to made it possible... probably we break it, and therefore in some platform, in some browser, the things don't work like appear... My recomendation, seriously, is that you find the way to do what you wanted using a regular view: by made the possible needed changes.

Please, take a look at the "Menu4" sample. You can see how the left button shown a dialog, but, the right button, shown a regular view, which act like the previous one, but not in a dialog, so we fit the entire screen.


DecSoft (In thread: Show an app's view in a full screen dialog)

Hello to all,

The dialogs are placed and have the size that the library behind decides, in order to be useful and practice in all the platforms. If what you wanted is a view that fit all the screen, forget the usage of a dialog and simply use an app's view, that is, use the ReplaceView or the ShowView to shown an specific app's view, that replace the previous one, and, fit all the screen.


DecSoft (In thread: A possible router storage for apps in the future)

Hello Fot,

Yes; I supose something like that, but, not be sure. Thanks for sharing that information with us anyway. :-)


DecSoft (In thread: Windows app build Cordova issue)

Hello Amin,

Certainly, the Node.js is required, but, it's required by Apache Cordova, not specifically for the Windows platform. According to the official documentation, what we need is only Visual Studio Community, which include the right SDK, if I am not wrong.

Certainly, maybe the things works in a similar way than the iOS platform: what we get is a project ready to be opened by XCode (which is the official IDE in Mac OS, in the same way than Visual Studio is for Windows), and then we can debug, build and distribute the app using XCode. Maybe a more directly way exists, but, I am more or less happy in these ways.

Update: From time ago Apache Cordova has been added the Cordova Electron platform, which allows to create apps for Windows (and other platforms) in a better way (in my opinion) than using the Cordova Windows platform. DecSoft App Builder (both, the previous generation and the current generation of the product) has been integrated with the Cordova Electron platform.

DecSoft (In thread: New App Builder release 2018.131 (11/25/2018))

Hello to all,

Here is a new DecSoft App Builder release, with the below changes, fixes and enhancements:

Read the entire product's history


DecSoft (In thread: Windows app build Cordova issue)

Hello Amin,

Glad to know that you finally got it. :-) I think that what we must choose, when installing Visual Studio Community, are the "Mobile Development with Javascript", and, probably also the "Web Development" tools. We must "check" these when installing Visual Studio Community. Here is a link with more information and details.

Anyway, I must recognize that I did not get a "complete build app" when use the BAT files for Apache Cordova, that is, in the same way that we can get an APK for Android or an IPA for iOS. What I get when use the BAT files for Apache Cordova for the Windows platform is a project ready to be use with Visual Studio. I use this way, but maybe a "directly" way exists... and I simply ignore it right now...


DecSoft (In thread: Windows app build Cordova issue)

Hello Amin,

I prepare a little video in order to shown how we can compile our apps for the Windows platform, with the help of Apache Cordova and Visual Studio. Once we are ready with Apache Cordova, note how we can't expect a complete app once we use the BAT file prepared for us by DecSoft App Builder: we can, however, use Visual Studio Community in order to open the project (generated by Apache Cordova) and then Build it, debug it, etc.

This blog's entry can be also of your interest.


DecSoft (In thread: Windows app build Cordova issue)

Hello Amin,

I understand you. However, after we run a BAT file prepared by AB... any possible error or issue that we encounter are related with Apache Cordova... I mention it just to place a tip: if we search something like "error message Apache Cordova" in Google, probably we can get what we need...

On the other hand, please, try with Visual Studio. I certainly try a couple of apps in the Windows platform and works well. Just omitting any problem in the BAT file (that probably can be solved), and open the project file (that is created by Apache Cordova) in Visual Studio.

You must try that, Amin, it's more easy than appear. What I can't do until today is to get the entire app builded and ready to use just by using the BAT file, that is, just by using Apache Cordova. I need to open Visual Studio and deal a bit with it (basically choose Run, Debug, Build...).


DecSoft (In thread: Windows app build Cordova issue)

Hello Amin,

This is not specifically a question of App Builder... and we do good if search around the web, triying to find information around our problem, in relation with Apache Cordova... so probably we can get more useful information. Anyway, you need to be sure that you meet the requeriments for the Apache Cordova's Windows platform.

Said the above, that is, once we are ready with the Apache Cordova requeriments, what I can say is that I certainly run the "release" BAT file when want to compile an app for Windows, but, finally I end the work in Visual Studio, and, apparently, this is the easy way to do it. In other words: I am not sure if Apache Cordova can completely end the build of the app... or if we need to open Visual Studio after we compile the app with Apache Cordova.

What I can say is that I do the above with good results: I compile the app with the "release" BAT file, and, after that (no matter if we see some possible errors), I open the project file (which is created by Apache Cordova) with Visual Studio, and then debug and build the app from Visual Studio.


DecSoft (In thread: Build a browser app with Cordova)

Hello Amin,

A want to take a look when possible, however, even when apparently the Browser platform is supported, they are some dirty things to take in consideration. Probably the best way is to rely a task like that to an app's server, so the same thing (an HTTP call) can work in all the platforms.


DecSoft (In thread: Save an Object or Array variable in the app's local storage)

You're welcome Ava!

Don't forget the counterpart of the StrSerialize action, which is the StrUnserialize action. For your convenience, here is the online help file, with all the actions' references. Remember that the program also include the help, and, we can just press any action from the actions' list (in design time) or just the action's editor form help button, in order to directly open the help with the appropriate actions' reference.


DecSoft (In thread: Save an Object or Array variable in the app's local storage)

Hello Ava,

Yes; of course, in addition to the Javascript code that you suggest (which is possible to use in both cases: to save the option, and to convert the object to an string: we need to remember here that we can use pure Javascript without problems in any part of the app), you can use the StrSerialize action, and then the SetOption one. That is, StrSerialize can convert an Object or Array into an string, which you can save into the local storage using the SetOption action.


DecSoft (In thread: A possible router storage for apps in the future)

Hello Fot,

I am not sure if can understand your post. Can you please explain it a little more? It's this related with DecSoft App Builder?

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.

This website uses cookies only to store your preferences.

Ok! Hide this note More information