Wow, this is one of the most responsive teams I've ever seen, really appreciate that! Thanks for the hints, sounds like I should use more CN1 way to do this :)
On Wednesday, October 11, 2017 at 6:18:46 AM UTC+13, Steve Hannah wrote: > > As Shai mentioned, you should be able to create CN1libs with kotlin code. > The two libraries that you mention (coroutines and reflection) are very > likely to give you trouble though, since CN1 doesn't support reflection - > and the coroutines lib does things that was "low-level" enough that > portions of it needed to be implemented separately for Swing and JavaFX - > i.e. for coroutines, at the very least you'll probably have to implement a > "bridge" layer yourself. It won't "just work". > > > > > On Mon, Oct 9, 2017 at 9:36 PM, Shai Almog <[email protected] > <javascript:>> wrote: > >> When you create a new project you are given an option to generate a >> cn1lib. It's technically a zip file that allows you to embed OS native code >> and provides some helper features like source hints for completion. There >> is a section on this in the developer guide, it's pretty much like a JAR. >> You can place a cn1lib in the lib directory of your project then use >> "refresh cn1libs" in the right click menu to install them. Most cn1libs are >> open source so you can check their code. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CodenameOne Discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <javascript:>. >> Visit this group at >> https://groups.google.com/group/codenameone-discussions. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/codenameone-discussions/43d65700-f99a-4626-aead-051f78b6dacb%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/43d65700-f99a-4626-aead-051f78b6dacb%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8dd3b9ba-9435-4fd4-8210-3c71d6fae05d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
