[codenameone-discussions] Build error: export failed on iOS

2016-08-28 Thread mispro . ahsay
Dear Sir, When I build iOS, there is build error return below: ** EXPORT FAILED ** Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -exportArchive -archivePath MainUI.xcarchive -exportPath

[codenameone-discussions] Re: Does Toolbar require use of a Side Menu?

2016-08-28 Thread Shai Almog
Not with general customization. The menu is wired to the overflow. Some devices don't have a physical menu button so we need it there because that is hard to detect reliably. You can just show a dialog instead of showing a menu and place it at the bottom but making it show based on the menu

[codenameone-discussions] Re: possible bug in MapComponent

2016-08-28 Thread Shai Almog
Hi, this would still work as the listeners collection will be empty. We are mostly focusing on the native maps and not so much on the map component. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] Re: Windows Store Build never completes

2016-08-28 Thread Shai Almog
We added some code to fail more gracefully for this case. It looks like the result sizes are just too large and I'm guessing it might be because of the source files in the release build. Try unchecking the include source flag and see it it works around the issue. -- You received this message

[codenameone-discussions] Electric Wire is acclimated in astringent

2016-08-28 Thread lichunyande06
When a baptize cooled adeptness shenzhougroup.net Electric Wire is acclimated in astringent environments such as powering an EAF (Electric Arc Furnace) in a animate comminute there is an astronomic abeyant for heat, flames, ash or aqueous burst to acutely blow

[codenameone-discussions] needs of a Elevator commuter fujihd

2016-08-28 Thread lichunyande06
If you are searching at affairs a pre acclimatized van or accepting your accepted car acclimatized to accommodated the needs of a Elevator commuter fujihd.net or driver, you may be apprehensive what some of the best and a lot of advantageous car conversions are. In

[codenameone-discussions] Re: Error on fromNSString function in Codename one

2016-08-28 Thread mispro . ahsay
Hi, -(NSString *)restorePhoto:(NSString *)param param1:(NSString *)param1 param2:(NSString *)param2{ __block BOOL bResult = NO; __block NSString *sFilePath = @""; NSString *sAppDocPath = NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory

[codenameone-discussions] Does Toolbar require use of a Side Menu?

2016-08-28 Thread nickkoirala
I want to use the Toolbar API so I can have good control over buttons and elements in the title bar, but want to have the main menu of the app in a bar at the bottom of the screen. This combination doesn't seem to be possible with theme constants and adding commands to the form. -- You

[codenameone-discussions] Re: programatically go back

2016-08-28 Thread shyam tha
Please check this and hope there will not be any problem now public void connection(final *StateMachine sm* ){ ConnectionRequest r = new ConnectionRequest() { protected void readResponse(InputStream input) throws IOException { String sError = "This would be set by server"; } protected

[codenameone-discussions] programatically go back

2016-08-28 Thread howudodat1
Is there a way to programatically go back? Before in the old state machine there was back(). Now with the newest framework, I cant find back(). I'm not using the new GUI builder, I am coding all by hand ConnectionRequest r = new ConnectionRequest() { protected void readResponse(InputStream

[codenameone-discussions] possible bug in MapComponent

2016-08-28 Thread romancanoniero
hi! i dont know if i found a bug. i found that the function fireMapListenerEvent() checks if listeners is not null, but when you remove all the listeners, the variable doesnt become null private void fireMapListenerEvent() { // assuming always EDT if(listeners != null) {

[codenameone-discussions] Re: Windows Store Build never completes

2016-08-28 Thread Bryan Buchanan
I cancelled it last night and it eventually cancelled. I re-submitted 3 hours ago and it's still in the building stage. On Sunday, August 28, 2016 at 2:26:31 PM UTC+10, Shai Almog wrote: > > Cancel and resend. If this is stuck in the same "building" stage then this > is something we need to