@bogdan said in Compiled App Exit Function:
For anyone who is looking for a solution in the future here it is :
If you only need to call the "CloseApplication()" function, then you can do it easier:
HTML Code
first of all thanks so much for this awesome program. (it's my first battle with making bots)
i find the sleep being in miliseconds quite annoying and either i completely missed it or it's a bit hidden, but from what i can see there is no option to changehtat from milliseconds to seconds/minutes. are there a way to get around that somehow?
@darkdrake you can create custom module with own Sleep function, and then just pass needed length of time.
@oyasumi-punpun oh. i dident realize that, thank you so much :=)
how that happens? how can i develop my own module? my combobox has numbers from 1 to 24. these represent the hours. When my user chooses 10, the sleep value should be 10000000. I couldn't .... help me @DarkDrake @Oyasumi-Punpun