@Fox The first place I noticed the problem was when I added a visual to the interface. I added a text link to the interface from the 'textlink' section in the open blocks and inserted an image into it. My aim was to have no text inside and only redirect to a link when the image is clicked. However, no matter how much I removed the predefined "New Link" text, whenever I made an addition or deletion to the interface, it would reappear. To solve this issue, I set the font-size of the text link to 0 using CSS, which prevented the "New Link" text from appearing. The problem I'm talking about is probably similar to what I experienced with the text link. The default values assigned by the system, even if you change them, revert back to the values defined by the system when something new is added to the interface or when a setting is changed (for example, background color or deleting a button). Currently, to overcome this issue, I am constantly keeping a backup of the HTML. Whenever I make a new change, I copy the content from the backup, and this is how I'm trying to deal with it, but it's clear there is a problem. Hopefully, it will be resolved soon.
RUN botton problem with web interface
-
When I press the RUN button with the web interface, it remains unresponsive like this. There is no problem when I use the normal BAS interface.
Can anyone help me?
I am using the default setting of the web interface. -
@enesmertc said in RUN botton problem with web interface:
When I press the RUN button with the web interface, it remains unresponsive like this. There is no problem when I use the normal BAS interface.
Can anyone help me?
I am using the default setting of the web interface.A web interface is an html page, if something doesn't work for you then the problem is in your code, a screenshot certainly won't help determine the problem :)
-
-
@enesmertc said in RUN botton problem with web interface:
I use the Default settings as in the image, but the Script still won't start. The RUN button turns gray and stays like that.
If I close the web interface and use the normal BAS Interface, the Script works.
This button generates a web interface based on the resource data you used in the script. This may not work, for example, if you have used control characters in the resource names, descriptions or default values (e.g. quotes)
-
@enesmertc said in RUN botton problem with web interface:
Yes, I used it in some places.
Is there any way to make this button work without removing the quotes?Yes, but to do this, you must open the html code, find the location of the resource and solve the problem yourself. To work with the web interface, you need at least basic knowledge of html, css and js
-
Thank you very much. Thanks to you, I solved the problem.
I would be very grateful if you answer one more question.
When I add a new feature to the program and build it, that feature does not appear in the web interface. For example proxy settings.
But it appears when I press the button in the image.
This time all the changes I made in the interface are gone.
https://prnt.sc/VoZtoEt4eQ6XHow can I show this new feature without breaking my interface design?
-
@enesmertc said in RUN botton problem with web interface:
Thank you very much. Thanks to you, I solved the problem.
I would be very grateful if you answer one more question.
When I add a new feature to the program and build it, that feature does not appear in the web interface. For example proxy settings.
But it appears when I press the button in the image.
This time all the changes I made in the interface are gone.
https://prnt.sc/VoZtoEt4eQ6XHow can I show this new feature without breaking my interface design?
The web interface is just an html page, it exists separately from the script. That is, when you change the script, you either need to re-generate the web interface or make changes yourself