Re: [E-devel] [Eclair] cover panel bug?

2005-07-06 Thread Michael Jennings
On Wednesday, 06 July 2005, at 11:58:26 (+0200),
Laurent Malvert wrote:

 A screenshot is attached, even though I don't know if the mailing
 list can handle attachments (and if it's appreciated).

Please do NOT send screenshots to this list.  Post them somewhere, and
provide us with a URL.  It's an egregious waste of bandwidth to send
the same image to several hundred people, less than 10 of whom
actually need to see it. :)

There are numerous services for posting images for free, and if you
really can't find any, I'm sure we could arrange something for you.

Thanks,
Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Only an idiot fights a war on two fronts.  Only the heir to the
  throne of the Kingdom of Idiots would fight a war on twelve fronts.
   -- Ambassador Londo Mollari (Peter Jurasik), Babylon Five


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Eclair] cover panel bug?

2005-07-06 Thread Simon TRENY

Hi Laurent,

The bug on the sliding panels is a bug of the drop-shadow module of e17 
that appeared two weeks ago: when the shape of a shaped window changes, 
the shadow is not always updated. So, sometimes, panels do not have 
shadow or, like on your screenshot, there is a shadow where there is no 
panel opened.


For the minimize bug, it may be a bug of ecore or a wrong use of ecore 
in eclair, I don't really know: you can minimize the window once, but 
then, if you de-iconify and try to minimize eclair again, it won't be 
minimized. It seems that ecore is not aware that the window has been 
de-iconified.

To solve the bug, I can do:
 ecore_evas_iconified_set(window-ecore_window, 0);
 ecore_evas_iconified_set(window-ecore_window, 1);
but I don't think it's the good way to do it.
Raster or Sebastid could surely tell you more about this.

Anyway, thanks for having reported the bugs ;)

Regards,
MoOm



Laurent Malvert a écrit :


Hi

just compiled eclair and give it a shot, and I had a display problem right away.
Here's the thing:  I launched eclair, opened the differents sliding
panels, particularly the one who should display the album cover.
then I closed that panel, and there was still a remanent 'trashed'
panel, something like a shade or a border.


A screenshot is attached, even though I don't know if the mailing list
can handle attachments (and if it's appreciated).
 





---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel