Comment 28 for bug 149805

Revision history for this message
Mats (matsben) wrote : Re: [Bug 149805] Re: Enable the new presence control panel

On Tue, Aug 5, 2008 at 9:55 AM, Mats Bengtsson <email address hidden> wrote:
>>
>>>> * Can you add an animation for the presence control panel similar as
>>>> on this page? (the right image):
>>>> http://malsup.com/jquery/cycle/scrollhv.html (Next button is like
>>>> closing the menu and Prev button like opening it)
>>>>
>>>
>>> No Tk support for things like this. I guess you mean it should slide
>>> slowly up and down.
>>
>> Yes!
>>
>>> Cool but there's a reason only Apple does such things.
>>
>> Which reason? You're also able to do amazing things! ;-) Also, I think
>> KDE4 also can do such things.
>>
>
> Now you are pushing me ;-)
> The easy answer is no since Tk has no access to such low level
> rendering mechanisms, but maybe there is a way. Need to go to the lab
> and do some experiments...
>

It looks as if this would be possible using the place geometry manager
and possibly using a fake window. Some testing shows that place
doesn't have weird repacking behaviour since the geometry is never
propagated anywhere. It is worth investing in since it looks very cool
when I do some toy experiments using the full presence control panel.
Likely to show up other issues.