
Quote from joferar333 on October 4, 2021, 1:06 pmAcabo de descubrir este fantastico plug, pero no logro darme cuenta como aplicarlo a un nuevo proyecto. No hay documentacion y si bien he visto la aplicacion demo no encuentro como implementarlo por favor si alguien ya lo esta usando y me puede orientar se lo voy a agradecer, es una lastima que no este documentado... Lo unico que comprendi que la carpeta skyn debe estar en el directorio del proyecto... Pero de ahi en mas no logro establecer un skin para mi proyecto ....
English
I just discovered this fantastic plug, but I can't figure out how to apply it to a new project. There is no documentation and although I have seen the demo application I cannot find how to implement it, please, if someone is already using it and can guide me, I will thank them, it is a pity that it is not documented ... The only thing I understood that the skyn folder must be in the project directory ... But from then on I can't establish a skin for my project ...
Acabo de descubrir este fantastico plug, pero no logro darme cuenta como aplicarlo a un nuevo proyecto. No hay documentacion y si bien he visto la aplicacion demo no encuentro como implementarlo por favor si alguien ya lo esta usando y me puede orientar se lo voy a agradecer, es una lastima que no este documentado... Lo unico que comprendi que la carpeta skyn debe estar en el directorio del proyecto... Pero de ahi en mas no logro establecer un skin para mi proyecto ....
English
I just discovered this fantastic plug, but I can't figure out how to apply it to a new project. There is no documentation and although I have seen the demo application I cannot find how to implement it, please, if someone is already using it and can guide me, I will thank them, it is a pity that it is not documented ... The only thing I understood that the skyn folder must be in the project directory ... But from then on I can't establish a skin for my project ...

Quote from Vadim on October 4, 2021, 7:59 pm@joferar333
Good time!
To translate the plugin strings into English, place the localization file (asNeoVisual.loc) in the root folder of VisualNeo or NeoBook.Open the demo project that comes with the plugin. In this demo project, note the code on the Startup tab and the code on the Subroutines tab.
Good time!
To translate the plugin strings into English, place the localization file (asNeoVisual.loc) in the root folder of VisualNeo or NeoBook.
Open the demo project that comes with the plugin. In this demo project, note the code on the Startup tab and the code on the Subroutines tab.

Quote from joferar333 on October 4, 2021, 8:11 pmThanks for your answer
So I have done it but still I can not realize it or make it work ...At the beginning there is a routine for it to locate and read the skins and then with the selector in list1 there it determines which is the selected sking ...
I can't figure out how to start a project from scratch and assign it a skink without having to select the user from a list.
and from there I suppose that I can see as follows ... but the issue is that I cannot start because I do not know or I do not understand how to declare the sking to use .... do you have an idea how to do this>?
For example, when the application starts, it takes a certain sking and is set for the initial window or background ...
Thanks for your answer
So I have done it but still I can not realize it or make it work ...
At the beginning there is a routine for it to locate and read the skins and then with the selector in list1 there it determines which is the selected sking ...
I can't figure out how to start a project from scratch and assign it a skink without having to select the user from a list.
and from there I suppose that I can see as follows ... but the issue is that I cannot start because I do not know or I do not understand how to declare the sking to use .... do you have an idea how to do this>?
For example, when the application starts, it takes a certain sking and is set for the initial window or background ...

Quote from joferar333 on October 4, 2021, 8:13 pmPerdon en español por si alguien lo lee en mi idioma
El problema es que al no estar documentado solo puedo valerme del ejemplo de la publicacion que trae.
Y no me doy cuenta como al inicio asignar un sking sin tener que ser seleccionado es decir que al ingresar la ventana principal
ya tome un determinado sking y luego si ir aplicando los objetos que se agreguen los valores al skin, supongo que esos valores puedo tomarlos de las subrutinas pero no veo en el codigo fuente de la demo donde se llama a esas subrutinas
Gracias
Perdon en español por si alguien lo lee en mi idioma
El problema es que al no estar documentado solo puedo valerme del ejemplo de la publicacion que trae.
Y no me doy cuenta como al inicio asignar un sking sin tener que ser seleccionado es decir que al ingresar la ventana principal
ya tome un determinado sking y luego si ir aplicando los objetos que se agreguen los valores al skin, supongo que esos valores puedo tomarlos de las subrutinas pero no veo en el codigo fuente de la demo donde se llama a esas subrutinas
Gracias

