Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 5.47 Line break in EDIT and other trivia

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

1. Kibor - 07 Декабря, 2018 - 02:49:40 - перейти к сообщению
Now you can transfer lines in the EDIT field in a non-modal dialog.

Example
CODE:
int pos_size_edit0[1][4];
string text_edit0[1];

pos_size_edit0[0][0]=29; pos_size_edit0[0][1]=77; pos_size_edit0[0][2]=100; pos_size_edit0[0][3]=101;
text_edit0[0]="wwwww"+formatic(13)+formatic(10)+"sssss";

//////////

createdialog(0, EDIT, #pos_size_edit0[0][0], #text_edit0[0]);
//////////

showdialog(0, "Диалог", 558, 234, 250, 300, 1, 1);
//////////

loop() sleep(10);//Убрать после теста

Powered by ExBB FM 1.0 Final