Servoy 6.0 rc 1

Release notes for Servoy betas

Re: Servoy 6.0 rc 1

Postby pbakker » Thu Jun 23, 2011 12:38 pm

Doesn't look right to me, please file a case for this, preferably with an small sample solution

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Servoy 6.0 rc 1

Postby jcompagner » Thu Jun 23, 2011 12:55 pm

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?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Previous

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 8 guests