MATO Posted November 12, 2018 Posted November 12, 2018 Hi, I need to get the value of the Style from a bottom in an external software package. The problem is that i have to see if the bottom is activated for pressing or not and so far the only parameter that changes in the GUI is a difference in the Style... Can someone help???
Danp2 Posted November 12, 2018 Posted November 12, 2018 Have you tried this? Latest Webdriver UDF Release Webdriver Wiki FAQs
MATO Posted November 13, 2018 Author Posted November 13, 2018 Hi Danp2, yes i have tried this. And it works if i try to reach a CONTROL in GUI of my script. The Problem is i have to reach to a control in a external program and that is not working OR i simply do something wrong. this is the data when it is possible to CLICK on the CONTROL. And here is the data when i can not CLICK on the CONTROL: if i know the "Style" i can see if i am in the end of a data base or not, And i think when Autoit v3 Window Info can get this data there must be a way that i can get it to. I am sorry if i ask questions that are stupid... I am working with Autoit for less that 1 week now. If GUICtrlGetStyle() is the right tool can someone give me a example how to reach the CONTROL???
funkey Posted November 13, 2018 Posted November 13, 2018 (edited) Something like this? Sorry, forget it. Misread the question. Edited November 13, 2018 by funkey Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now