Page 1 of 1

control is a scrollbar ?

Posted: Sun Sep 12, 2010 3:36 pm
by jmburnod
Hi All,

How to know if a control is a scrollbar

I tried :

put the type of control 1
return empty

and

put the style of control 1
return "scale"

I didn't found something about that in the dictionary
I searched "control", "style", "type"

All the best

Jean-Marc

Re: control is a scrollbar ?

Posted: Sun Sep 12, 2010 3:46 pm
by Klaus
Hi Jean-Marc,

when you query "the name of control X" then you get something like
field "name of field"
scrollbar "my cute lil scrollbar"
button "the checkbox 1"
etc.

So you can check e.g. "word 1 of the name of control x" to get its "type"!


Best

Klaus

Re: control is a scrollbar ?

Posted: Sun Sep 12, 2010 3:57 pm
by jmburnod
hi Klaus,

Thank and best from geneva

Jean-Marc