Opening another solution from method?

Hello,

is there a way to open another solution in the server, programmatically?
Of course the user can choose to open a solution from Servoy Client menu, but we would like to make our own interface for that.

… And passing parameters to the solution would be a bonus!

Love and light,
Joonas

Hi Joonas,

You can have a HTML link that will open a solution directly (without the “open” dialog):

http://yourIP:8080/servoy-client/servoy_client.jnlp?solution=solutionName

There currently isn’t a way to “Open” another solution while in a solution.

Hope this helps,

Bob Cusick

bcusick:
Hi Joonas,

You can have a HTML link that will open a solution directly (without the “open” dialog):

http://yourIP:8080/servoy-client/servoy_client.jnlp?solution=solutionName

There currently isn’t a way to “Open” another solution while in a solution.

Hope this helps,

Bob Cusick

Thanks for your help!

Unfortunately I was looking for a way to switch to a different solution in the current servoy client session, without needing to log in. Of course the user can press ctrl-o and choose another solution, but it would be cool to be able to “merge” solutions from a method. Building bigger applications by combining several smaller solutions together!

Would it be much of work to include this in the next release..?
And passing a set of parameters to the solution…

Love and light,
Joonas

That feature is on the list for (hopefully) the next major rev.

You will be able to load a solution inside of another solution! COOL! :D

Bob