Re: Combo box edit control 'children'

new topic     » goto parent     » topic index » view thread      » older message » newer message

.. OOPS ! ..
I should have mentioned that I have re-defined:
Combo and SortedCombo in win323lib as follows:

classStyle[ Combo ] = or_all( {     WS_CHILD,
                                        WS_VISIBLE,
                                        WS_VSCROLL,
                                        CBS_DISABLENOSCROLL,
                                        CBS_DROPDOWN,
                                        CBS_HASSTRINGS,
                                        WS_TABSTOP} )

classStyle[ SortedCombo ] = or_all( {   WS_CHILD,
                                            WS_VISIBLE,
                                            WS_VSCROLL,
                                            CBS_DISABLENOSCROLL,
                                            CBS_DROPDOWN,
                                            CBS_HASSTRINGS,
                                            CBS_SORT,
                                            WS_TABSTOP} )

...since the definitions in win32lib ver.43d do not even seem to have
an edit control. ( that blinking curser in a box thingie ! )
...there may be something wrong with my definitions too.

Wolf

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu