[Mono-list] Combo() ?

Carlos Ble carlosble at shidix.com
Wed Feb 8 15:16:18 EST 2006


I think that Combo is deprecated forever. You could use a ComboBox with
an option showing "Other..." and thru the event handler, show an Entry
to let user type some other string

Cheers

El mié, 08-02-2006 a las 17:30 +0000, Paulo Augusto escribió:
> As far as i can see, ComboBox does not allow for the user to input text,
> user can only choose from a pre-defined set of strings.
> 
> That won't do it, i need to present them with choices *and* to allow
> users to type some other string if those aren't suitable.
> 
> 
> 
> Ter, 2006-02-07 às 15:36 +0000, Carlos Ble escreveu:
> > El lun, 06-02-2006 a las 16:56 +0000, Paulo Augusto escribió:
> > > In my program, the compiler is complaining that the class Combo() is
> > > obsolete(?). But i don't know what to use instead.
> > > - ComboBoxEntry() is marked as incomplete
> > > - MenuEntry() is marked as incomplete
> > > And i ain't even sure if MenuEntry() would be a substitute.
> > > 
> > > Program is running fine with Combo() but i would change if i knew what
> > > for.
> > > Can anyone tell me what's suposed to substitute the Combo() class?
> > 
> > ComboBox
> > 
> > 
> > 
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list