merlin2049er Well-Known Member Licensed User Longtime User Mar 14, 2015 #1 I can't remember how I did this, I've been looking thru some of my old code but unable to find it. I'm using dbutils to execute and fill one spinner, and I've also have a category spinner that is manually defined in activity create. So basically, I'd like to set the position of the manual spinner based on the selection of the dynamic spinner. Any suggestions?
I can't remember how I did this, I've been looking thru some of my old code but unable to find it. I'm using dbutils to execute and fill one spinner, and I've also have a category spinner that is manually defined in activity create. So basically, I'd like to set the position of the manual spinner based on the selection of the dynamic spinner. Any suggestions?
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2015 #2 You need to handle the ItemClick event of "dynamic spinner" and set the SelectedIndex property of the other one. Upvote 0
You need to handle the ItemClick event of "dynamic spinner" and set the SelectedIndex property of the other one.