[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-08 Thread Shai Almog
Hi, if you need location information while the app is in the background this isn't the way to go at all. I still have no idea what you are trying to accomplish. The original listing I mentioned will keep the battery usage low, the fact that it will invoke you more frequently is irrelevant. You

[codenameone-discussions] Re: CN1 Build failed.

2019-01-08 Thread Shai Almog
This might be a temporary connection issue, if this persists go through the steps illustrated here: https://www.codenameone.com/blog/tip-fix-issue-missing-builds.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe

[codenameone-discussions] Re: API 28 Android

2019-01-08 Thread Shai Almog
Before milestone 7. We thought about doing it for this release but I'd rather push it back as the current release is pretty full. The cutoff date is around August so we have time. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: browser.setpage and html

2019-01-08 Thread Shai Almog
Non-ascii characters in the file URL might not work. We didn't test that -- 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] Re: Local links in html

2019-01-08 Thread Shai Almog
Non-ascii characters might fail here, this might work on the device and might fail on the device. I don't know. This isn't something we tested. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] Re: chinese/japanese in simulator?

2019-01-08 Thread Shai Almog
It uses system fonts by default... -- 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

[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-08 Thread rdvg1962
*Hi,* *Again change the code of the location, timing the update of my tables to "n" minutes. In the simulator this works well. In the device I have the problem that every time the device goes into power saving the screen turns off and the GPS cycle also stops working.* *I appreciate any

[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-08 Thread rdvg1962
Hi, Change the activation code of the gps in the following way: private void geoLocalizacion() { sesion = System.currentTimeMillis(); localizacionConductor = new Localizacion(sesion); LocationManager.getLocationManager().setLocationListener(localizacionConductor,

[codenameone-discussions] CN1 Build failed.

2019-01-08 Thread Muchey
Am unable to send builds to the server as below error message was encountered. Please help. java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)

[codenameone-discussions] Re: InfiniteProgress

2019-01-08 Thread Muchey
Much thanks. Worked! On Tuesday, January 8, 2019 at 2:35:01 PM UTC+1, Muchey wrote: > > I am unable to find the class name to which this component belongs: > InfiniteProgress. > > Please anyone knows if its been deprecated? > Replaced with InfiniteContainer()? > > > If you are experiencing an

[codenameone-discussions] API 28 Android

2019-01-08 Thread myguidoo
When do you plan to update Android API 28? Thank you. -- 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] Re: browser.setpage and html

2019-01-08 Thread Gareth Murfin
spent a long time trying, links dont work either, im assuming setPage is just broken somehow, or I am missing the point of baseurl and setting it wrong maybe. Would be so good if it worked, this solution would be very elegant for what I want to do. On Tuesday, January 8, 2019 at 10:22:53 PM

[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-08 Thread rdvg1962
Hi, I did another test by simplifying the code as much as possible and placing the listener in a minute and in each cycle let a sound occur. Both the simulator and the device repeat the reading in approximately one second. Step to copy the simplified code and I appreciate being told that I am

[codenameone-discussions] Re: browser.setpage and html

2019-01-08 Thread Gareth Murfin
ps this one is not related to chinese characters, it wont work with any images no matter what theyre called. On Tuesday, January 8, 2019 at 8:17:44 PM UTC+8, Gareth Murfin wrote: > > Using the BrowserComponent is it possible to generate html in a string and > use that *with* working images? Im

[codenameone-discussions] Re: Local links in html

2019-01-08 Thread Gareth Murfin
looks like im wrong as usual :) they DO load but not if there are chinese characters in their names, which is weird because if I go directly to view a .svg with chinese characters in its name it does work, but from html it does not, why would this be? Im wondering if I can somehow convert the

[codenameone-discussions] Re: Local links in html

2019-01-08 Thread Gareth Murfin
Links work fine now but I have noticed that even with setUrl images referenced in the page will not display, this same html page works fine in a normal browser on pc and images are displayed. On Monday, January 7, 2019 at 12:28:51 PM UTC+8, Gareth Murfin wrote: > > Yes that now works very well

Re: [codenameone-discussions] InfiniteProgress

2019-01-08 Thread Steve Hannah
Here are the javadocs for it https://www.codenameone.com/javadoc/com/codename1/components/InfiniteProgress.html On Tue, Jan 8, 2019 at 5:35 AM Muchey wrote: > I am unable to find the class name to which this component belongs: > InfiniteProgress. > > Please anyone knows if its been deprecated?

[codenameone-discussions] InfiniteProgress

2019-01-08 Thread Muchey
I am unable to find the class name to which this component belongs: InfiniteProgress. Please anyone knows if its been deprecated? Replaced with InfiniteContainer()? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS

[codenameone-discussions] browser.setpage and html

2019-01-08 Thread Gareth Murfin
Using the BrowserComponent is it possible to generate html in a string and use that *with* working images? Im trying to create html which contains stuff, and then make that path for img src myself. But I cannot seem to get it to work, im just wondering if its possible? Or is there a bug in

[codenameone-discussions] Re: chinese/japanese in simulator?

2019-01-08 Thread Gareth Murfin
What a shame, however weirdly, today chinese chars seem to work!! I started a new visual project and added buttons with them on and they show ok.. On Tuesday, January 8, 2019 at 11:37:53 AM UTC+8, Shai Almog wrote: > > The embedded roboto font in the simulator doesn't handle unicode >