Automation and bots

 Помощь      Поиск      Пользователи


 Страниц (1): [1]   

> Без описания
Porgan
Отправлено: 03 Декабря, 2017 - 06:05:17
Post Id



Пользователь
Newbie


Покинул форум
Сообщений всего: 2
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




Hi.
Help with the code.

loadimage error

CODE:
win w=window (-1, "TMainForm", -1)
int Image_0[12][5]; loadimage (#Image_0[0][0], "C:\ph\Image_0.bmp");
int r;
int PosX_0[512];int PosY_0[512];
r=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, w.widthclient, w.heightclient, -1);
messagebox(r);
 
 Top
Kibor
Отправлено: 03 Декабря, 2017 - 06:49:00
Post Id



Администратор
Full Member


Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




No semicolon after
CODE:
win w=window (-1, "TMainForm", -1)


If you look in a window, you need to put a pointer to the window at the end of findimage, and not -1
CODE:
r=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, w.widthclient, w.heightclient, w);


-----
The Visual Code Editor is Kibor. Creating bots without knowledge of programming.

Learning function for recognizing text.
-----
 
 Top
Porgan
Отправлено: 04 Декабря, 2017 - 06:17:25
Post Id



Пользователь
Newbie


Покинул форум
Сообщений всего: 2
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




Thank you.

Corrected according to your advice, but the image does not find. Although it is.
If you look around the screen, it finds.
Prompt in what there can be an error.

Thank you.
 
 Top
Kibor
Отправлено: 04 Декабря, 2017 - 13:47:55
Post Id



Администратор
Full Member


Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




Can there be a pointer to the wrong window?
The window is defined only by class. Perhaps there are windows that have the same class. Specify the name of the window.

-----
The Visual Code Editor is Kibor. Creating bots without knowledge of programming.

Learning function for recognizing text.
-----
 
 Top
Страниц (1): [1]
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0)
« Issues and problem solving »


Все гости форума могут просматривать этот раздел.
Только зарегистрированные пользователи могут создавать новые темы в этом разделе.
Только зарегистрированные пользователи могут отвечать на сообщения в этом разделе.
 




Powered by