Good morning,
Can a segmented control be reached within a custom view. I am trying to use a segmented control to move custom views within the custom view itself ( same control for each view) . This is in a detail window. I seem to be able to control the custom view
Detail.personalView.customView.hidden= false; etc, but cannot get a handle of the segmented control Detail.personalView.customView.patRowView.segmentedControl1.index=0; Are there limits ?
Regards,
Joel