Posts by DecSoft

Show threads by DecSoft
3341 posts found, page 26 of 223

DecSoft (In thread: New npEdge for VisualNeo)

Hello to all,

I am proudly to announce the new npEdge plugin for VisualNeo:

This plugin allow you to use the Edge Chromium Runtime WebView2 in your VisualNeo apps. You can place one or more Edge Chromium browsers in VisualNeo rectangles and then control the browser object instances with the provided plugin actions, react when a specific browser object instance event is fired, etc. It's possible to send messages from the HTML pages to VisualNeo and vice versa, as well to execute Javascript code of the HTML pages. This plugin can be also used as a PDF documents viewer, since the used browser has a PDF viewer available out of the box. Take a look at the included plugin samples. Enhance your apps saying goodbye to the venerable Internet Explorer and hello to the modern Edge Chromium browser!

Hope can be useful for your projects.


DecSoft (In thread: New App Builder 2021.43)

Hello to all,

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

Read the entire product's history


DecSoft (In thread: New HTML Compiler 2021.37)

Hello to all,

Here is a new DecSoft HTML Compiler with the below changes, fixes and enhancements:

Read the entire product's history


DecSoft (In thread: New HTML Compiler 2021.36)

Hello to all,

Here is a new DecSoft HTML Compiler with the below changes, fixes and enhancements:

Read the entire product's history


DecSoft (In thread: Camera IOS and show image)

Hello to all,

Thank you very much David!

You are awesome!

Thank you, Mario! ;-)


DecSoft (In thread: New App Builder 2021.42)

Hello to all,

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

Read the entire product's history


DecSoft (In thread: Camera IOS and show image)

Hello Mario,

Finally I decide to add the referred "magic method" into the Cordova File plugin. Additionally I also add the method into the Cordova camera plugin, so we get it available in both plugins, which is good in case that we need only one of them.

You can update your AB copy to this new release.


DecSoft (In thread: Camera IOS and show image)

Hello Mario,

Yes; there is a couple of options. The first one can be to retrieve the photo using the destination type "DATA_URL", that is:

If we want to use destination type "FILE_URI", in other words, if what we get is a path starting by "file://", then we must use certain "magic method" exposed by Cordova iOS for this cases: window.WkWebView.convertFilePath, which as is referred here at the end of the article.

I am not sure... probably I add this "magic method" to the Cordova File plugin, to we can use it from certain method of this plugin in AB.


DecSoft (In thread: Teclado de Android con Inputs)

Hola Jordi,

Lo anterior funciona como se espera aunque los inputs se encuentren dentro de contenedores. La verdad es que necesitaría un poco más de información... ¿puedes acaso enviarme un pequeño vídeo del comportamiento de la app, incluyendo una captura (que se vea, vaya) de la vista en cuestión?


DecSoft (In thread: Teclado de Android con Inputs)

Hello Jordi,

Cuando usamos inputs en una vista, hemos de ejecutar el siguiente código en el evento Show de dicha vista:

Cambiando "View1" por el nombre de la vista en cuestión. Esta es la forma general de conseguir que los inputs no se deformen con el escalado de la app, al aparecer el teclado de Android, pero, también de iOS, por ejemplo.


DecSoft (In thread: Problema con cookies)

Hola Jordi,

Así si... a la primera... bueno ya sabemos una cosa más

Así es. :-)


DecSoft (In thread: Problema con cookies)

Hola Jordi,

Ok.. lo voy a probar... pq me estaba volviendo ya loco....

Lo comprendo. Yo tampoco lo hubiera esperado, ya digo. Has hecho bien en preguntar. Es verdad, por otro lado, que siempre uso el "local storage" para cosas como las que necesitas, es decir, nunca me había topado antes con el "problema" con las "cookies"... porque siempre uso el "local storage" para este tipo de cosas.


DecSoft (In thread: Problema con cookies)

Hola Jordi,

Me ha sorprendido un poco, empero, parece ser que no podemos usar "cookies" en aplicaciones Cordova, al menos no tal y como estás tratando de hacerlo, tal como se explica aquí. Te sugiero que uses acciones como "SetOption" y "GetOption", esto es, el "application local storage", puesto que eso funcionará tanto en plataformas como Android como también en los navegadores, si te fuese necesario.


DecSoft (In thread: Variables en un Report / HTML)

Hola Jordi,

Por añadir más botones al ejemplo que he puesto arriba... supón que ponemos estos dos botones en el HTML de un Report:

En el evento "RowClick" del Report es posible controlar el "click" de dichos dos botones:

En lugar de los "Alert" irían los "OpenWindow" correspondientes. Como ves, es posible contar con más de dos botones y utilizar el mismo evento "RowClick" para controlar ambos. De hecho podríamos tener cualquier número de botones de este modo.


DecSoft (In thread: Variables en un Report / HTML)

Hola Jordi,

... ¿Cómo tenías dos variables con los valores de "Record", si "Record" únicamente está disponible en cada fila del report o cuando se pulsa sobre una fila del Report? Por otro lado, OpenWindow no te saca de la app, Jordi... piensa que OpenWindow abre otra ventana... ahora bien, si estamos hablando de un enlace... acaso lo que esté pasando es que al final se sigue el enlace... y entonces te saca de la app... por eso es menester "capturar" los enlaces, para que no ocurra eso.

Tienes dos opciones. Si quieres seguir usando enlaces... entonces... a algo como mi código anterior deberías añadir un "PreventDefault" (para que no siga el enlace), es decir:

Ahora bien, no hay necesidad de usar enlaces... puesto que puedes conseguir lo mismo con un "button", incluso, si quieres que el "button" tenga la apariencia de un enlace, puedes usar la clase "btn btn-link".

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 some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.