Hi there, I tried out to find a view by GetAllViewsRecursive - but in
__________________________________
For Each v As View In pnlLayout1.GetAllViewsRecursive
i = i+1
If v Is CheckBox Then
' analyse
.......
_________________________
... in v there ist neiter a name, nor eventname or a tag - even if I define a: ' dim cb as checkbox = v'
I find the text, but this should be kept editable, so I look for an other itemvalue, that keeps constant.
Is cb.name hidden anywhere or just not transported?
thanks
... o.k., got it
__________________________________
For Each v As View In pnlLayout1.GetAllViewsRecursive
i = i+1
If v Is CheckBox Then
' analyse
.......
_________________________
... in v there ist neiter a name, nor eventname or a tag - even if I define a: ' dim cb as checkbox = v'
I find the text, but this should be kept editable, so I look for an other itemvalue, that keeps constant.
Is cb.name hidden anywhere or just not transported?
thanks
... o.k., got it
Last edited: