[codenameone-discussions] Re: Native interfaces in Intellij

2021-06-14 Thread Shai Almog
That sounds like a bug in the maven project. Let me check. On Tuesday, June 15, 2021 at 12:00:09 AM UTC+3 a2nd...@gmail.com wrote: > Sorry but I'm a little confused. I created a file, MyNative.java, in the > common folder along with my other code: > > package com.symdesign.shoppinggenie; > >

[codenameone-discussions] Re: Avoid calling localNotificationReceived on iOS automatically

2021-06-14 Thread Shai Almog
Hi, That sounds like the correct behavior. Looking at the code I don't see anywhere where we keep "state" of what was processed. I think this is just iOS that isn't sending the state if it was already sent. So I'm not sure if there's something we can do about it. On Monday, June 14, 2021 at

[codenameone-discussions] Re: How to know the id of the last inserted record through SQLMap API?

2021-06-14 Thread Shai Almog
Hi, right now you'll need to select again to get that id. We don't automatically update the primary key on insert yet. On Monday, June 14, 2021 at 11:13:05 AM UTC+3 rdvg...@gmail.com wrote: > Hi, > > I am using the SQLMap API inserting records into a table with auto > increment. Could you tell

[codenameone-discussions] Re: Native interfaces in Intellij

2021-06-14 Thread Dennis Rogers
Sorry but I'm a little confused. I created a file, MyNative.java, in the common folder along with my other code: package com.symdesign.shoppinggenie; import com.codename1.system.NativeInterface; public interface MyNative extends NativeInterface { String helloWorld(String hi); } When I run

[codenameone-discussions] Re: Avoid calling localNotificationReceived on iOS automatically

2021-06-14 Thread Ivan
Hi, yes, in that case it is invoked properly. Dátum: piatok 11. júna 2021, čas: 4:34:35 UTC+2, odosielateľ: Shai Almog > Hi, > if you kill the app and then click the notification will the > localNotificationReceived be invoked? > > On Friday, June 11, 2021 at 12:06:35 AM UTC+3 Ivan wrote: >

[codenameone-discussions] How to know the id of the last inserted record through SQLMap API?

2021-06-14 Thread rdvg...@gmail.com
Hi, I am using the SQLMap API inserting records into a table with auto increment. Could you tell me how you can get the id of the last inserted record. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group