From: Robert M. <rob...@us...> - 2007-04-24 18:57:36
|
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. [ As an aside a combobox treats no 'type style' the same as the 'simple' style. If you set the styles to 0 on creation, you should find that they are changed to 1 during creation]. Regards, Rob. |