
Quote from CSSystems on May 17, 2020, 7:29 pmAlthough I feel fairly comfortable with Neobook, VisualNeo Web is a whole new experience.
I was looking at the Sample Apps particularly 'Animate-icon' but code for PLAY button doesn't work.
Doesn't recognize the function in the example.
I did change the first line to get past the error of first line but don't know what the last line should be.
slSetCSSProperty "NewPage" {backgroundColor:"#ffffff"} 0
HideObject "SVGicon2" "none" 0
vivusSvgIconPlay "SVGicon1" 300
ShowObject "SVGicon1" "none" 0
Wait 1300
ShowObject "SVGicon2" "fadeIn" 25
EndWait
slAnimateTo "NewPage" {backgroundColor:"#ffaa00"} 3 1 "none" "easenone"Could I have the correct coding recognized by VisualNeo Web?
Although I feel fairly comfortable with Neobook, VisualNeo Web is a whole new experience.
I was looking at the Sample Apps particularly 'Animate-icon' but code for PLAY button doesn't work.
Doesn't recognize the function in the example.
I did change the first line to get past the error of first line but don't know what the last line should be.
slSetCSSProperty "NewPage" {backgroundColor:"#ffffff"} 0
HideObject "SVGicon2" "none" 0
vivusSvgIconPlay "SVGicon1" 300
ShowObject "SVGicon1" "none" 0
Wait 1300
ShowObject "SVGicon2" "fadeIn" 25
EndWait
slAnimateTo "NewPage" {backgroundColor:"#ffaa00"} 3 1 "none" "easenone"
Could I have the correct coding recognized by VisualNeo Web?

Quote from luishp on May 17, 2020, 7:58 pmHi @cssystems,
Please note that all commands starting with "sl" are those included in older plugins.
Your first line code is not correct, it should be something like:slSetCSSProperty "NewPage" "background" "red"Please double click the command to open the Action Wizard and better understand what it does. In this case it changes the CSS property "background" to "red".
If you use these commands:
slSetCSSProperty "NewPage" "background" "red" slAnimateTo "NewPage" {backgroundColor:"#ffaa00"} 3 1 "none" "easenone"The background will change to red and then animate to an orange color.
Anyway you, those are both old commands. Please take a look at the animation video tutorials the VisualNEO YouTube Channel and let me know if you have any doubts. Another advice is to test your apps using a modern web browser intead of the "Run" button, as it interanally run the app within the old Internet Explorer. Just click on the Chrome or FireFox icons instead as shown in the video tutorials.Regards.
Hi @cssystems,
Please note that all commands starting with "sl" are those included in older plugins.
Your first line code is not correct, it should be something like:
slSetCSSProperty "NewPage" "background" "red"
Please double click the command to open the Action Wizard and better understand what it does. In this case it changes the CSS property "background" to "red".
If you use these commands:
slSetCSSProperty "NewPage" "background" "red"
slAnimateTo "NewPage" {backgroundColor:"#ffaa00"} 3 1 "none" "easenone"
The background will change to red and then animate to an orange color.
Anyway you, those are both old commands. Please take a look at the animation video tutorials the VisualNEO YouTube Channel and let me know if you have any doubts. Another advice is to test your apps using a modern web browser intead of the "Run" button, as it interanally run the app within the old Internet Explorer. Just click on the Chrome or FireFox icons instead as shown in the video tutorials.
Regards.

Quote from CSSystems on May 17, 2020, 10:06 pmThank you for your fast response. Looked at Videos. This is exciting what VisualNeo Web can do.
Hope I can think of a project to get into.
Is your npCust and npRegs still available? Do you use them for your VisualNeo Win apps?
Thank you for your fast response. Looked at Videos. This is exciting what VisualNeo Web can do.
Hope I can think of a project to get into.
Is your npCust and npRegs still available? Do you use them for your VisualNeo Win apps?

Quote from luishp on May 18, 2020, 10:26 amHi @cssystems, I'm glad you like the sofware :)
Is your npCust and npRegs still available? Do you use them for your VisualNeo Win apps?
Sorry, I'm not the author of those plugins.
Regards.
Hi @cssystems, I'm glad you like the sofware :)
Is your npCust and npRegs still available? Do you use them for your VisualNeo Win apps?
Sorry, I'm not the author of those plugins.
Regards.