Quote from Vadim on October 4, 2021, 8:14 pm@joferar333
Selecting and configuring the skin is done with the asNVSkin command (look at the code on the ListBox1 object).
Selecting and configuring the skin is done with the asNVSkin command (look at the code on the ListBox1 object).

Quote from joferar333 on October 4, 2021, 8:38 pmLamentablemente no hay caso no puedo hacerlo funcionar...
intento algo muy simple
al arrancar la publicacion que el cuadrado que cubre la pantalla (ventana1) tome el valor del sking Android OS
Establezco ese sking al iniciar la publicacion pero no me lo toma
asNVSkin "Android OS" "" ""
Como hago para que la ventana 1 tome ese sking?
ENGLISH
Unfortunately there is no case I can not get it to work ...
I try something very simple
when starting the publication that the square that covers the screen (window1) takes the value of the sking Android OS
I set that sking when starting the publication but it does not take it
asNVSkin "Android OS" "" ""
How do I make window 1 take that sking?
sorry for my ignorance but the truth I can't find the key
Perdon por mi ignorancia pero la verdad no logro dar con la tecla
Lamentablemente no hay caso no puedo hacerlo funcionar...
intento algo muy simple
al arrancar la publicacion que el cuadrado que cubre la pantalla (ventana1) tome el valor del sking Android OS
Establezco ese sking al iniciar la publicacion pero no me lo toma
asNVSkin "Android OS" "" ""
Como hago para que la ventana 1 tome ese sking?
ENGLISH
Unfortunately there is no case I can not get it to work ...
I try something very simple
when starting the publication that the square that covers the screen (window1) takes the value of the sking Android OS
I set that sking when starting the publication but it does not take it
asNVSkin "Android OS" "" ""
How do I make window 1 take that sking?
sorry for my ignorance but the truth I can't find the key
Perdon por mi ignorancia pero la verdad no logro dar con la tecla

Quote from Vadim on October 4, 2021, 9:21 pm@joferar333
For the plugin to apply a skin to the project, the project must be saved. And in the folder with the project must be a folder with skins.
Try this mini-sample.
For the plugin to apply a skin to the project, the project must be saved. And in the folder with the project must be a folder with skins.
Try this mini-sample.

Quote from joferar333 on October 4, 2021, 10:11 pmThank you very much now for what I see the actions that must be executed in each element that is added must be added in subroutines, they do not have direct actions in the objects ... because I did not find how the call to the subroutines does ... this is so?
Thank you very much now for what I see the actions that must be executed in each element that is added must be added in subroutines, they do not have direct actions in the objects ... because I did not find how the call to the subroutines does ... this is so?

Quote from joferar333 on October 4, 2021, 10:34 pmYou can configure the elements and the sking when entering a certain page instead of at the beginning of the publication, does this affect?
You can configure the elements and the sking when entering a certain page instead of at the beginning of the publication, does this affect?

Quote from Vadim on October 5, 2021, 11:54 am@joferar333
Yes, the code for the objects created by the plugin will have to be written in subroutines. This is quite convenient. Experienced users still try to write all code in the section of subprograms in the properties of the project, and in the objects to do only references to these subprograms. In this sense, nothing changes, the programming style remains the same. But if you are used to writing code inside objects, it can be confusing at first.
***
This plugin will display all objects on one page, the one which will be loaded first. You can simulate a multi-page application by creating and removing objects or hiding them and showing them on the same page.This information is outdated, it turns out you can use the plugin for multi-page applications! Thanks @joferar333! https://visualneo.com/forum/topic/muy-interesante-sobre-as_visual-neo
Yes, the code for the objects created by the plugin will have to be written in subroutines. This is quite convenient. Experienced users still try to write all code in the section of subprograms in the properties of the project, and in the objects to do only references to these subprograms. In this sense, nothing changes, the programming style remains the same. But if you are used to writing code inside objects, it can be confusing at first.
***
This plugin will display all objects on one page, the one which will be loaded first. You can simulate a multi-page application by creating and removing objects or hiding them and showing them on the same page.
This information is outdated, it turns out you can use the plugin for multi-page applications! Thanks @joferar333! https://visualneo.com/forum/topic/muy-interesante-sobre-as_visual-neo