Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-17 Thread 'P5music' via CodenameOne Discussions
Yes but there can be other reasonable needs, like creating screenshots for the AppStore, otherwise it has to be done with Gimp, scaling, etc, very bad. And also there are different iOS versions to test on. I do not know if this would be useful, but for Android it is, for permissions and other

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread Javier Anton
Right, so what I meant is that there can only be 1 BC in CENTER, and nothing anywhere else in the BL. You can't safely scroll a BC, the scrolling is in the BC itself This is accurate as far as I know On Wed, 17 Mar 2021 at 14:32, 'P5music' via CodenameOne Discussions <

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread 'P5music' via CodenameOne Discussions
@Javier It is enough that the UI scrolls, not the BC content, its height is set at large so it seems very large. The user just can touch inside it to set the caret position when editing. About what you meant about the BC being alone it is not necessary. However what I meant is that when the user

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread 'P5music' via CodenameOne Discussions
@Javier of course it is in the CENTER of a BL, just there is something NORTH too. Do not worry. It has also callbacks inside, like you say. The question is now how to allow the scrolling back when the touch keyboard has scrolled the UI too much. Regards Il giorno mercoledì 17 marzo 2021 alle

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread Javier Anton
I think this has been discussed before. BrowserComponent is meant to be used in the center of a BorderLayout Form. Avoid mixing it with other components other than a toolbar. If you want to add stuff next to your BC, add it in the html and pass callbacks On Wed, 17 Mar 2021 at 11:48, 'P5music'

[codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread 'P5music' via CodenameOne Discussions
I have some troubles with the scrollable feature of Containers when a BrowserComponent is involved, especially on simulator. I can have some good functioning on Android if I assign a large height to its content. In certain cases the BrowserComponent takes all the space in the UI. My app has an

[codenameone-discussions] iOS build testflight error

2021-03-17 Thread Amine
Hi, I got this error when i try to build iOS app fro test flight: Executing: /usr/local/bin/pod --version Process return code is 0 Pods version: 1.10.0 User-level: 1000 Request Args: - ios.release.distributionMethod=app-store java.version=8 ios.project_type=ios win.ver=8

[codenameone-discussions] Re: Securing certificates and keys

2021-03-17 Thread Dave Dyer
the term "nonsense" was used :) On Wednesday, March 17, 2021 at 8:06:42 PM UTC-7 Shai Almog wrote: > They can't do that because they will need to login to your account too. > > On Wednesday, March 17, 2021 at 9:36:55 AM UTC+2 P5music wrote: > >> "The worst that can happen if someone >> steals

[codenameone-discussions] Re: Net Communications on iphone device

2021-03-17 Thread Shai Almog
I was able to run it and got a NOK from the server. The question is what did the server get? Can your server deal with chunked requests? gzip? On Wednesday, March 17, 2021 at 7:28:48 AM UTC+2 a2nd...@gmail.com wrote: > No problem! > > > On Tuesday, March 16, 2021 at 11:03:16 PM UTC-4 Shai Almog

[codenameone-discussions] Re: iOS build testflight error

2021-03-17 Thread Shai Almog
Hi, the provisioning profile seems to have a problem. Did you download it manually? It seems to be invalid. As far as I recall the testflight build is a pro feature. But I'm not 100% sure. On Wednesday, March 17, 2021 at 10:43:45 PM UTC+2 miss...@gmail.com wrote: > Hi, > I got this error when

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread Shai Almog
Make the container in the north scrollable on Y axis e.g. northContainer.setScrollableY(true). Make sure it has a layout such as BoxLayout Y. On Wednesday, March 17, 2021 at 5:25:10 PM UTC+2 P5music wrote: > @Javier > It is enough that the UI scrolls, not the BC content, its height is set at

Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-17 Thread Shai Almog
Debugging on device is pretty common for anyone writing native code, debugging a crash or running a profiler. Once it's there, it's useful. I think 2 weeks - 1 month time period. On Wednesday, March 17, 2021 at 9:47:07 AM UTC+2 P5music wrote: > Yes but there can be other reasonable needs, like

[codenameone-discussions] Re: Securing certificates and keys

2021-03-17 Thread Shai Almog
They can't do that because they will need to login to your account too. On Wednesday, March 17, 2021 at 9:36:55 AM UTC+2 P5music wrote: > "The worst that can happen if someone > steals your certificates is they can publish an app that you will get > credit for." > > That's not good at all,