Re: UIPickerView and multiple text fields, iOS

2013-09-20 Thread Fritz Anderson
On 20 Sep 2013, at 11:54 AM, Chris Paveglio wrote: > Currently I have my text field subclassed and it's the > > for the picker. I'm using this to try to force updating of the 2nd (numeric) > field as the picker is scrolled, but since the picker is in the foreground > it's crashing, I figure

Re: UIPickerView joy

2012-03-20 Thread Luke Hiesterman
Only the three heights you identified are supported. There isn't special sauce for getting around that, though enforcement wasn't always there in the past. Luke On Mar 20, 2012, at 1:05 PM, Alex Zavatone wrote: > I just noticed something lovely in iOS 4.x and UIPickerView related and am > look

Re: UIPickerView

2011-04-26 Thread Matt Neuburg
On Mon, 25 Apr 2011 12:47:34 -0600, koko said: >I haven't found sample code (if someone can point me to an example) ... > >A current Windows app utilizes three pop up lists for the user to make a >selection > >List 1 is the macro selection >List 2 and List 3 refine the selection > >The combinatio

Re: UIPickerView

2011-04-25 Thread koko
Just dawned on me 1. The app only runs in landscape mode 2. One UIPickerView with 3 components 3. Make selection for each of the three components 4. display below the UIPickerView the answer 5. There is a default selection for the three components 6. When the app quits the last setting of th

Re: UIPickerView

2011-04-25 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/25/11 11:47 AM, koko wrote: > I haven't found sample code (if someone can point me to an example) ... > > A current Windows app utilizes three pop up lists for the user to make a > selection > > List 1 is the macro selection > List 2 and List 3

Re: UIPickerView

2011-04-25 Thread Luke Hiesterman
You probably want to display 1 picker at a time, with a way for the user to navigate from one to the other. See what happens if you go to this page on iOS and tap on one of the selection boxes. http://www.google.com/advanced_search Luke On Apr 25, 2011, at 11:47 AM, koko wrote: > I haven't fo

Re: UIPickerView

2011-04-25 Thread Zajkowski, James
Without more detail I'd suggest perhaps a nav controller-style app with table views. --Jim On 4/25/11 2:47 PM, "koko" wrote: >I haven't found sample code (if someone can point me to an example) ... > >A current Windows app utilizes three pop up lists for the user to make a >selection > >List 1

Re: UIPickerView and MKMapView

2010-05-05 Thread Fritz Anderson
On 5 May 2010, at 8:25 AM, Gerriet M. Denkmann wrote: > I have an MKMapView to which I add a subview. I have never succeeded at adding views to MKMapView, nor ever seen it succeed. The If you need to add controls, you should enclose them and the map view in a wrapper view. — F __

Re: UIPickerView: How do I LOOP data, as is done in UIDatePicker {looping Jan thru Dec} vs a mere list?

2009-09-24 Thread Matthew Lindfield Seager
> > Question: How can I change this behavior to allow LOOPING to the beginning > of the scroll list? > Ric, I just did a quick search for "continuous UIPicker" and found a page discussing this... http://www.iphonedevsdk.com/forum/iphone-sdk-development/4479-uipickerview-circular.html Most commo

RE: UIPickerView Caching Items

2009-03-13 Thread James Heggs
To everyone that has read this post - I am a stupid programmer and there is no caching. I wasn't changing my service object with the new name! Useless - my apologies!! Eggsy _ All your Twitter and other social updates in one plac