I'm writing a custom viewer using the guacamole-example. I'm attempting to
get the window to resize properly. I've found the resize method within
Guacamole.Display, but I can't seem to get it to work as I expected it to.

I'm doing something like this:

var guac = new Guacamole.Client(
                new Guacamole.HTTPTunnel("tunnel")
            );

var d = guac.getDisplay()
d.resize(d.getDefaultLayer(), 300, 300)


.... aaaannnnd nothing happens.

What am I doing wrong?



--
View this message in context: 
http://apache-guacamole-incubating-users.2363388.n4.nabble.com/guacamole-common-js-resize-method-guidance-tp693.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at 
Nabble.com.

Reply via email to