[codenameone-discussions] Re: detect pointer is pressed several seconds on TextField

2017-07-18 Thread Shai Almog
You can derive and override the component and the longPress callback but as I said before that's a bad idea. -- 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 em

[codenameone-discussions] Re: push notification Error

2017-07-18 Thread Shai Almog
Hi, make sure you are using the right URL for the push certificate and that it is the debug certificate not the production certificate. Notice that this is NOT the certificate used for signing!!! If you host it yourself make sure the file is accessible directly and not a page with a download bu

[codenameone-discussions] Re: Impossible to play song / video from InpuStream

2017-07-18 Thread Samuel Berrien
I'm going to verify this important point. 2017-07-18 6:20 GMT+02:00 Shai Almog : > You mix object serialization (write/read Object) with regular streams. You > should try storing the file as is using the stream methods and verify each > stage (that the downloaded file is identical). > -- You re

[codenameone-discussions] Re: detect pointer is pressed several seconds on TextField

2017-07-18 Thread shop . service . assistant
Any suggestions on how to capture an event when a user touches and holds a Text Field for say 2 seconds then upon release I will take an action. On Tuesday, July 18, 2017 at 12:17:11 AM UTC-4, Shai Almog wrote: > > Text input is handled natively in Codename One as it's a pretty special > case.

[codenameone-discussions] push notification Error

2017-07-18 Thread yassineelmalyh
hello i'm trying to use push notification but i got this error when sending the push on IOS using : new Push(PUSH_TOKEN, "Hello World", deviceKey) .apnsAuth(cert, pass, false) .gcmAuth(GCM_SERVER_API_KEY) .send