Page 2 of 2

Re: Servoy 6.0 rc 1

PostPosted: Thu Jun 23, 2011 12:38 pm
by pbakker
Doesn't look right to me, please file a case for this, preferably with an small sample solution

Paul

Re: Servoy 6.0 rc 1

PostPosted: Thu Jun 23, 2011 12:55 pm
by jcompagner
do attach a sample solution because a simple test that i do:

Code: Select all
        var popup = plugins.window.createPopupMenu();
   popup.addMenuItem("test1",onAction);
   popup.addMenuItem("test2",onAction);
   popup.addMenuItem("test3",onAction);
   popup.addSeparator();
   popup.addMenuItem("test4",onAction,"media:///windowicon16.png");
   popup.addMenuItem("test5",onAction,"media:///windowicon16.png");
   popup.addMenuItem("test6",onAction,"media:///windowicon16.png");
   popup.show(elements.button);


works fine, and also what we show is a simple JPopupMenu of swing, so the look and feel is generating the layout.
Are you using html in your labels?