[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

[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)