Michael Ruelle wrote:
>>   - make it possible to get a blank screen from the skin. Maybe the
>>     plugin wants to display some stuff, independed of skin settings
>>     with no menu at all. 
>
> I was thinking of doing alot of the precious stuff with Rob's gui code
> and a region scroller class he has or just by calling up a pygame
> surface. If this approach gives us more flexibility then go ahead but
> not sure after we blank the screen how we will draw on it other than
> creating a pygame surface over the top.

Sorry, 'blank screen' wasn't a goof choice of words. What I mean is:
get a gui area (from area.py). The background is already drawn by the
skin itself (using the default background image defined in the fxd
file). Than you can draw on the screen whatever you want, like info
and listing area, but only not handled by the skin.

You have complete control over the surface. What I have in mind is a
draw() function where you can draw stuff and a refresh() function to
update. 


Dischi

-- 
Nothing is ever a total loss; it can always serve as a bad example.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to