The new combobox (since 4.50) doesn't look like the old one. I know it's for the support of icons but it just looks wrong if the whole row isn't selected and also between them is more space:
So is it still possible to get back the old look when I don't need the icon functionality? Maybe with a flag like #PB_ComboBox_List or so?
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
It would be a matter of using CreateWindowEx_() and managing the whole thing through API. If you're really serious about it you could make one and use PBOSL's RealGadget library to bring it more or less native. If it was me I'd just learn to love the shorter selection bars. You could also make a feature request, something like #PB_Combobox_NoImages where the old one would be used instead of the new one.
Thanks, but I'm not that serious about it. It's more an aesthetic thing.
netmaestro wrote:You could also make a feature request, something like #PB_Combobox_NoImages where the old one would be used instead of the new one.
Yes I'll do this. I thought Freak or Fred will say something like "oh we overlooked this. A flag is coming in Beta 3.".
Well now they get my feature request.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Out of my user experience I have to say that I'm familiar with having it on these explorerlists but not at comboboxes. In fact I think I've never seen such a combobox before that's why I'm so confused.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
A 'COMBOBOX' gadget should not act like that because it is not comfortable for the user and since under Vista and 7 works OK, it means there's something wrong like a bug or something missing in the code. BTW is this command still opening a COMBOBOX class window ? Or is it a custom class ?
Maybe it is not a bug, but since ComboboxEx class controls are basically Combobox controls that provide support for item images, why not adding them instead of replacing ? I mean we could have two functions: ComboboxGadget() and ComboboxExGadget() . Or maybe PB internally could switch to basic Combobox class control when no item image is used.