http://bugzilla.novell.com/show_bug.cgi?id=617924 http://bugzilla.novell.com/show_bug.cgi?id=617924#c1 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |kmachalkova@novell.com InfoProvider| |kmachalkova@novell.com --- Comment #1 from Klaus Kämpf <kkaempf@novell.com> 2010-06-29 08:32:34 UTC --- The problem is that you cannot create TreeItems stand-alone. They need to be embedded into a dialog and a vbox/hbox: factory = yui.YUI.widgetFactory() dialog = factory.createPopupDialog() vbox = factory.createVBox( dialog ) item = factory.createTree(vbox, "root") event = dialog.waitForEvent() dialog.destroy() This examples runs without crash. My knowledge about libyui trees is too limited to complete the example :-( Bubli, any hints how to properly add items to the tree ? -- 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.