[codenameone-discussions] Re: How do I add a new property to the native AppDelagate?

2017-08-30 Thread Shai Almog
You can probably add a global variable instead of a property to the delegate m file by using the build hint ios.glAppDelegateHeader -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving ema

[codenameone-discussions] Re: GUI Builder Does not show the Layer tools

2017-08-30 Thread Shai Almog
Hi, in IntelliJ you should have an "Autolayout Form" option which should be the equivalent of creating a netbeans form. -- 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

[codenameone-discussions] Re: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-30 Thread Shai Almog
This should be fixed in the update this Friday -- 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. V

[codenameone-discussions] Re: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-30 Thread Shai Almog
Hi, it's hard to tell without the full build log but it sounds related to the regression discussed in another thread here. It's probably related to the new VM enhancements. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscr

[codenameone-discussions] How do I add a new property to the native AppDelagate?

2017-08-30 Thread nickkoirala
I'm implementing Estimote Beacons as a cn1lib with background region monitoring. It requires that the beaconmanager is initialised in applicationDidFinishLoading and it I can only get it working this way: ios.beforeFinishLaunching = self.beaconManager = [ESTBeaconManager new]; And then access t

[codenameone-discussions] GUI Builder Does not show the Layer tools

2017-08-30 Thread Alfredo Gordian
IDE: NetBeans/IDEA Desktop OS: Windows Hi guys, I just starting with CN1, I use to work with IntelliJ then I downloaded the pluging. I started doing some tests, And I found that the GUI Editor from IntelliJ didn't showed me the layered tools that are supposed to be shown by the new GUI Editor

[codenameone-discussions] Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-30 Thread Pepe Cerezo
Hello, Build a iOS debug with codenameone works fine, in 5 or 6 minutes is successful build. But the iOS release never end. The log message is : Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step I use Netbeans in a Mac computer to do it. Any ide