Thanks a lot. Also since there is no statemachine in a cn1lib, how do you do things like createContainer? Can you actually have a lib with a theme in it, and gui forms etc? I want to bundle up my chat functionality into a lib, including screens etc. The it would be an extremely easy way for any app to add a chat room.
On Wednesday, August 3, 2016 at 12:33:57 AM UTC+8, Steve Hannah wrote: > > If you want to develop a lib that depends on another lib, just add the > "build/classes" of the "depended upon" library project to the classpath of > the project's lib. > > E.g. If project A depends on project B, add B/build/classes to the > classpath of A. > > Steve > > On Tue, Aug 2, 2016 at 9:27 AM, Gareth Murfin <[email protected] > <javascript:>> wrote: > >> Is it possible to have a lib inside another lib? The option for freshing >> libs seems to be ghosted out. >> >> -- >> 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/be979355-6991-4e33-88a4-b42b290d0dc0%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/be979355-6991-4e33-88a4-b42b290d0dc0%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/a00536d2-1330-47b9-9b21-2150330f34e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
