[codenameone-discussions] Re: Problems generating ios build

2016-10-24 Thread romancanoniero
shai: the problem is when i want to make new certificates for IOS from your certificates wizzard. 1) I introduce my username/password from apple. 2) after that, i receive a message in my phone who says that "logon request the apple id . a device requests login with your apple id near san

[codenameone-discussions] Re: IOS certificate wizzard doesnt work

2016-10-24 Thread romancanoniero
the ios certificate wizzard, sure! On Monday, October 24, 2016 at 11:48:08 PM UTC-3, Shai Almog wrote: > > Are you sure you are using our app wizard? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: IOS certificate wizzard doesnt work

2016-10-24 Thread Shai Almog
Are you sure you are using our app wizard? -- 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.

[codenameone-discussions] Re: Problems generating ios build

2016-10-24 Thread Shai Almog
Hi, I have no idea what 6 digit code you are talking about? Can you post a screenshot? -- 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] Re: ios certificate wizard error

2016-10-24 Thread Shai Almog
There has been some discussion in stackoverflow about Apple rejecting apps that use this flag with no good reason. Apple's definition of "good reason" is something that is always in flux. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Re: An exception occurred during transition paint this might be valid in case of a resize in the middle of a transition

2016-10-24 Thread Shai Almog
It looks like this is triggered by one of the arc paths can you log these calls and see which arguments trigger this? -- 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: State of change google playservice to version 9.4?

2016-10-24 Thread Shai Almog
It should work now. -- 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: ParseLiveQury implementation

2016-10-24 Thread Shai Almog
That's very interesting, thanks! I don't have use cases that require this at the moment so it's a bit hard to provide feedback for something you don't try. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

[codenameone-discussions] IOS certificate wizzard doesnt work

2016-10-24 Thread romancanoniero
do you know why when i try to generate the certificates i receive a question about autorization for a device? where i have to put the received code? thanks! If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator

[codenameone-discussions] Re: ios certificate wizard error

2016-10-24 Thread usabg63500
> > thanks u Shai, i have used the plist and it work now. But i have a > question, with the fact that i use the plist in order to past http > requests, > my app will be fired in apple store or not? netherless, i used https request to communicate with my server , i only need http request to

[codenameone-discussions] Re: An exception occurred during transition paint this might be valid in case of a resize in the middle of a transition

2016-10-24 Thread Gareth Murfin
Note, I do use general path and drawshape: private void drawCircleBar(Graphics g, int pullToTheLeftPixels, int angleToStartOn, int angleToEndOn, int colour) { GeneralPath pathStatic = new GeneralPath();//these should not be made each time but had repaint issues when I did, see

Re: [codenameone-discussions] SCREEN/APP FREEZING

2016-10-24 Thread Gareth Murfin
Im experiencing something similar on the simulator, not even on a real device, An exception occurred during transition paint this might be valid in case of a resize in the middle of a transition java.lang.StackOverflowError at

Re: [codenameone-discussions] SCREEN/APP FREEZING

2016-10-24 Thread Jérémy MARQUER
Hi, What do you mean by sleeping off the EDT ? On Saturday, October 22, 2016 at 4:48:11 AM UTC+2, Shai Almog wrote: > > If you have intensive work you need to sleep off the EDT between work > batches. Even multi-core CPU's are pretty damn weak on mobile. > -- You received this message because