From: Robert M. <rob...@us...> - 2007-04-24 19:38:21
|
On 24/04/07, Glenn Linderman <pe...@ne...> wrote: > On approximately 4/24/2007 11:57 AM, came the following characters from > the keyboard of Robert May: > > On 07/04/07, Glenn Linderman <pe...@ne...> wrote: > >> I turned on -dropdown => 1 for a Combobox, and got a -dropdownlist style > >> instead. > >> > >> The bottom two bits should be a 2-bit mask, for three values: simple = > >> 1, dropdown = 2, dropdownlist = 3. I'm not sure what 0 does... > >> looks/acts a lot like when simple = 1. > > > > OK, I can see what needs to be changed in the code. Can I confirm > > that you're changing the style of the dropdown at run-time? Will be > > fixed in the next release. > > Thanks, Rob, I'm not sure what you mean by changing the style of the > dropdown at run-time... I was using the -dropdown => 1 and > -dropdownlist => 1 sort of parameters to $mw->AddCombobox ... > > I wasn't doing anything like $cb->Change ... OK, so where you using more than one of -dropdown, -dropdownlist and -simple at the same time? I'm struggling to tie up what I think the code is dowing with what your describing. Rob. |