11-13-2016, 11:10 PM
Hi Gintaras,
I have this accesible object statement(which works):
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=65285" 0x1005)
However the id=65285 changes sometimes subtly, like id=65286.
I tried several things
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528*" 0x1005)
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528?" 0x1005)
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528\d" 0x1005)
etc.
Somehow I can't get it to work. Are these statements not correct or is it in some cases just impossible to get it to work?
Regards,
GertC
I have this accesible object statement(which works):
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=65285" 0x1005)
However the id=65285 changes sometimes subtly, like id=65286.
I tried several things
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528*" 0x1005)
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528?" 0x1005)
Acc a.Find(w "WINDOW" "3: Tenor Sax" "class=Afx:*[]id=6528\d" 0x1005)
etc.
Somehow I can't get it to work. Are these statements not correct or is it in some cases just impossible to get it to work?
Regards,
GertC