08.06.2017, 12:59
when its opening a dialog i cant type the button.For example its opening the login panel,im putting my password but when im pressing the 'login' it doesnt do nothing
if(dialogid == LOGIN)
{
if(response)
{
//login code
}
}