From: "Glenn Linderman" <[EMAIL PROTECTED]>
Yes, maybe, or no.
How often and it how many different places do you need to display
characters that don't get displayed properly?
I need to display those strings in many places, because I need to create
interfaces in romanian language. For example, now I need to display them in
menus and list boxes, and combo boxes.
Would it be possible, or too much overhead, to use RichEdit controls in
those places, appropriately sized and tweaked and possibly set read-only
and possibly set with a non-standard border, and having a common
background color with the enclosing window, so that it looks like a label,
or button or whatever?
It would be too complicated, because I cannot see, and I don't know what
styles I should use to make the Richedit look like a button, but that
richedit control cannot replace a combo box, a list view or list box, or a
radio button, a checkbox...
Or does doing all that ruin the accessibility?
I haven't tried it, but I think it doesn't break the accessibility for the
controls it can replace, however, it cannot be used for every control type I
need.
It would be nice at least if it would be possible to create a program using
WX, but also include in it some Win32::GUI controls, or something like
that...
Teddy