[codenameone-discussions] Re: Navigation issue

2016-09-22 Thread Shai Almog
What's the issue? Do you get an error? -- 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] Native Maps are really slow (android)

2016-09-22 Thread Rocotoco Rodriguez
Hi! i want to ask you if is any way to speed up the MapContainer (native) when i create it. my problem its that take a lot of time in android to load the component on the first time. when my form its opening, i can see in the status bar the gps looking for location and it takes almost a minute

[codenameone-discussions] Re: requirement for push notification

2016-09-22 Thread Shai Almog
Yes. -- 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 this group at

[codenameone-discussions] Re: HOw to update app icon badge count

2016-09-22 Thread Shai Almog
Display.isBadgingSupported/setBadgeNumber(int) -- 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.

[codenameone-discussions] Re: When do showForm("myform",null) from postResponse, it flashes up then jumps back to the prev frorm

2016-09-22 Thread Shai Almog
https://www.codenameone.com/manual/edt.html -- 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.

[codenameone-discussions] togglebutton one pixel too wide, missing right border

2016-09-22 Thread howudodat1
IDE: Eclipse Simulator native theme Toggle button appears to be one pixel too wide. In the screenshots you can see that the right border is not being drawn. The screenshot includes the main app as well as a small test app. protected void initManualComponents() { setLayout(new

[codenameone-discussions] Re: ios 10 and the Camera

2016-09-22 Thread mcellinpaul
Thank you. Files as #1895 Paul On Wednesday, September 21, 2016 at 1:09:47 PM UTC+1, mcell...@gmail.com wrote: > Hi All, > > I have discovered that with ios 10, if I have used Camera.capture() at any > point and then the screen locks (timeout or user actually locks the screen > with the

Re: [codenameone-discussions] Re: Why does Socket.getHostOrIP() return localhost ?

2016-09-22 Thread Gareth Murfin
how could it be done on the server side though? I want the IP of the client, I dont see how the server could work it out ? On 22 September 2016 at 04:49, Shai Almog wrote: > This is usually done on the server side where it is more reliable as the > IP might be 192.168.*

[codenameone-discussions] Re: Form title is written twice

2016-09-22 Thread howudodat1
The title is displayed correctly when I dont show the dialog, *obviously* this is not a solution The title is also correct when I show the dialog modeless. This is a *possible* solution but requires now that I implement some form of a callback to inform the calling form that the dialog is

[codenameone-discussions] requirement for push notification

2016-09-22 Thread CODENAME1
for implementing push notification what are the basic requirment. DO i need a pro account? -- 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 to force width / height of a dialog

2016-09-22 Thread howudodat1
I override calcPreferredSize to force a dialog to be larger (for a large textarea). However it still shows up as a small dialog packed to the minimum package com.howudodat.sdcpmobile.ui; import com.codename1.ui.Button; import com.codename1.ui.Dialog; import com.codename1.ui.FontImage;