[Java-gnome-developer] Combo box bug?
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-10-27 20:31:46
|
I haven't found anything about this on the list: I'm trying to use the Combo class with the code below String[] myArray = { "one", "two", "three" }; Combo combo = new Combo(); combo.setPopupdownStrings(myArray); The code compiles fine, but when combo.setPopupdownStrings(myArray); is called, I had a crash with this output: ** ERROR **: file jni/org_gnu_glib_GListString.c: line 122 (Java_org_gnu_glib_GListString_append0): assertion failed: (handle != 0) aborting... Maybe my code is not correct? Thanks for help, Luca. -- Luca De Rugeriis <pie...@li...> |