Re: [Wt-interest] Odd behavior of Ext::ComboBox

2008-11-28 Thread Koen Deforche
Hey Michael, 2008/11/25 Michael Sørensen Loft [EMAIL PROTECTED]: Hi Koen, Thanks for the fix. But I've found what is probably yet another version of the same problem. If the panel containing the combobox is added to a WContainerWidget, the elements in the combo are still to short. I've

Re: [Wt-interest] Witty, MySQL and Umlauts

2008-11-28 Thread Koen Deforche
Hey Torsten, 2008/11/27 Torsten Schulz [EMAIL PROTECTED]: Hi there, I've the Problem that many Entries in my Database (MySQL) are umlauts (German ä, ö, ü, ...). And I've tested many things with witty like WString::fromUTF8, toUTF8 and so on. But what ever I do, I'm not able to see the

Re: [Wt-interest] Witty, MySQL and Umlauts

2008-11-28 Thread Torsten Schulz
My Database is configures as utf_unicode_ci. The Datafield is configured as utf_unicode_ci too. If I write it with cout, I see the correct message - but I don't see the word in WText. In WComboBox I see the word, but with wrong charakter (Ich w?re froh as example). I've written a workaround, so

Re: [Wt-interest] Witty, MySQL and Umlauts

2008-11-28 Thread Torsten Schulz
Ok, you're right. Only for other one with same problem: only use the follow code befor connect with mysql++: con.set_option(new mysqlpp::SetCharsetNameOption(utf8)); Greetings Torsten Koen Deforche schrieb: Hey Torsten, 2008/11/28 Torsten Schulz [EMAIL PROTECTED]: My Database is