
Quote from joferar333 on May 1, 2026, 4:14 pm@anthony-latorre
I followed your instructions, and the interface works and loads correctly, but the executable doesn't save or calculate the values... I can't get the buttons to work, and all the subroutines are loaded...
Well, it was still nice to experiment, but I see it's too advanced for my skill level, and with great regret, I'll have to figure out how to make this app using standard commands directly in Visual NeoWin. I'm left wanting a nice interface.
Thank you immensely for your valuable help, and congratulations on your work.
Best regards
I followed your instructions, and the interface works and loads correctly, but the executable doesn't save or calculate the values... I can't get the buttons to work, and all the subroutines are loaded...
Well, it was still nice to experiment, but I see it's too advanced for my skill level, and with great regret, I'll have to figure out how to make this app using standard commands directly in Visual NeoWin. I'm left wanting a nice interface.
Thank you immensely for your valuable help, and congratulations on your work.
Best regards
Quote from Anthony LaTorre on May 1, 2026, 4:27 pmCorrect, the Designer will not save or calculate the values... You have to write the VisualNEO Win code yourself to do this... However what I have successfully done is upload the runtime.html and runtime.txt file back into the ChatGPT. Tell it to write the VisualNEO win code for you. I did this with the calculator layout and it worked... It created a fully functional calculator. Give it a try...
Correct, the Designer will not save or calculate the values... You have to write the VisualNEO Win code yourself to do this... However what I have successfully done is upload the runtime.html and runtime.txt file back into the ChatGPT. Tell it to write the VisualNEO win code for you. I did this with the calculator layout and it worked... It created a fully functional calculator. Give it a try...
Quote from no1g8tor96 on July 24, 2026, 12:46 amThis is very cool!!!!
Is there something like this for VN Web. Can this be adapted for it?
I need to write programs that can be used on WIN/Mac/Linux as it will be going all over the world and a few of my customers are mac users.
I have Both WIN and WEB. I guess my question is.....Is there a way to use VN WIndows to make a program that will work on a Mac.
Thanks so much
This is very cool!!!!
Is there something like this for VN Web. Can this be adapted for it?
I need to write programs that can be used on WIN/Mac/Linux as it will be going all over the world and a few of my customers are mac users.
I have Both WIN and WEB. I guess my question is.....Is there a way to use VN WIndows to make a program that will work on a Mac.
Thanks so much
Quote from Anthony LaTorre on July 24, 2026, 1:18 amHello Michael, glad you like the program...
VisualNeo Win only works on Windows. However you can use VisualNeo Web and NW.js to create Windows apps and Mac apps... There is info on using NW.js in the VNWeb forum.
If you wanted to use the Designer to create VisualNeo Web compatible apps, I would upload the Designer, and the Designer Pub file to Claude AI, and tell it you want to modify the Designer for use with VisualNeo Web to create cross platform apps...
I created the Designer with Claude AI. So it should be able to create a VisualNeo Web app.
Having said that... This was a large and complex project... I spent many weeks squashing bugs and reconfiguring things...
Also, if you a serious about making the attempt, you will need a Claude AI max plan to handle the large code files...
So yes it probably can be done but it is no trivial project...
Hope this helps you.
Hello Michael, glad you like the program...
VisualNeo Win only works on Windows. However you can use VisualNeo Web and NW.js to create Windows apps and Mac apps... There is info on using NW.js in the VNWeb forum.
If you wanted to use the Designer to create VisualNeo Web compatible apps, I would upload the Designer, and the Designer Pub file to Claude AI, and tell it you want to modify the Designer for use with VisualNeo Web to create cross platform apps...
I created the Designer with Claude AI. So it should be able to create a VisualNeo Web app.
Having said that... This was a large and complex project... I spent many weeks squashing bugs and reconfiguring things...
Also, if you a serious about making the attempt, you will need a Claude AI max plan to handle the large code files...
So yes it probably can be done but it is no trivial project...
Hope this helps you.
Quote from no1g8tor96 on July 24, 2026, 2:55 amThanks so much for the info. Not sure im going that far, but will experiment with it more on WIN.
I think the question I am struggling with is.....Are you ALL just creating Windows applications or do you use both Win and Web for other people outside of windows to use your software. I know that Windows is the biggest OS in the world, But its down to only 60 percent of DEVICES. I have so many people I deal with that use Macs and Linux or Phone.
I guess I was wrong as I assumed that VN Win was dead and I need to focus on Web. But then yesterday BAM Super NM WIN Man appears, and I looked at Win for the fist time in years and see all the Cool work that is still being done on it.....So my head is spinning. LOL.
Thanks for all the help and information here.
Thanks so much for the info. Not sure im going that far, but will experiment with it more on WIN.
I think the question I am struggling with is.....Are you ALL just creating Windows applications or do you use both Win and Web for other people outside of windows to use your software. I know that Windows is the biggest OS in the world, But its down to only 60 percent of DEVICES. I have so many people I deal with that use Macs and Linux or Phone.
I guess I was wrong as I assumed that VN Win was dead and I need to focus on Web. But then yesterday BAM Super NM WIN Man appears, and I looked at Win for the fist time in years and see all the Cool work that is still being done on it.....So my head is spinning. LOL.
Thanks for all the help and information here.
Quote from no1g8tor96 on August 19, 2026, 4:05 pmI like the designer and will purchase the webview interface. That is not an issue. Im new to this and dont understand how JS and HTML work with this version of VN. I have been using the WEB version but want to learn WIN also. Is there somewhere on the forum that teaches how to use something like your interface with VN WIN? Maybe I am making it harder than it is?
Also a little confused. If your UI designer makes an HTML output, why can it be used with WEB? These are just the confusing things Im trying to grasp.
Thanks so much
I like the designer and will purchase the webview interface. That is not an issue. Im new to this and dont understand how JS and HTML work with this version of VN. I have been using the WEB version but want to learn WIN also. Is there somewhere on the forum that teaches how to use something like your interface with VN WIN? Maybe I am making it harder than it is?
Also a little confused. If your UI designer makes an HTML output, why can it be used with WEB? These are just the confusing things Im trying to grasp.
Thanks so much
Quote from Anthony LaTorre on August 19, 2026, 4:45 pmHello Michael, The UI designer creates HTML interfaces for VisualNeo Win. Please read the the Quick Start Guide that come with the Designer. It is also recommended that you work your way through the tutorials that are included...
There are also premade templates you can load and configure for testing... but I would start with the tutorials after reading the Quick Start Guide.
The Interface Designer was specifically created for VisualNeo Win, it won't work with WN Web. The program is large with a lot of features... I know it can seem a little confusing, so start slow with the "Test 01" tutorial and work your way through them in order.... Basically in a nutshell, the program Designer creates the interface, and you write the VisualNeo Win commands and run them from VisualNeo Win subroutines... You can also use the ezEdge Browser to interact with objects if you are comfortable using JavaScript commands... but that is optional...
Hope that helps you...
Hello Michael, The UI designer creates HTML interfaces for VisualNeo Win. Please read the the Quick Start Guide that come with the Designer. It is also recommended that you work your way through the tutorials that are included...
There are also premade templates you can load and configure for testing... but I would start with the tutorials after reading the Quick Start Guide.
The Interface Designer was specifically created for VisualNeo Win, it won't work with WN Web. The program is large with a lot of features... I know it can seem a little confusing, so start slow with the "Test 01" tutorial and work your way through them in order.... Basically in a nutshell, the program Designer creates the interface, and you write the VisualNeo Win commands and run them from VisualNeo Win subroutines... You can also use the ezEdge Browser to interact with objects if you are comfortable using JavaScript commands... but that is optional...
Hope that helps you...
Quote from no1g8tor96 on August 19, 2026, 10:23 pmThanks. I will start taking a look at it.
Have you all checked this out. Brand New. Its really good. SpikeUI | User Interface Designer
Im trying to figure out how to use it for VN Web. It works with PB but also outputs HTML/CSS/JS. tried it with my limited knowledge and did not look good.
Maybe it wont work but I told Luis that the dream for me would be something like this for VN WEB and program behind it with NeoScript
Please let me know what you think and watch the YT videos as its so cool. I dont understand the NODES but have no reason to learn. I want to make my programs in VN.
Thanks so much
Thanks. I will start taking a look at it.
Have you all checked this out. Brand New. Its really good. SpikeUI | User Interface Designer
Im trying to figure out how to use it for VN Web. It works with PB but also outputs HTML/CSS/JS. tried it with my limited knowledge and did not look good.
Maybe it wont work but I told Luis that the dream for me would be something like this for VN WEB and program behind it with NeoScript
Please let me know what you think and watch the YT videos as its so cool. I dont understand the NODES but have no reason to learn. I want to make my programs in VN.
Thanks so much
Quote from Anthony LaTorre on August 19, 2026, 11:24 pmMichael, the spike Ui looks intriguing... I will check it out...
Good luck with your projects...
Michael, the spike Ui looks intriguing... I will check it out...
Good luck with your projects...