Posts by DecSoft

Show threads by DecSoft
3350 posts found, page 207 of 224

DecSoft (In thread: Chart Gallery)

Hello,

I was away little bit from the forum because we just got a new baby girl.

Don't worry, and congratulations edunt! :)


DecSoft (In thread: Chart Gallery)

Hello,

A sample application can be good. Anyway, remember App Builder include a Chart and a Gauge control. Maybe not too complete like the library you linked, but, they works out of the box. Anyway thanks for the link edunt.


DecSoft (In thread: Corrupt Package.zip for webapp)

Hello,

I also note such behaviour using Apache Cordova. Certainly I think it's a problem in Apache Cordova I need to investigate too. If your target is the Firefox OS, for example, you can use the webapp option of App Builder, not the Cordova one. App Builder generates for you the appropiate manifest file, preparethe right icon and finally you can use the Zipper tool to get a valid Zip file to be uploaded into the Firefox Marketplace, just like the Calculator sample app.

P.S. Yes; of course if you need certain Apache Cordova stuff, then before the problem with Cordova must be solved, but I am not completely sure, since I am not try to upload (and corrupted?) Zip file.


DecSoft (In thread: Image Aspect Ratio)

Hello Donald,

Sorry the delay, I expend the day in the hospital with my mom. Certainly there is no option currently to made an image "fixed", that is, if you choose the "scaled" app's option, then all the control try to scale, also the Image controls. Currently the only way to maintain the image in a fixed size is to avoid the "scaled" app's option, or, may we can use it, and then, un runtime, use certain CSS classes or actions like "SetStyle" in order to maintain the size of our Image controls or may provide it with a more appropiate images for larger screens, for example. About the zoom feature, yes, it's the application who have an option like that, not the current Image controls.


DecSoft (In thread: Vaciar la cache de la APP)

Hola pesadillo,

No estoy muy seguro de hasta qué punto es el cliente el responsable del comportamiento que describe, puesto que también el servidor tiene algo que decir ahí, por no hablar ya del propio sistema operativo del teléfono en cuestión.

Si le he entendido bien, lo que quiere es, precisamente, que siempre se muestre "actualizado" (hasta donde el servidor entienda) el contenido de los "Iframes". Si esto es así, tal vez pueda usar un sencillo truco.

Se trata de asignar al "Iframe" una URL que ha de ser única, de modo que el servidor, así como el sistema operativo (si este tiene algo que ver) no la guarden los datos en caché alguno. Dicho truco puede resumirse así:

Como ve, primero obtenemos un núero del 100 al 9999 (podría variar, podríamos poner otros datos...) y después preparamos dicho número para ser añadido en una URL. A continuación asignamos la URL del "Iframe1", añadiendo el argumento "r" cuyo valor es el número aleatorio anterior.

Ojalá esta información pueda serle de ayuda.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

In my opinion the point is that build an application two times is more expensive than build the application one time. Not too much words to said, except that, since we need the release build ONLY when we are ready to upload the application into the Google Play Store, I think build an application's release everytime is a waste of time and resources.

Do you really thing we need both debug and release APKs during the application's development?


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

Why build a debug and a release versions if we only need one of them? For that reason I separate the build in two files, one for debug, one for release. Maybe another approach can be taken, but build the application twice can be a waste of time, specially the first time we build an application.


DecSoft (In thread: HttpClient OPTIONS en vez de GET)

Hola,

Me alegro de que al final diese con ello. Gracias por indicar la solución para su servidor.


DecSoft (In thread: HttpClient OPTIONS en vez de GET)

Hola PoKeRGT,

Es raro que no pueda configurar los permisos CORS de alguna forma: al fin y al cabo se trata de un estándar que debería estar soportado por todos los servidores, so pena de dejar de dar servicio cuando se requiera. En los ejemplos de App Builder se habilita CORS usando PHP, pero, me consta que podría hacerse usando archivos ".htaccess" de Apache, por ejemplo.

En todo caso, le recuerdo que, para mostrar imágenes, no necesita usar un control "HttpClient", sino que basta con usar el control "Image", por ejemplo. De nuevo le remito a los ejemplos del programa, puesto que en muchos de ellos se hace uso del control "Image". En todo caso gracias por su interés en App Builder.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

Ok. I updated App Builder and now, when we choose the option to create Apache Cordova Batch files, the program creates two BAT files, one for debug purposes and one other ready for release. Probably you have reason and we can't use a debug APK, or, at least, we must use a release APK instead. This is what we get now:

Update your App Builder copy edunt.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

You have reason edunt, there are two APK files. I am confused due to the other TXT file. On the other hand, I think you can sign debug APK, but, if you want a release, then open the BAT generated file and replace this line:

... by this other:

I am working in a solution in order to prepare also the release APK files in addition to the debug ones.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

I am also 99.9% sure I got three files edunt... please, let me to be in my PC and I will take a look.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

I am not in my PC right now, but, if I am not wrong, we get three files instead two. Are you sure you get two APK files instead three?


DecSoft (In thread: HttpClient OPTIONS en vez de GET)

Hola PoKeRGT,

Gracias por su interés. De veras que intento por todos mis medios que App Builder vaya más allá de crear prototipos. De hecho ya hay algunas aplicaciones bastante interesantes circulando por ahí. Respecto de su pregunta, me temo que su problema no es específico de App Builder, sino de cualquier aplicación Web.

El problema que está encontrando tiene que ver con los permisos CORS que el servidor de la aplicación ha de habilitar, precisamente, respondiendo a la petición "OPTIONS" correctamente. Podrá ver ejemplos de cómo habilitar CORS en PHP en varios de los ejemplos incluidos en App Builder. También podrá buscar más ejemplos por internet.

En todo caso, para mostrar una imagen en su aplicación no necesita descargarla, o, por mejor decir, bastará conque indique la URL de dicha imagen en la propiedad "Image" del control "Image". Dicha URL podrá enlazar a un archivo de imagen incluido en la aplicación o bien a una imagen de su servidor. En este caso el CORS no será problema.

Espero que esta información le resulte de ayuda.

Si tiene cualquier otra duda no deje de indicarlo.

Gracias de nuevo por su interés en mi trabajo PoKeRGT.


DecSoft (In thread: {SOLVED} How To Signed *.APK???)

Hello,

Look for some tutorial around the web edunt! At least one of my customers signing their APKs, since they published such applications into the Google Play Store. So for sure we can sign APK files, but we need to search around how to do it, possible problems while triying, etc. Unfortunatelly I can't help because I not need to sign any APK before.

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