Dear All,
I just figured that I had to use the non-UI jserver library (release mode) for a project where I normally have a very simple form showing 8 labels with text, that changes their colors depending on various connection states while the app is running.
So since I can´t use my form anymore, I suppose that I´ll need to set this up as a webapp where I can see the labels in my browser instead.
I have found tons of examples on webapps here, but all seem to be bigtime overkill compared to my simple need.
Does anyone know what would be the simplest way to port the GUI part of my project to a webapp?
All the non-UI code runs fine, I just need to be able to see the labels.
EDIT: This can be deleted. If I do this, I´d also need to find a way to substitute an invisible webview in the original app, which is used for running javascript code. I know it´s not gonna be rocket science, but my time is a bit limited and I think the quickest thing for now is to have the server code in a separate non-UI app that the original app will be talking to.
I just figured that I had to use the non-UI jserver library (release mode) for a project where I normally have a very simple form showing 8 labels with text, that changes their colors depending on various connection states while the app is running.
So since I can´t use my form anymore, I suppose that I´ll need to set this up as a webapp where I can see the labels in my browser instead.
I have found tons of examples on webapps here, but all seem to be bigtime overkill compared to my simple need.
Does anyone know what would be the simplest way to port the GUI part of my project to a webapp?
All the non-UI code runs fine, I just need to be able to see the labels.
EDIT: This can be deleted. If I do this, I´d also need to find a way to substitute an invisible webview in the original app, which is used for running javascript code. I know it´s not gonna be rocket science, but my time is a bit limited and I think the quickest thing for now is to have the server code in a separate non-UI app that the original app will be talking to.
Last edited: