[wxPython-users] Re: How to force application to be active?

plumber Idraulico plumber at gnu-darwin.org
Sat Sep 9 04:32:14 PDT 2006


> Grant Edwards <grante at visi.com> wrote:
>
>> On 2006-09-08, Anthony Wiese <ant at dogmelon.com.au> wrote:
>>
>>
>>> Thanks very much - Raise() was exactly what I was looking for.
>>>
>>
>> Applications that raise themselves are evil, Evil, EVIL, _EVIL_!
>>
>> If I wanted that window on top, I would have _put_ it there.
>>
>
> What if you only raised yourself when you were the potential target  
> of a
> drag and drop operation?  On some systems, that behavior is automatic,
> but I could see the utility in making it happen faster (having  
> waited 3
> seconds for Windows to raise the destination window more times than I
> care to count).
>  - Josiah

i think that you have build your own event ,
i had the same problem ,
on GTK i wrote a little gtk event manager
on OSX i use Apple Event via Applescript

Best Regards , -Plum




More information about the wxpython-users mailing list