Philro;427277 Wrote: 
> 
> No you don't. The first one called sqzlib1.dll, the second one
> zlib1.dll. But the sqzlib1.dll is not copied to the Release directory,
> thats the reason i've overseen it.
> 
Oh, the zlib project has its own build directory, that is is confusing
indeed.

Philro;427277 Wrote: 
> 
> 
> Could you please tell me where i have to change the paddings? The icons
> should no problem to resize. 
> 

Here is a selection of places you would need to change (there is a lot
more). It is in  FullscreenSkinApplet.lua(everything concerning layout
is located in this file)

Code:
--------------------
    
        local TITLE_FONT_SIZE = 52
        local ALBUMMENU_FONT_SIZE = 32
        local TEXTMENU_FONT_SIZE = 48
        local TRACK_FONT_SIZE = 32
        local TEXTAREA_FONT_SIZE = 32
        local TEXTINPUT_FONT_SIZE = 32
        local TEXTINPUT_SELECTED_FONT_SIZE = 48
  
        s.iconTime.x = screenWidth + 10
        s.iconTime.y = screenHeight + 10
        s.iconTime.h = 34
  
        s.menu = {}
        s.menu.padding = { 4, 2, 4, 2 }
  ->    s.menu.itemHeight = 72
        s.menu.fg = {0xbb, 0xbb, 0xbb }
        s.menu.font = _boldfont(400)
  
        -- menu item
        s.item = {}
        s.item.order = { "text", "icon" }
        s.item.padding = { 10, 10, 6, 6 }
        s.item.text = {}
        s.item.text.padding = { 50, 10, 20, 0 }
        s.item.text.align = "left"
  
        s.volumeGroup = {}
        s.volumeGroup.border = { 16, 5, 100, 10 }
  
        s.volumePopup = {}
        s.volumePopup.x = 50
        s.volumePopup.y = screenHeight - 150
        s.volumePopup.w = screenWidth - (s.volumePopup.x * 2)
        s.volumePopup.h = 150
        s.volumePopup.bgImg = helpBox
        s.volumePopup.title = {}
        s.volumePopup.title.border = 10
        s.volumePopup.title.fg = TEXT_COLOR
        s.volumePopup.title.font = _boldfont(28)
        s.volumePopup.title.align = "center"
        s.volumePopup.title.bgImg = false
  
        s.nowplayingitem.text.fg = TEXT_COLOR
        s.nowplayingitem.text.sh = TEXT_SH_COLOR
        s.nowplayingitem.icon = {}
        s.nowplayingitem.icon.w = 156
        s.nowplayingitem.icon.h = 156
        s.nowplayingitem.icon.align = "left"
        --FIXME, this path likely needs changing
        s.nowplayingitem.icon.img = _loadImage(self, 
"menu_album_noartwork_125.png")
        s.nowplayingitem.icon.padding = { 5, 0, 0, 0 }
  
  
  
--------------------

THe most important are the s.item sizes (most lists derive from them).
And the ssnp stuff (now playing screen). 
Philro;427277 Wrote: 
> 
> 
> Yes, it's the visual studio installer. It's all in except the lua
> folder cause there are many files with the same name.
> 
> At the moment you could install the cab and after that copy the lua
> folder on the Device. I'm searching a solution for this problem after i
> got the Fullscreen Skin up and running. 
> 
> Phil
Ok, the Lua folder still a problem, too bad. I was thinking of
installing a zip and then unpacking it on the device. But that is also
not easy to get it working.

Rudolf


-- 
rudolf_j
------------------------------------------------------------------------
rudolf_j's Profile: http://forums.slimdevices.com/member.php?userid=29177
View this thread: http://forums.slimdevices.com/showthread.php?t=61925

_______________________________________________
jive mailing list
jive@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to