1. Win32Lib release delayed

I'll be delaying the next release of Win32Lib until next Monday. I found =
some nasty side-effects from the last set of changes I made.

In the mean time, here's a patch to the combo control, for those who =
wanted to be able to type text into combo boxes:

-- combo box: dropdown, edit
    className[ Combo ] =3D "combobox"
    classType[ Combo ] =3D CB
    classStyle[ Combo ] =3D or_all( {     WS_CHILD,=20
                                        WS_VISIBLE,
                                        --CBS_AUTOHSCROLL,
                                        --CBS_DISABLENOSCROLL,
                                        CBS_DROPDOWN,
                                        --CBS_DROPDOWNLIST,
                                        CBS_HASSTRINGS,
                                        --CBS_LOWERCASE,
                                        --CBS_NOINTEGRALHEIGHT,
                                        --CBS_OEMCONVERT,
                                        --CBS_OWNERDRAWFIXED,
                                        --CBS_OWNERDRAWVARIABLE,
                                        --CBS_SIMPLE,
                                        --CBS_SORT,
                                        --CBS_UPPERCASE,
                                        WS_TABSTOP} )

Basically, I've commented out the CBS_DROPDOWNLIST and replaced it with =
CBS_DROPDOWN. If you want other styles, just look the meaning of the =
various flags in the help file. The next release will include several =
styles of combo boxes.

If other people were waiting for other patches, drop me a note.

Sorry for the inconvenience.

-- David Cuny

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu