Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-05 Thread Shai Almog
This can't be fixed in the old GUI builder conceptually. The new GUI builder might work, it's not something we tested but it doesn't have architectural limits. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-05 Thread Gareth Murfin
Im assuming if I move to the new gui builder I can do this? Otherwise it should be implemented. On Friday, August 5, 2016 at 2:13:18 PM UTC+8, Shai Almog wrote: > > No. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscri

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-04 Thread Shai Almog
No. -- 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 codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.c

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-04 Thread Gareth Murfin
So you or cant do createContainer? i just want to load up some stuff from my theme.res inside a lib. On Wednesday, August 3, 2016 at 12:59:03 AM UTC+8, Steve Hannah wrote: > > The old GUIBuilder is not amenable to splitting things into modules - it > uses a monolithic app structure. Themes, ho

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Steve Hannah
The old GUIBuilder is not amenable to splitting things into modules - it uses a monolithic app structure. Themes, however, can be packaged into cn1libs quite nicely, and the new GUI builder can also work in a modular way, since the generated form classes take a Resources object as a parameter. Ho

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Gareth Murfin
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

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Steve Hannah
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 Mu

[codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Gareth Murfin
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 t