erland;566234 Wrote: 
> Why does the joggler skin overwrite the WQVGAsmallSkin skin ?
> 
> Wouldn't it be better to just create a separate JogglerSkin that could
> be installed in parallel so you know which skin you are running ?
> Or is there some reason why it needs to overwrite the WQVGAsmallSkin ?
> 
> At the moment, when it overwrites WQVGAsmallSkin it gets complicated
> when I'm doing applet development since it means that I have to use a
> specific development tree of SqueezePlay for ONLY the Joggler skin.
> 
> By the way, next version of my Album Flow applet will have a bit better
> support for these custom resolution skins.

I found it easy enough to create a separate joggler skin as you
suggest.  

In a skin folder there are two files, one ending with the word meta...

In this folder you need to register the skin with this line.

Code:
--------------------
    --JB This bit is really important, it registers the Skin in the select skin 
menu
  function registerApplet(self)
        jiveMain:registerSkin(self:string("JOGGLER_SMALL_SKIN"), 
"JogglerSmallText", "skin")
  end
  --JB Finish here
--------------------


In my example I named the skin JogglerSmallText, the lines begining
--JB are just my own comments to remind me.


-- 
Justblair
------------------------------------------------------------------------
Justblair's Profile: http://forums.slimdevices.com/member.php?userid=39301
View this thread: http://forums.slimdevices.com/showthread.php?t=78257

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to