Page 1 of 1

Run Button

Posted: Fri Jan 10, 2025 7:17 pm
by CCS_Carl
From what I can see when you develop a app project or web app when its turned into a executable stand alone file in order to run the project after it opens you have to press the run button. Is there anyway to avoid this. I have a few customers that prefer it starts when opened.

Re: Run Button

Posted: Mon Jan 13, 2025 9:01 am
by Steve-Matrix
If you tick the "auto start on load" box when you deploy the app, your customers will not need to press the 'run' button.

Re: Run Button

Posted: Mon Jan 13, 2025 4:35 pm
by CCS_Carl
Thank You Steve I over look that