You can cause events manually for example by setting:
xx.Activated=true|false
xx.Press=true
I would have guessed that you could cause the OnSelect event to trigger by selecting a different item, but you are already doing this so that cannot be it.
But why do you want to do this, anyway? Why not simply copy the code in the OnSelect event over to your OnPress event? (I admit I didn't read all of your post, maybe I missed something)
|