Slick Forums

Discuss the Slick 2D Library
It is currently Fri May 24, 2013 9:17 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Could Not Find Theme
PostPosted: Wed Aug 15, 2012 2:40 am 
Offline

Joined: Wed Aug 15, 2012 2:12 am
Posts: 1
I don't understand how to set up the theme file for the library to find everything.
Image
Code:
Could not find theme: fatcats
Could not find theme: fatcats.Button
Could not find theme: fatcats.ListBox
Could not find theme: fatcats.ListBox.display

I tried adding <theme name="" ref="*"/> in the "-defaults" theme node and manually setting allowWildcard=true for every other theme node and nothing changed. Also, the allowWildcard checkbox in the editor never stays checked. Everything shows perfectly in the preview pane. It's only at execution that it wonks out by looking for "fatcats".


Top
 Profile  
 
 Post subject: Re: Could Not Find Theme
PostPosted: Wed Aug 15, 2012 5:52 pm 
Offline
Slick Zombie

Joined: Fri Jan 29, 2010 7:02 pm
Posts: 1173
I fixed the theme editor to display the allowWildcard property correctly. It's default value is true, so you do not need to do anything for the wildcard import to work.

But there is another important thing, when a theme is not found then it won't apply the "-defaults" unless you specify a fallback theme like this:
Code:
<!-- the fallback theme is used when the requested theme can't be found -->
<theme name="*" ref="-defaults">
   <!-- optional stuff, like setting a red background for easier debugging etc -->
</theme>
That way when a theme is not found it will use the fallback theme and through it gets the wildcard import from "-defaults" which gives it's child widgets a chance to get a theme.

_________________
TWL - The Themable Widget Library


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group