Project Working Good with PM but ALWAYS error in ZP

stephen perry

Client
Регистрация
25.12.2016
Сообщения
22
Благодарностей
1
Баллы
3
In PM I can see the browser FULL Height


and in ZP It only shows about 75% of it?


I'm getting Error Since Im using TOUCH Function and the element(button) is in the Bottom PART the TOUCH function can't see it.

My question is, how can I make ZP use the same HEIGHT as in PM?
 

kingbin

Пользователь
Регистрация
22.03.2019
Сообщения
74
Благодарностей
13
Баллы
8
You can fix screen size with C# function. Use this code, i always use it, it work perfectly in Project Marker and Zenoposter:

C#:
instance.SetWindowSize(800, 600);
Note: (widht, height)
 
  • Спасибо
Реакции: Nick

stephen perry

Client
Регистрация
25.12.2016
Сообщения
22
Благодарностей
1
Баллы
3
but isnt this gonna be same screen size for every new profile? isn't that suspicious for other sites? like this FIXED screen size is registering accounts?
 

kingbin

Пользователь
Регистрация
22.03.2019
Сообщения
74
Благодарностей
13
Баллы
8

stephen perry

Client
Регистрация
25.12.2016
Сообщения
22
Благодарностей
1
Баллы
3
ohhhhhhhhh, okay thank you so much!
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)