shabbysquire Client Регистрация 25.11.2012 Сообщения 544 Благодарностей 26 Баллы 28 15.09.2014 #1 When running a project in ZP, I have the browser window in 'show'. Is it possible that I can set the window size to my own default width/height? Thanks.
When running a project in ZP, I have the browser window in 'show'. Is it possible that I can set the window size to my own default width/height? Thanks.
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 15.09.2014 #2 Only with c# snippet and for particular template. You can not set default general size for Zennoposter itself
Only with c# snippet and for particular template. You can not set default general size for Zennoposter itself
shabbysquire Client Регистрация 25.11.2012 Сообщения 544 Благодарностей 26 Баллы 28 15.09.2014 #3 Ok. I assumed there is a value hard coded into ZP, because every window is the same size when opened.
Ok. I assumed there is a value hard coded into ZP, because every window is the same size when opened.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 16.09.2014 #4 Код: instance.SetWindowSize(1600, 900); Реакции: Alexm3d и shabbysquire
shabbysquire Client Регистрация 25.11.2012 Сообщения 544 Благодарностей 26 Баллы 28 16.09.2014 #5 Thanks. I don't suppose you know which file has this value?
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 16.09.2014 #6 shabbysquire сказал(а): Thanks. I don't suppose you know which file has this value? Нажмите, чтобы раскрыть... Not file, you have to put this line in c# action and then you will get bigger widow size Реакции: shabbysquire
shabbysquire сказал(а): Thanks. I don't suppose you know which file has this value? Нажмите, чтобы раскрыть... Not file, you have to put this line in c# action and then you will get bigger widow size
shabbysquire Client Регистрация 25.11.2012 Сообщения 544 Благодарностей 26 Баллы 28 17.09.2014 #7 Related question: does setting the browser size in instance.setwindowsize mimic screen resolution? I need to use various screen resolutions for my project. Thanks.
Related question: does setting the browser size in instance.setwindowsize mimic screen resolution? I need to use various screen resolutions for my project. Thanks.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 17.09.2014 #8 No they are not bound.