Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-09-08 Thread Steve Hannah
This is now fixed. Will be on the build server soon. (I think tomorrow, but don't quote me on that). Steve On Wed, Aug 31, 2016 at 9:58 PM, Bryan Buchanan wrote: > On Thursday, September 1, 2016 at 2:56:17 PM UTC+10, Steve Hannah wrote: >> >> OK. So not a regression.

Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-08-31 Thread Bryan Buchanan
On Thursday, September 1, 2016 at 1:39:13 PM UTC+10, Steve Hannah wrote: > > Was the good build last week a debug build or a windows store build? > > Debug. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-08-31 Thread Bryan Buchanan
UWP Debug build -> works OK UWP Store Build -> labels are incorrect -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-08-31 Thread Bryan Buchanan
Last week. On Thursday, September 1, 2016 at 9:28:38 AM UTC+10, Steve Hannah wrote: > > Strange. When was your last known good build? > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-08-31 Thread Steve Hannah
I just tried a build with a slight modification of this code (since your example isn't convex), and it seemed to work fine. https://gist.github.com/shannah/768a095d2529b9018c48e262c613a3e2 [image: Inline image 1] On Wed, Aug 31, 2016 at 4:28 PM, Steve Hannah

Re: [codenameone-discussions] UWP Overflow menu commands stopped displaying correctly

2016-08-31 Thread Steve Hannah
Strange. When was your last known good build? On Wednesday, 31 August 2016, Bryan Buchanan wrote: > Have this code to add overflow menu commands: > > public void addOverflowMenuCommands(final Form f) { > > Image im =