[codenameone-discussions] Re: URLImage not updating button icon

2017-02-13 Thread SudanHouse Classifieds
On Tuesday, 14 February 2017 09:25:25 UTC+4, Shai Almog wrote: > > Hi, > thanks. Can you file an issue with that test case and we'll try to > reproduce/followup thru there. > An issue created below: URLImage not refreshing Component icon #2041

[codenameone-discussions] Re: Unable to download app

2017-02-13 Thread Shai Almog
Notice that a release build will never install on your device. It's meant for appstore distribution. What I meant when I said it isn't affected by this was that this won't affect your release. Please follow the instructions to add the build hint. -- You received this message because you are sub

[codenameone-discussions] Re: UWP File system

2017-02-13 Thread Shai Almog
Hi, available() isn't guaranteed to return anything other than 0 as this information isn't always available. Streams are implemented very differently in C# and we go thru serious hoops to make them feel like input streams... -- You received this message because you are subscribed to the Google

[codenameone-discussions] Re: Slider Text UIID

2017-02-13 Thread Shai Almog
Hi, setting the font in the Slider UIID should work as expected. Not sure if you need to set the font in SliderFull as well. Make sure to set both the selected and unselected states. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. T

[codenameone-discussions] Re: android.permission.READ_PHONE_STATE

2017-02-13 Thread Shai Almog
Thanks for this, it's a different issue. I've added a workaround for it. -- 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+unsub

[codenameone-discussions] Re: URLImage not updating button icon

2017-02-13 Thread Shai Almog
Hi, thanks. Can you file an issue with that test case and we'll try to reproduce/followup thru there. -- 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: values of ios.fileSharingEnabled

2017-02-13 Thread Shai Almog
There should be a .plist file only. If there are too many other files then they are your app files you placed in the root of the src folder. Most of the other stuff there is images etc. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group

[codenameone-discussions] Re: Unable to download app

2017-02-13 Thread Charles Hope
Shai, thank you for the answer. This worked perfectly! Xhatti, follow the instructions he gave, but prefix the property with "codenameone.ios". Sent from my iPhone > On Feb 13, 2017, at 10:55, xha...@googlemail.com wrote: > > I´m getting the same error, even on release builds. App just worke

[codenameone-discussions] Re: Unable to download app

2017-02-13 Thread xhatti via CodenameOne Discussions
I´m getting the same error, even on release builds. App just worked fine before the new lib version. I´m using iphone 4s and ipad 4. Sadly, the ios error is VERY unhelpfull "could not install at this time" and unfortunatly we wanted to push a new version of your app today On Sunday, February

[codenameone-discussions] Re: UWP File system

2017-02-13 Thread mcellinpaul
Hi again, On further testing it appears that the available() method on the InputStream was returning zero. Thanks, Paul On Monday, February 13, 2017 at 12:35:04 PM UTC, mcell...@gmail.com wrote: > > Hi, I decided to try and create a uwp version of my codename one app but > encountered some er

[codenameone-discussions] Slider Text UIID

2017-02-13 Thread David
Hi All, Is it possible to change UIID of the text of the Slider component? How can I do that? Thanks and regards, David -- 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

[codenameone-discussions] UWP File system

2017-02-13 Thread mcellinpaul
Hi, I decided to try and create a uwp version of my codename one app but encountered some errors (which don't occur on simulator or ios or old win pohne builds). To try and solve the issue I have been opening the codename one generated source code in visual studio and trying to debug - this is

[codenameone-discussions] Re: android.permission.READ_PHONE_STATE

2017-02-13 Thread Carlos Verdier
This is what I get from DDMS when I reject the permission: 02-13 10:30:16.419: W/LGPowerHintPolicy(4555): [Perf] setPowerHintBoostCancelIfNeeded : send boost cancel msg after 500ms 02-13 10:30:16.419: W/System.err(3388): java.lang.NullPointerException: Attempt to invoke interface method 'void co

[codenameone-discussions] Re: URLImage not updating button icon

2017-02-13 Thread SudanHouse Classifieds
Hi Shai, and thank you for getting back to me, After a few trials, it appears that and in my case, the URLImage failed to refresh the Button icon the first time when using a server generated image, and unlike a static server url, which works as expected, Also, please note that, the ImageUR