[codenameone-discussions] Re: Native interfaces in Intellij

2021-06-13 Thread Shai Almog
On which file? notice that the native side shouldn't include the native interface, it should only be in common. On Monday, June 14, 2021 at 1:08:30 AM UTC+3 a2nd...@gmail.com wrote: > I generated the native interface but when I try to build it, it says it > can't find

[codenameone-discussions] Re: Problems using PUT method with Restful api

2021-06-13 Thread Shai Almog
In the screenshot you posted it looks like you passed the parameters in the URL. On Sunday, June 13, 2021 at 5:14:04 PM UTC+3 rdvg...@gmail.com wrote: > Hi, > Excuse me, if it works fine when I send information through the body. > > > El Sunday, June 13, 2021 a la(s) 8:31:23 AM UTC-5,

[codenameone-discussions] Re: Native interfaces in Intellij

2021-06-13 Thread Dennis Rogers
I generated the native interface but when I try to build it, it says it can't find com.codename1.system.NativeInterface. On Saturday, June 12, 2021 at 9:41:08 PM UTC-4 Shai Almog wrote: > The plugin is only applicable to Ant projects not to maven projects. > For maven Generate Native

[codenameone-discussions] Re: Problems using PUT method with Restful api

2021-06-13 Thread rdvg...@gmail.com
Hi, Excuse me, if it works fine when I send information through the body. El Sunday, June 13, 2021 a la(s) 8:31:23 AM UTC-5, rdvg...@gmail.com escribió: > Hi, > > Thank you very much Mr. Shai, I have other methods in my application that > they use in the PUT method and I need to send

[codenameone-discussions] Re: Problems using PUT method with Restful api

2021-06-13 Thread rdvg...@gmail.com
Hi, Thank you very much Mr. Shai, I have other methods in my application that they use in the PUT method and I need to send information through the body. In this scenario it also sends me error. Have another trick to move forward? El Saturday, June 12, 2021 a la(s) 8:38:36 PM UTC-5, Shai Almog