[Java-gnome-developer] New Combo box bug?
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-10-28 14:03:00
|
Il lun, 2003-10-27 alle 21:25, Luca De Rugeriis ha scritto: > String[] myArray = { "one", "two", "three" }; > Combo combo = new Combo(); > combo.setPopupdownStrings(myArray); The code above doesn't crash the app no more when it is called, but instead of having my array in the popdown menu, I have a blank popdown, with a number of blank rows added, plus I have this warning message: ** (java-gnome:7077): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() The number 7077 sometimes is different (dunno), and sometimes instead of blank rows, I've got some screwed up strings. Hope this can be fixed before the realease :) Luca. -- Luca De Rugeriis <pie...@li...> |