Sorry for my English.
I have a class: "myItem". This class returns a panel with several views. She has Some methods and properties.
I add this view variables times:
for x = 1 to y
dim m as myitem
m.initialize
activity.addview(m.asview, a, b, c, d)
Next
Okay so far.
Problem:
Some times I need to change properties of some views but there are no events.
So I can not use "sender".
Any idea?
Thank you.
I have a class: "myItem". This class returns a panel with several views. She has Some methods and properties.
I add this view variables times:
for x = 1 to y
dim m as myitem
m.initialize
activity.addview(m.asview, a, b, c, d)
Next
Okay so far.
Problem:
Some times I need to change properties of some views but there are no events.
So I can not use "sender".
Any idea?
Thank you.