Posts by DecSoft

  • d
  • h
  • m
  • s
Show threads by DecSoft
3355 posts found, page 166 of 224

DecSoft (In thread: About the new (June 2016) IPv6 requeriments of the Apple Store)

Hello tin,

I think this problem is not related with App Builder nor the client side app but I am investigating tin and then tell you the results of my research.


DecSoft (In thread: [SOLVED] How can we dowload some file's content ?)

Hello Samuel,

Well those are good ideas. But I will give up on that project using AB because I get erratic behaviors like downloading the playlist allowed one time and not others. Probably a problem on my whole installation. I will have to check that closer.
Thanks again for your support :)

No problem, sir. Please let me know if you have any further question. ;)


DecSoft (In thread: [SOLVED] How can we dowload some file's content ?)

Hello Samuel,

Setup an HTTP server it's not something complicated nowadays, so, what if you think to place the resource file in an HTTP server running in the application machine? Are this completely wrong?


DecSoft (In thread: [SOLVED] How can we dowload some file's content ?)

Hello Samuel,

Sorry, but I can't understand very well... honestly I am not an expert in local networks. The point is if an HTML application can access to a resource like that: not only an App Builder application, since the environment (the browser) in which the application is running.

Maybe I am stupid if I suggest you to include the resource file as one of your application files... I supose the resource file can be updated or something like that, once your application has been deployed. Certainly I am not sure what to say Samuel...


DecSoft (In thread: [SOLVED] How can we dowload some file's content ?)

Hello Samuel,

CORS is not something imposed by App Builder, but by browser's vendors. What's the problem to enable the appropiate CORS in your server side? If you want to access to some thirdparty services (so you may can't enable the CORS permissions) you always can provide a bridge between your app and the thirdparty server using your own server scripts.

Also, if you want to download something like a "TXT" file (so we can't use the PHP stuff to enable the CORS permissions) you can always use something like an "htaccess" file (if you use the Apache HTTP server) to enable the CORS permissions for that "TXT" file.


DecSoft (In thread: HTML Complier -- disabled button)

Hello Bill,

Certainly they appear some problem with the app's Javascript code, since HTML Compiler do not interfere in the app's Javascript. Please, Bill, try to reproduce the problem in an small application and attach here (or send me privately) the HTML file, then I can try it here and tell you something about.

P.S. How you are disabled the button and how you are enabled it later? Can you put here the implied Javascript code?


DecSoft (In thread: Ayuda con plugin de base de datos)

Hola Gustavo,

En el ejemplo "Database" la información para conectar con la base de datos se encuentra en el script "Initialize.php".


DecSoft (In thread: Ayuda con plugin de base de datos)

Hola Gustavo,

Gracias por su interés en mi trabajo con App Builder. De veras me gustaría que le resultase útil en sus proyectos y que se plantease comprar una o más licencias del programa si es así. Respecto de sus preguntas, voy a tratar de responderlas a continuación:

1.La carpera scripts se copia asi tal cual con todo lo que contiene al servidor dentro de la carpeta donde va a correr la aplicacion? o solo se copian los archivos que contienen dentro

Si no me equivoco se refiere usted a los archivos "scripts PHP" que se usan en la aplicación. En este caso tenemos al menos dos opciones: usar las URL de los script PHP en cuestión, de modo que estos podrán situarse incluso en otro servidor distinto del de la aplicación. Pero también podemos usar el "gestor de archivos" de App Builder, es decir, añadir los archivos "PHP" como "Otros archivos" en nuestra aplicación, de modo que se copien dentro del directorio "files" de la misma. Si hacemos esto y en lugar de usar URLs absolutas usamos URL relativas a la aplicación, lo único que tendremos que hacer será copiar los archivos de la aplicación al servidor: y estos ya incluirán los propios scripts PHP.

Si algo no le ha quedado claro sobre este asunto, por favor, no deje de comentarlo en este mismo hilo.

2.Se puede usar una base de datos Mysql ya creada en mi servidor? o la base de datos tiene que ir dentro de la carpeta "Database" que acompaña el ejemplo?

La base de datos debe de hecho estar creada en el servidor, no importa si este es el mismo en que se va a situar la aplicación o no, puesto que además el directorio "Database" contiene únicamente la estructura de la base de datos, de modo que usted pueda replicar dicha estructura en una base de datos de su servidor.

3.Las modificacion de la direcciones que dirigen a mi servidor se hacen dentro de los scripts o en el programa en la parte de "Url" dentro de propiedades?

Pienso que se refiere usted a los controles "Clientes HTTP", puesto que cuentan con una propiedad "Url", o bien a los controles "Report", que también cuentan con dicha propiedad "Url". Dichas URLs pueden ser absolutas y apuntar a su servidor o a otro servidor: la posible diferencia estaría en que, si ha usado el gestor de archivos de App Builder para añadir los scripts, entonces podrá usar si URLs relativas en lugar de URLs absolutas, y estas apuntarán a los scripts copiados (pues están "dentro" de los archivos de la aplicación) en su servidor.

De nuevo muchas gracias por su interés Gustavo. Si tiene alguna duda o más preguntas no deje de exponerlas aquí mismo.


DecSoft (In thread: How to maintain a control size even if the app scale option is true)

Hello to all!

Input1 position seems not change ,but it's size is changing with the browser

:)

Here in my test using the "SetStyle", no matter if the controls is inside of a container or not: they stay in the set width and height... of course I am set the width and height of the control, not the top and left...


DecSoft (In thread: How to maintain a control size even if the app scale option is true)

Hello Joshua,

hi David,this container only work with no any other controls(like Input,and so on) outside the container...
why??

Sorry, I can't understand very well the question. Please can you explain a little more? Thanks!


DecSoft (In thread: How to maintain a control size even if the app scale option is true)

Hello to all,

In fact we can use the "SetStyle" action when wanted that a control do not scale (and when the app's scale option is set to true), for example, the below code set an specific button width and height:

Additionally we can also let the control to scale again, we can simply use the same "SetStyle" action but leave blank the width and height values, something like in the below code:

This have this explanation: the app's stylesheet applies the appropiate style to the control, but, using the "SetStyle" action we overwrite whatever style set by the stylesheet. If we delete the "inline" style by leave the arguments empty (like the above width and height values) then the stylesheet defined style is applies again.

Hope this can help to someone. ;)


DecSoft (In thread: How to maintain a control size even if the app scale option is true)

Hello Joshua,

You can set the controls's size using CSS or the "SetStyle" action, then the size is not scaled anymore even if the app's scale option is checked. Try it and tell if that can help you Joshua. :)


DecSoft (In thread: the WebSocket sample seems not work!)

Hello Joshua,

Maybe a temporary problem with the Websocket server? I try right now and the sample works like expected. But hey, we must wait for the "open" response before "Send" anything...


DecSoft (In thread: Angular2 is comming, can be this used in App Builder?)

Hello tin,

Angular2 is not ready right now. Their documentation, for example, doesn't include Javascript. On the other hand, talking about Angular2 is talking about big words, since they are NOT compatible with Angular 1. But Angular 1 continues with a good support (Google said that) so probably we no need to worry about tin.

App Builder uses AngularJS due to their binding and route features. Of course other framework's stuff are used too, but, what I say is that the AngularJS 1 binding and route features are enough and we no need to move forward to another framework, because in fact Angular2 is another framework, as I said before, non compatible with Angular 1.

This means App Builder never uses Angular 2? Not exactly. This means that if we need to move to another framework (?) we can choose Angular 2, but also other availables "binding" and "route" Javascript frameworks. Right now any of them, however, are compatibles with AngularJS, which means any move forward break the backward compatibility.

Hope this information can be useful for you tin!


DecSoft (In thread: Creating a simple app that calculates Z-score?)

Hello,

Sorry, but even the power of the Math action doesn't have something like a "Excel Z-Test function". However, if you can found an implementation of that function in Javascript, then you can try to use it from your App Builder app.

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