[codenameone-discussions] Re: I need to make a basic application on Codename One using the very least amount of generated code. I need to code a fitness app.

2018-09-13 Thread Shai Almog
When you create a project select the "Bare Bones" template and the "Native" theme. These are the defaults for Codename One projects starting with plugin update 4.5. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe

[codenameone-discussions] Re: How to add a cocoa pod to a codename one project

2018-09-13 Thread Shai Almog
Hi, you can add it easily but it won't help you in a Codename One application. Since the application is rendered using Java the view animation you see there won't work for the Codename One view. It will see it as just a view drawing graphics. Obviously won't work for platforms like Android etc.

Re: [codenameone-discussions] Converting from WebBrowser to BrowserComponent

2018-09-13 Thread Steve Hannah
WebBrowser is not being deleted in 5.0. On Thu, Sep 13, 2018 at 11:34 AM, mcw wrote: > Thanks Steve. > > Is it OK to use WebBrowser, it is not one of the classes being deleted in > 5.0 right? > > > On Thursday, September 13, 2018 at 11:14:42 AM UTC-7, Steve Hannah wrote: >> >> I don't think

Re: [codenameone-discussions] Converting from WebBrowser to BrowserComponent

2018-09-13 Thread mcw
Thanks Steve. Is it OK to use WebBrowser, it is not one of the classes being deleted in 5.0 right? On Thursday, September 13, 2018 at 11:14:42 AM UTC-7, Steve Hannah wrote: > > I don't think there's an equivalent. WebBrowser is simply a wrapper > around BrowserComponent that will fall back

Re: [codenameone-discussions] Converting from WebBrowser to BrowserComponent

2018-09-13 Thread Steve Hannah
I don't think there's an equivalent. WebBrowser is simply a wrapper around BrowserComponent that will fall back to the old HTMLComponent on platforms that don't support a native web view. But all of the platforms we target now, have a native webview so that class has become redundant for the

[codenameone-discussions] Converting from WebBrowser to BrowserComponent

2018-09-13 Thread mcw
Haven't built my apps for some time and discovered a lot of deprecated classes and methods. I am trying to switch from WebBrowser to BrowserComponent. What is the BrowserComponent equivalent of WebBrowser.createDataURI(_coverImage, "image/png"); Thanks, Martin -- You received this message

[codenameone-discussions] I need to make a basic application on Codename One using the very least amount of generated code. I need to code a fitness app.

2018-09-13 Thread harsh . banthia
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] How to add a cocoa pod to a codename one project

2018-09-13 Thread medder12
Hi, I'm new to cn1. I want to add a pod so I can use it directly on my codename 1 projet. The pod is :https://github.com/yourtion/YXWaveView a layout of a wave effect that I want to add as visual component to my cn1 Form.Is there anyway to make this possible ? If yes, please provide me

[codenameone-discussions] How to add a cocoa pod to codename one ?

2018-09-13 Thread mohamedderkaoui...@gmail.com
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Hi, I'm new to cn1. I want to add a pod so I can use it directly on my codename 1 projet. The pod is :https://github.com/yourtion/YXWaveView. a layout