10-12-2017, 04:16 PM
that worked perficly.
Maybe you can help me with another one. Same issue
This one is a little different.
when it runs and not installed. it goes great
but if installed it gives an error.
So I came up with this code, but does not work. (Note: The error will be the first window if there is an error)
Maybe you can help me with another one. Same issue
This one is a little different.
when it runs and not installed. it goes great
int w1=act(win("Microsoft Xbox 360 Accessories Setup" "#32770"))
lef 33 256 w1 1 ;;graphic
lef 373 336 w1 1 ;;push button 'Next >'
lef 373 336 w1 1 ;;push button 'Finish'
but if installed it gives an error.
int w1=act(win("Microsoft Xbox 360 Accessories" "#32770"))
lef 426 136 w1 1 ;;push button 'OK'
So I came up with this code, but does not work. (Note: The error will be the first window if there is an error)
#region Recorded 10/12/2017 8:56:40 AM
int th=mac("sub.CloseFailedWindow")
int w1=act(win("Microsoft Xbox 360 Accessories Setup" "#32770"))
lef 33 256 w1 1 ;;graphic
lef 373 336 w1 1 ;;push button 'Next >'
lef 373 336 w1 1 ;;push button 'Finish'
EndThread "" th
#endregion
#sub CloseFailedWindow
int w1=act(win("Microsoft Xbox 360 Accessories" "#32770"))
lef 426 136 w1 1 ;;push button 'OK'
#endregion