[codenameone-discussions] Re: how to render TextArea or textField to vary font and color within the body of text

2019-04-08 Thread Shai Almog
You can use HTML but not in the body of arbitrary components which is super expensive. There is this option: https://www.codenameone.com/blog/tip-lightweight-rich-text-view.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: ComboBox with SpanButton VS MultiButton as rendered multiline text

2019-04-08 Thread Shai Almog
Use a text area. Set it to editable false and use setUIID("Label"). SpanLabel is lead component and won't work well with a renderer. FYI https://www.codenameone.com/blog/tip-dont-use-combobox.html -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: How to deploy App on IOS using windows eclipse

2019-04-08 Thread Shai Almog
Hi, no. You need to use a Mac for the final upload part. We currently don't have a deployment tool on Windows. You can use a service such as macincloud and the Application Loader tool. https://stackoverflow.com/questions/54811444/send-a-codename-one-ios-appstore-build-to-app-store -- You

[codenameone-discussions] how to render TextArea or textField to vary font and color within the body of text

2019-04-08 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator Latest Device PC, Android 7+ & IOS 12+ I am looking to vary font and color within the body of text. In Swing I use HTML Best

[codenameone-discussions] How to deploy App on IOS using windows eclipse

2019-04-08 Thread tobias.semmet via CodenameOne Discussions
Hi, is there a good tutorial how to deploy an app for ios (IOS App Store Build) using codenameone via eclipse on window ? Thanks for your help. IDE: Eclipse Desktop OS : Windows Simulator Device :IOS -- You received this message because you are subscribed to the Google Groups "CodenameOne