Re: [VirtualGL-Users] Issues with the new Java applet

2013-02-26 Thread Kevin Van Workum
On Mon, Feb 25, 2013 at 7:14 PM, DRC wrote: > You were correct about line 337. I applied your patch, and it seems to > work now. > > Regarding the parameters, they are case-insensitive, so "Port" and > "Password" are still backward-compatible. As far as "Host", it's easy > enough to add it as an

Re: [VirtualGL-Users] Issues with the new Java applet

2013-02-26 Thread Arthur Huillet
On Mon, 25 Feb 2013 18:14:18 -0600 DRC wrote: > You were correct about line 337. I applied your patch, and it seems to > work now. Thank you - that was the only unsolvable problem with the new applet. > My concern is that it would provide a false sense of compatibility. I > don't want to

Re: [VirtualGL-Users] Issues with the new Java applet

2013-02-25 Thread DRC
Correction to below: "Cursor Shape Updates" is not a direct equivalent. In the old viewer, it takes values of "disable", "enable", and "ignore". The new "CursorShape" parameter is boolean, so it takes values of Yes/1/True or No/0/False, but the "ignore" option is no longer supported. The o

Re: [VirtualGL-Users] Issues with the new Java applet

2013-02-25 Thread DRC
You were correct about line 337. I applied your patch, and it seems to work now. Regarding the parameters, they are case-insensitive, so "Port" and "Password" are still backward-compatible. As far as "Host", it's easy enough to add it as an AliasParameter. I want to talk about that first, t