I have searched the forums and the documentation to no avail, I have a view with 3 scroll views on it and I need to react depending on which scroll view was clicked on. I thought if I set teh tag property in the designer I could then use it to tell which scroll view triggered the cell clicked event but sender.tag makes no sense to me
it says tag=[col=0, Initialized=true,row=2] I was expecting the string I set in the designer.
I must be missing/mis understanding something, any help will be greatly appreciated.
to summarize, I have 3 scrollviews in my form and I need to react according to which one of the three scrollviews was clicked on, so what I am struggling to do is figure out which scrollview was clicked on, so I can react accordingly. I thought I could use sender.tag in my cell_click sub
thanks
dougc
it says tag=[col=0, Initialized=true,row=2] I was expecting the string I set in the designer.
I must be missing/mis understanding something, any help will be greatly appreciated.
to summarize, I have 3 scrollviews in my form and I need to react according to which one of the three scrollviews was clicked on, so what I am struggling to do is figure out which scrollview was clicked on, so I can react accordingly. I thought I could use sender.tag in my cell_click sub
thanks
dougc