https://bugzilla.novell.com/show_bug.cgi?id=295485#c9 --- Comment #9 from Stefan Hundhammer <sh@novell.com> 2007-08-02 08:00:09 MST --- { // Simple MultiSelectionBox example: // // All items are simple strings, none has an ID, no item preselected. UI::OpenDialog( `VBox( `MultiSelectionBox( "Select pizza toppings:", [ "Cheese with a very damn long description that can get even longer than you think", "Tomatoes", "Mushrooms", "Onions", "Salami", "Ham" ] ), `PushButton("&OK") ) ); UI::UserInput(); UI::CloseDialog(); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.