Philro;428655 Wrote: 
> Hi there,
>       Here are some screenshots.
> 
Nice. So you are from Germany as well ?
> 
> There is a thick line at the top of the screen, i didn't find where its
> size is defined. And the scrollbar needs a little bit of tuning again.
> 
The titlebars and scrollbars are images, consisting of upto 9 tiles.

Code:
--------------------
    
  tl|t|tr
  -------
  l |c|r
  -------
  bl|b|br
  
--------------------


The problem with titlebox it is using tiles that are 20 pixels high.
The ones in the main directory
applets\FullscreenSkin\images\titlebox_*.png would be a better match for
your screen size.
The images are defined in FullscreenSkinApplet.java:

Code:
--------------------
    
  titlebox_tl.png
        local titleBox =
                Tile:loadTiles({
                                       imgpath .. 
"Screen_Formats/Titlebar/titlebar.png",
  imgpath .. "Screen_Formats/Titlebar/titlebar_tl.png",
  
--------------------

Changing that should help.

> 
> 
> Why did you disable the splashscreen? And on the Forum i found an
> thread with screenshots. 
> 
Memory was a big problem, the startup sound uses 0.5 MB, the image
loading causes some memory fragmentation.

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