http://bugzilla.novell.com/show_bug.cgi?id=617924 http://bugzilla.novell.com/show_bug.cgi?id=617924#c2 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kmachalkova@novell.com | --- Comment #2 from Katarina Machalkova <kmachalkova@novell.com> 2010-06-29 08:46:31 UTC --- The following code creates a tree with 2 items (top- and 1st level) factory = yui.YUI.widgetFactory() dialog = factory.createPopupDialog() item1 = yui.YTreeItem("hello") item2 = yui.YTreeItem( item1, "world") vbox = factory.createVBox( dialog ) tree = factory.createTree( vbox, "Hello, World!" ) // add top level item only, its children will be added automatically tree.addItem(item1) factory.createPushButton( vbox, "&OK" ) event = dialog.waitForEvent() dialog.destroy() For some reason, the tree items are visible only in ncurses (GUI shows an empty box). Nevertheless, segfault on dialog close occurs in both cases -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.