Hans Meine wrote:
> On Tuesday 27 July 2004 17:49, Dirk Meyer wrote:
>> No, it's not that easy. The audio player is as fullscreen as the image
>> viewer.
> Why? (I understand that it covers the screen, but "fullscreen" IMO should be 
> exactly meaning: I do not want extra information on screen, which is not the 
> case..
>> But the idlebar should be visible in audio,
> ..as you say here?

OK, now I understand. Something starts and sets the attribute
fullscreen. The idlebar notice this somehow and remove itself. But it
shoudl still be possible to show the bar again on demand.

>> Event may not be possible (at least not the easy way): the image
>> viewer comes to the background. Wenn it sends the event, it will be
>> delivered to the plugins after the image viewer is done. Too late.
> I cannot comment on this one, because I do not know the event handling well 
> enough.  But I am sure there are ways around that problem, like sending two 
> events, a pre- and a post-change event.

Maybe I have an idea for that...

> But what reason is there agains storing the relative coordinate internally and 
> converting it on demand?  Wouldn't this make moving windows more
> easy?

Relative coordinates make it easier to calc were to draw the
stuff. But absolute coordinates are needed for the screen code to
draw. I'm still thinking if we should use relative coordinates in the
first step or not.

> I admit that it's bad to add solutions for problems that are non-existent, but 
> what about the two examples I came up with:
> - A movable OSD? (/idlebar maybe too?)

If you try CVS, the image viewer already has motion. When you press
DISPLAY to get the osd, it moves in. It's a test right now.

> - Animations like the suggested sliding menu (left/right icons,
> pressing right would slide the old parent menu to the left and let
> the submenu come from the right)?

Nice effect, let me see if pygame is fast enough to do something like
this. It's not that easy, because the background image shouldn't move
with the content. 


Dischi


-- 
Time is the best teacher. Unfortunately it kills all its students.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to