Re: [codenameone-discussions] Re: Sharing option for text file with extension (or other type of files) - issue #3225

2020-09-10 Thread 'P5music' via CodenameOne Discussions
I need that import/export are symmetrical, so I think that the only option is to hand the user the json text directly to paste wherever it is convenient for saving/sharing (and viceversa), even if it is cumbersome. Some Android features of my app are not available on iOS, I fear, and then

Re: [codenameone-discussions] Re: Sharing option for text file with extension (or other type of files) - issue #3225

2020-09-10 Thread Shai Almog
I'm not sure I follow this completely. But the general rule is that there are sometimes different ways of doing things on iOS. You need to find an iOS app that does something similar and figure out what they do. On Friday, September 11, 2020 at 12:45:08 AM UTC+3 P5music wrote: > I need that

[codenameone-discussions] Re: How to desactivate Side Menu & toolBar?

2020-09-10 Thread Shai Almog
Hi, status bar is the bar at the top containing the time/date etc. It has nothing to do with the sidebar/menu. If you don't want those to appear don't add any command to the menu and they won't show. When you press on the menu what does it show? Find that command and remove it from your code.

[codenameone-discussions] Re: You have a build in progress within the queue?

2020-09-10 Thread Amine
Thank you Shai, I just instal the new version of Netbeans (12) and it work's. On Thursday, September 10, 2020 at 4:27:28 AM UTC+2, Shai Almog wrote: > > Hi, > it seems you have a very old project or used a recent Eclipse plugin which > had a regression. > Make sure to update your plugin then in

[codenameone-discussions] How to desactivate Side Menu & toolBar?

2020-09-10 Thread Amine
Hi Shai, I want to deactivate/remove Sidemenu and toolbar from my app. I add to the Build hints this parameter android.statusbar_hidden = true and android.statusbar_hidden = true but it does not work? plz Help Kind regards, IDE: NetBeans 12 Desktop OS Simulator Device -- You received this