Hi Lames, On Tue, Nov 29, 2011 at 20:35, James Clancey <[email protected]> wrote: > Hello Guido, > I have already created a similar control. > > https://github.com/Clancey/ClanceyLib/blob/master/ClanceysLib/MT.D/ComboBoxElement.cs
That looks quite promising. But building ClanceysLib with the current toolset gives following two errors: /Users/guivho/Mono/ClanceyLib/ClanceysLib/MT.D/ButtonElement.cs(49,49): Error CS0115: `ClanceysLib.ButtonElement.GetCell(MonoTouch.Dialog.DialogViewController, MonoTouch.UIKit.UITableView)' is marked as an override but no suitable method found to override (CS0115) (ClanceysLib) /Users/guivho/Mono/ClanceyLib/ClanceysLib/MT.D/ComboBoxElement.cs(49,49): Error CS0115: `ClanceysLib.ComboBoxElement.GetCell(MonoTouch.Dialog.DialogViewController, MonoTouch.UIKit.UITableView)' is marked as an override but no suitable method found to override (CS0115) (ClanceysLib) Guido -- Shhh... be vewy, vewy, quiet! I'm hunting wabbits... On Tue, Nov 29, 2011 at 20:35, James Clancey <[email protected]> wrote: > Hello Guido, > I have already created a similar control. > https://github.com/Clancey/ClanceyLib/blob/master/ClanceysLib/MT.D/ComboBoxElement.cs > -- > James Clancey > > On Tuesday, November 29, 2011 at 10:22 AM, Guido Van Hoecke wrote: > > Hi, > I read that any IEnumerable can be used as a Radio Source in > MonoTouch.Dialog. > The radio solution is less appropriate if the number of selectable > values is rather high. > So I'd really like a UIPicker. > Are there an plans to implement such functionality? > > Guido > -- > Reality is an obstacle to hallucination. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
