starting in designer mode?

Hi

Can I launch Servoy in designer mode instead of browser mode?

Regards

You are talking about Servoy Developer right?
In that case the answer is no. Any special reason?

Most of the time I launch Servoy or load a solution to develop the application. But it always starts in browse mode. So I have to wait until the application finished loading and started. Then I usually switch to designer mode. It would be faster for me and more convenient to start Servoy directly in designer mode.

I had a look at the settings file but couldn’t find any property for this. And also the manuals didn’t say anything.

Thanks for your answer and regards

Developer will load the whole solution first anyway, so your speed gain is minimal.
Only Client will load parts of the solution ‘when needed’.

Hope this helps.

We do initialization onLoad events and onShow events. My experience is that these methods are executed when starting the application (browse mode). And not while loading all forms of all modules.

I defined an empty form as default form when loading a solution to prevent all these initialization stuff. Speed difference is not minimal, though.

As I mentioned: It would just be more convenient for me if I could start Servoy in developer mode.

Regards