When I do the following using Calculator, there is no problem - everything works as expected.
However, with our software (written in Delphi), when I try to click a dialog button, nothing happens.
(This is part of the installer code)
Any ideas / suggestions?
Code: Select all
UIPos>Intelli-MAX Software Setup,Cancel,ElemPos
Separate>ElemPos,COMMA,ElemPosArray
MouseMove>{%ElemPosArray_1%+10},{%ElemPosArray_2%+10}
// I have tried all of these - none work
UIClick>Intelli-MAX Software Setup,Cancel,ElemPos
LClick
LDown // Followed by LUp
Press Enter