This the source code of pyjd.setup() in mshtml.py. As you can see, the parameters width and height are ignored:
def setup(application, appdir=None, width=800, height=600): global wv wv = Browser(application, appdir) wv.load_app() while 1: if is_loaded(): return run(one_event=True) (from https://github.com/jaredly/pyjamas/blob/master/pyjd/mshtml.py) Could you please post the source code of it in Hulahope? I want to see the difference. -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyjs-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.