[codenameone-discussions] Prevent the keyboard from hiding after clicking on Done

2019-09-05 Thread Ulises Escobar
How can I prevent the keyboard from hiding after clicking on Done? -- 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] How import jar file in native J2SE

2016-10-28 Thread Ulises Escobar
IDE: Netbeans SO: Windows Hi, I'm trying to implement a feature to use the webcam to take photos in the J2SE build. I was put my camera lib jar in the native/j2se path, but when I try to compile Netbeans can't find the package. What is the right way to do this? -- You received this message

[codenameone-discussions] Re: How remove all side commands in Toolbar

2016-10-05 Thread Ulises Escobar
The following code: removeAllCommands(); revalidate(); doesn't remove sideCommands. I tried a workaround using setToolbar(new Toolbar()); but after a few calls the components in the form stop showing. On Wednesday, September 28, 2016 at 12:09:39 AM UTC-4, Shai Almog wrote: > > Hi, >

[codenameone-discussions] How remove all side commands in Toolbar

2016-09-27 Thread Ulises Escobar
Hi, how I can remove all commands in a Toolbar? The removeAllCommands function in Form doesn't work. Also I need delete only one command of the SideBar, how I can do it? Thanks. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] How I can copy a file from the sdcard to my App Home?

2016-09-07 Thread Ulises Escobar
Is there any way to copy or move a file? -- 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

[codenameone-discussions] Re: Android app with Native code was working and now doesn't

2016-08-30 Thread Ulises Escobar
I am experiencing the same problem. The onActivityResult function in AndroidNativeUtil.startActivityForResult is not being called. On Monday, August 29, 2016 at 11:39:45 PM UTC-5, Shai Almog wrote: > > I'm not aware of any major impacting changes to the Android build > toolchain in the past few

[codenameone-discussions] How I can set the title, body and hidden payload of a PushNotification?

2016-08-25 Thread Ulises Escobar
Hello, I'm using type 3 Push Notifications, but I need to change the title too. How I can send a Push Notification with Title, Body and Hidden part? If there is no way, could you add this functionality? It would be very useful. -- You received this message because you are subscribed to the

[codenameone-discussions] Re: iOS on camera preview form keep listening click events

2016-07-18 Thread Ulises Escobar
Of course, it is the issue # 1831 On Saturday, July 16, 2016 at 12:04:41 AM UTC-5, Shai Almog wrote: > > Can you file an issue on that? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] iOS on camera preview form keep listening click events

2016-07-15 Thread Ulises Escobar
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans OS: iOS Device: iPhone 4 (ios 7.1.2), iPhone 5 (ios 9.3.2) CN1 version: 3.4.3 When I call the Capture.capturePhoto() in iOS and click over the camera preview to set the autofocus, the click