[codenameone-discussions] Re: ImageViewer - delete currently showing image

2016-11-17 Thread Bryan Buchanan
Indeed it does :) -- 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 codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at

[codenameone-discussions] Re: ImageViewer - delete currently showing image

2016-11-17 Thread Shai Almog
That would work nicely. We often use a layered layout on top of the image viewer (e.g. in the kitchen sink dogs demo) to provide control but that code predated the floating button (which is effectively the same thing). -- You received this message because you are subscribed to the Google

[codenameone-discussions] Re: Include XML layout for Android?

2016-11-17 Thread Gareth Murfin
Looks like I finally got it to work by not leaving the other areas of the borderlayout empty, ie put a blank label in north, east, south, west, I suppose that was kind of obvious in hindsight!. On Thursday, November 17, 2016 at 11:25:57 AM UTC+8, Shai Almog wrote: > > Transparent might not be

Re: [codenameone-discussions] Windows UWP Deployment

2016-11-17 Thread Steve Hannah
You can use the build hint windows.build.version to increment the build version each time you build. Default value is 0.0. So first build do windows.build.version=1.0 Next time windows.build.versioln=2.0 or windows.build.version=1.1 etc... The version just can't be the same as the existing

[codenameone-discussions] Windows UWP Deployment

2016-11-17 Thread mcw
I have been following the instructions in the developer guide for the deployment of Windows UWP app. I have deployed my app on both a Windows 10 Phone and Desktop with the appropriate builds. You don't mention anything about installing a new build. I am finding that I cannot install a new

Re: [codenameone-discussions] Re: error with in house profile

2016-11-17 Thread howudodat1
actually ios.distributionMethod=enterprise did the trick. ad-hoc didn't work either On Wednesday, November 16, 2016 at 10:54:46 PM UTC-8, Steve Hannah wrote: > > You need to use ios.distributionMethod=ad-hoc in your build hints. > > https://www.codenameone.com/manual/advanced-topics.html > >