Hi,
Is there anyone who is familiar with thin clients?
We have an IGEL thin client running under Linux.
What I see is that the startup arguments I can’t receive within Servoy.
I have an URL like this:
http ://192.168.xx.xxx:8080/servoy-client/servoy_client/somnis_online.jnlp?method=login&argument=0936a27f-e474-4c7c-81b7-6dacae8947ea
And within my coding I have:
var args_array = application.getStartupArguments();
if (args_array && args_array[0])
{
_owner = args_array[0]
}
This works for standard PC clients (both Windows and Mac)
But when running the smart client on this IGEL thin client, I don’t get the startup arguments.
Anyone has an idea?
Martin