not cleo, c++Parazitas said:If u use like addcheck box , u must put in loop .
Explane...:
[shcode=cpp]
{$CLEO .cs}
0000: NOP
REPEAT
WAIT 0
UNTIL 0AFA:
while true // while true is loop
wait 0
if Dialog.IsVisible(0@)
then
/// this is not loop, work only when dialog active...
end
/// put in while true
if
0B92: dialog 0@ checkbox_with_id 3 is_checked
then
/// do something and works good
end
end
[/shcode]
DavidRO99 said:You probably put your funcs in the while true loop that was made for the gui, because that gets deactivated when the menu is closed, search for another while loop
DavidRO99 said:You probably put your funcs in the while true loop that was made for the gui, because that gets deactivated when the menu is closed, search for another while loop