Hi Erel,
Yeah I gathered that, but thanks for the confirmation.
However, it's a little weird because a spinner doesn't trigger when you change the position/value via code, and an edittext does. If you change the text in an edit text through code (without user interaction) it will trigger the textchanged sub.
So, I'm just pointing out that some views/objects don't seem to trigger their corresponding subs when you alter them by code, while others do.
Which leads me to my next question,
Is there a way to alter the text in an edittext through code without it triggering the sub?
Thanks.