[codenameone-discussions] Re: considered improvment: custom border shape and border shadow

2018-09-14 Thread Shai Almog
Shaped clipping is slow so the assumption is that it's used for a very specific task and discarded back to regular rectangular clipping. So we don't want code that would pass a shape clipped buffer around, unaware. We only support aliased shaped clipping at this time. Swing doesn't support anti

Re: [codenameone-discussions] Is the codenameone comparable to TotalCross?

2018-09-14 Thread Shai Almog
In fact we don't "license" Codename One. Its free. The thing we sell is usage of our physical build servers but if you stop paying your license to use the code/builds is still the same and still free. -- You received this message because you are subscribed to the Google Groups "CodenameOne Dis

[codenameone-discussions] Re: Components of the forms disappear II

2018-09-14 Thread Shai Almog
Hi, you would see a crash if a memory issue was involved. I suggest looking at the console for the device and seeing if something was printed when this happened. Use a process of elimination to try and determine the part of the code that's responsible for this issue. -- You received this messa

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

2018-09-14 Thread Shai Almog
Hi, you would need to write that view in native code too... In that situation why use Codename One at all? Did you read this: http://www.codenameone.com/blog/cocoapods.html It's just a build hint with the URL of the cocoapod. -- You received this message because you are subscribed to the Google

[codenameone-discussions] Re: considered improvment: custom border shape and border shadow

2018-09-14 Thread Thomas
I thought shape clipping with anti-aliasing was supported natively by ios and android (since android 4.4 or so) at least. And what is the problem with adding a getClipShape() method exatly? if there is a setClip(Shape) method, it makes sense to have the counterpart getClipShape() method to know

Re: [codenameone-discussions] Is the codenameone comparable to TotalCross?

2018-09-14 Thread troy . frericks
> CN1 uses almost the same commercial model as TotalCross (a monthly fee) I see "Free", "$0/mo", etc... https://www.codenameone.com/pricing.html Troy. # On Thursday, April 27, 2017 at 1:58:09 PM UTC-5, guih...@gmail.com wrote: > > Hi Steve, > > TotalCross is open source LGPL on their Java libra

[codenameone-discussions] Components of the forms disappear II

2018-09-14 Thread rdvg1962
Hi, On August 27, I wrote version one of my question: " Components of the forms disappear". Today I checked the code and found nothing, I proceeded to change it to minimize its size but I still have the same problems. The truth is that it happens in at least 3 forms of my application and added

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

2018-09-14 Thread medder12
Hello, Thanks for your reply. I want to add it as a view in a native interface, so I can display it on iOS devices. Is this possible ? Besides that, can you please provide a detailed/concrete way on how to add a pod to the project. The tutos on the net didn't help me much :/ On Friday, Septem