Re: [codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-05 Thread andrea antonello
Hi Ivan, I am also fighting with this problem a lot since oreo. Fact is that for android users it is natural to interact with the filesistem and not being able to makes certain types of applications weak on that platform. Currently I have been able to enable some degree of writing possibility by

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Shai Almog
This shouldn't be a problem. Notice we recommend having a very simple theme as the base so you can show a progress/download UI then add the second theme as an addThemeProps. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: How to make an AutoCompleteTextField component not show the keyboard.

2018-12-05 Thread Shai Almog
Hi, you can invoke startEditAsync to launch the edit UI. -- 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: Cannot create folder in Adroid 8 Oreo

2018-12-05 Thread Shai Almog
Hi, the current API level is 27 and google requires 26 as the minimum number. You are relying on functionality that google no longer supports and it's internal/private behavior to Android. If you can explain why you need that specific directory and what you are trying to do we can check how

[codenameone-discussions] Re: BrowserComponent show nothing

2018-12-05 Thread Shai Almog
Yes. I explained this in detail within this stack overflow answer: https://stackoverflow.com/questions/53600388/embed-codenameone-youtube-video -- 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: TextField will not center justify when Theme element is set to Center Alignment

2018-12-05 Thread Shai Almog
TextArea will center visually which is useful for display. However, once you start editing everything will jump to the left/right (depending on RTL) so this is mostly useful for display. All workarounds for this suck. You can place the text field in a flow layout center alignment and make it

[codenameone-discussions] Re: Unable to Login to iOS Account from CodeNameOne

2018-12-05 Thread Shai Almog
Hi, I've addressed this here: https://stackoverflow.com/questions/53631441/unable-to-login-to-ios-account-from-codenameone -- 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] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
yes by using these functions > // 1) > /** > * > * @param Url : direct link that can be downloading theme.res file > * @param name : name theme file to saving that in FileSystemStorage > e.g theme.res > * @return path in FileSystemStorage for theme downloaded >

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
> > yes by using these functions > // 1) /** * * @param Url : direct link that can be downloading theme.res file * @param name : name theme file to saving that in FileSystemStorage e.g theme.res * @return path in FileSystemStorage for theme downloaded */

[codenameone-discussions] How to make an AutoCompleteTextField component not show the keyboard.

2018-12-05 Thread rdvg1962
Hi, I want to use an AutoCompleteTextField component as if it were a combobox. How do I get the keyboard not to activate? Regards. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-05 Thread Ivan
Hi guys, my app stopped working after installation on Android 8 device. (A 5, A 6, simulator works ok) I've read about file system permission change in Oreo, I allowed my app to work with filesystem, double check in permission settings. But mkdir fails silently and required directory is not

[codenameone-discussions] Re: BrowserComponent show nothing

2018-12-05 Thread tobias.semmet via CodenameOne Discussions
Looks like the BrowserComposite has a high of 0px ? -- 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: TextField will not center justify when Theme element is set to Center Alignment

2018-12-05 Thread shop . service . assistant
Can you suggest a work around? I could use TextArea and limit the rows to 1 since TextArea does support Centering Test with proper UIID. Thoughts? On Tuesday, December 4, 2018 at 12:42:41 PM UTC-5, shop.servic...@gmail.com wrote: > If you are experiencing an issue please mention the full

[codenameone-discussions] BrowserComponent show nothing

2018-12-05 Thread tobias.semmet via CodenameOne Discussions
Hello, I use the BrowserComponent and open an URL on my Webserver.. the webserver is reached, i can debug the connection the page will be given back to the device... the device shown "loading" and then the BrowserComponent stay white without the created website :-( I can call the same website

[codenameone-discussions] Re: Images about buttons are not updated

2018-12-05 Thread rdvg1962
Thanks On Wednesday, December 5, 2018 at 12:49:50 AM UTC-5, Shai Almog wrote: > > Hi, > URLImage caches images locally. You need to change the storage file name > too in order for the image to be fetched again, alternatively you can > delete the storage file. > -- You received this message

[codenameone-discussions] Unable to Login to iOS Account from CodeNameOne

2018-12-05 Thread ashishk
If you are experiencing an issue please mention the full platform your issue applies to: IDE: Eclipse Desktop OS : Ubuntu Simulator Device : iOS Hi Team, I want to generate new Certificate for iOS app. I also has valid itunesconnect apple id. But while login into it I am getting below error