[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 if 
you could see all of the info at once instead of hiding it like it 
currently is, I really need to see the hierarchy at all times. 

On Wednesday, June 29, 2016 at 1:22:29 PM UTC+8, Shai Almog wrote:
>
> We don't remove the old GUI files after the conversion but the source 
> files should be in place and the old GUI files should be ignored. 
> We considered removing them but decided we'd better not change the 
> resource file as that's a dangerous direction.
>
> Make sure your resource editor/plugin is at the latest version. We had an 
> issue just like that quite a while back. If this still exists with the 
> latest version of the plugin I'd like to know the stack trace of that null 
> pointer.
>

-- 
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.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c7c58f76-8f59-4331-a5d0-3ab42bc1cf2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 the native theme takes up that specific behavior and you can customize 
pretty much everything. 

See: 
https://www.codenameone.com/manual/theme-basics.html
https://www.codenameone.com/manual/advanced-theming.html
http://www.codenameone.com/how-do-i---create-a-simple-theme.html

And also:
http://www.codenameone.com/blog/rounded-corners-shadows-and-gradients-with-css.html

-- 
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.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/f9866545-0337-4866-873f-818c66bca616%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/82641be8-9838-4cb4-bb03-dc13799fa19e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
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/e87b8f70-203f-4108-9f38-29b8a9ab887d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
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/df29929f-93a2-490d-8cf2-dfd253508a26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a27f65f2-c578-46a2-9cb3-1f0bd4a48c6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.