[codenameone-discussions] Re: New gui builder

2016-06-30 Thread Gareth Murfin
Thanks, I got it working. It seems much harder to use than the old one, mainly because you cannot see the hierarchy while you are working, and how do you get to the properties for things like when I select a grid layout? Ive moved back to the old gui editor for now. I think it would be better

[codenameone-discussions] Re: How do I build a theme from scratch?

2016-06-30 Thread Shai Almog
All of our themes are built from scratch on top of native and we built them in the same way you would. So you can look at them as references. When you create a new theme native is one of the option and when you open up the theme you will notice almost no definitions. Any UIID you override in

[codenameone-discussions] Re: toolBar.setTitleComponent is not spanning to the whole width

2016-06-30 Thread Shai Almog
Hi, that's my bad. I accidentally pushed in a fix too early to workaround an issue we had in the JavaScript port. It will act the same way in the simulator with today's release but you would be able to revert to the old behavior using Toolbar.setCenteredDefault(false) -- You received this

[codenameone-discussions] Re: InfiniteProgress not showing in simulator or on android

2016-06-30 Thread Shai Almog
You didn't disable the includeNativeBool flag in that theme right? Did you set the infiniteImage theme constant to something? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails

[codenameone-discussions] Re: List vs list of Components

2016-06-30 Thread Shai Almog
The really cool part is the infinite scroll support that we use in PropertyCross etc.: https://www.codenameone.com/blog/property-cross-revisited.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] How do I build a theme from scratch?

2016-06-30 Thread kamilah . carlisle
So far it seems, that my only option is to use themes already made by Codename and making some small changes to those themes. I want to create a native theme that looks very different from the themes established. How do I do this? -- You received this message because you are subscribed to the