"gerard patel" <[EMAIL PROTECTED]> wrote:
> Do you have an unicode version of listbox in the works ?
Yes, I'm working on it right now. After a general way of testing
I'll send it to wine-patches.
> Since the combobox is unicode, cb_findtext* apis
> seem to have problems; I think it should not happen if listbox is unicode,
> but if an unicode listbox is not done in a near future, these could be fixed
> at the combobox level...
After listbox will be unicoded, welcome to report any bugs...
> While talking about unicode...
> The edit control buffer is unicode now, are Ansi apps that are
> accessing the buffer directly (EM_GETHANDLE) supposed to
> work ?
Even 16-bit EM_GETHANDLE16 should work. It works by allocating alias buffer
on EM_GETHANDLE/EM_GETHANDLE16 call and does synchronization with external
buffer every time when internal unicode buffer is accessed.
Do you have an application that doesn't work after the edit control rewrite?