minor: custom value list definition lost

Hello, I don’t know if this has been reported before, but it is a little annoying when developing: when you build your “own” value lists using a query these values are “lost” once you switch to design mode.

On which event does your valuelist get’s filled.(onLoad?)
(maybe you can temporarily set it to onShow form during development.
This way it should be loaded each time you enter the form)

Some of those lists are filled on login. Is there no way to fix this?

On login / onLoad is indeed the logical way to go.
I’ll ask dev team if query-valuelists can be remembered when toggling designer/datamode.

that was the question :)

Thanks!

loading a solution for the first time or switching from design to browse is the same thing..

For example if you are setting global fields in that login script then those are also not remembered..
So when you switch from designer to browse you should alway go to the start form…

We could do that in servoy itself if this would be preferred??

I also have this issue but certainly wouldn’t like it if the developer always directs me to the start form after switching.

I often go to the first form if I want to test the complete solution but more than often I only want to test my gui design…