Re: Setting the Selected Segment of a Segmented Control

2014-10-15 Thread Daniel Blakemore
I wouldn't say that I was using it incorrectly since the user also can change the segmented control, but when the form fails to validate, it shifts to the unfinished section programmatically. I wondered if someone would call me on the fact that they all fall under the UIControlEvents which are all

Re: Setting the Selected Segment of a Segmented Control

2014-10-15 Thread Scott Ribe
On Oct 15, 2014, at 10:00 AM, Keary Suska wrote: > It is also useful to know that "event" handling almost exclusively relate to > device input, not to programmatic changes. I.e., setting the value of a > control is not an "event" so no event handling will get involved. You > certainly could ca

Re: Setting the Selected Segment of a Segmented Control

2014-10-15 Thread Keary Suska
gt;> >> Richard Charles >> >> On Oct 14, 2014, at 6:55 PM, Daniel Blakemore >> wrote: >> >>> I have a simple problem. I am programmatically setting the selected >>> segment of a segmented control. Then the segmented control is changing >>>

Re: Setting the Selected Segment of a Segmented Control

2014-10-15 Thread Daniel Blakemore
fter setting the selected segment. > > Richard Charles > > On Oct 14, 2014, at 6:55 PM, Daniel Blakemore > wrote: > > > I have a simple problem. I am programmatically setting the selected > > segment of a segmented control. Then the segmented control is changing > &g

Re: Setting the Selected Segment of a Segmented Control

2014-10-14 Thread Richard Charles
: > I have a simple problem. I am programmatically setting the selected > segment of a segmented control. Then the segmented control is changing > which segment appears selected on screen. > > You might be saying to yourself, "this seems correct". You would also be > cor

Setting the Selected Segment of a Segmented Control

2014-10-14 Thread Daniel Blakemore
I have a simple problem. I am programmatically setting the selected segment of a segmented control. Then the segmented control is changing which segment appears selected on screen. You might be saying to yourself, "this seems correct". You would also be correct. What is incorre