[codenameone-discussions] Re: AppStore rejection

2019-04-25 Thread nikola . balasev
Hi all, I'll just reply here, we sent message to Apple support, since we needed some clarification about which part is giving us trouble, and after a while they responded with a generic answer, and continued with the review of the app as if nothing happened. The app was approved a few minutes a

[codenameone-discussions] Re: Optimizing GUI for iOS 10

2019-01-24 Thread nikola . balasev
Hi, Those two buttons on the bottom are just regular buttons inside a container. Is there any way for them to be always forced on top? As for the status bar, it seems that during development, someone changed the color of it, so it was showing wrong color. I'll test that on the device, and repor

[codenameone-discussions] Re: Optimizing GUI for iOS 10

2019-01-23 Thread nikola . balasev
Hello, I think we derived the whole theme from Flat Red. Is there any way or need to change this? If not, is there a way to somehow import the current theme values into the new one, if we need to derive from native theme for this solution to work? includeNativeBool is true in our constants, tho

[codenameone-discussions] Re: GPS location taking too much time

2019-01-11 Thread nikola . balasev
Hi, Sorry for not answering in a timely matter, but i've managed to solve my problem after seeing one of the other questions here. We just changed the priority of the location request and set it to update every five seconds, as you can see from the following snippet. LocationManager.getLocationM

[codenameone-discussions] Accordion borders

2018-11-01 Thread nikola . balasev
Hi, I noticed that when i add accordion component to my app, there is always a black border around it. I tried applying UUID without borders to my elements, header, and the accordion itself, but the black border around accordion persists. Is there any way to remove that black border/line aroun

[codenameone-discussions] CodenameOne database problem

2018-08-15 Thread nikola . balasev
Hi I have a problem with retaining data within my CodenameOne. User logs in, database gets filled with user data, etc. Sometimes, after the update from PlayStore/App store, the data gets deleted for no reason. Or if a user doesn't use the app, after a while, it will be empty. Does anyone have an