On Tue, Nov 25, 2008 at 3:36 AM, Éjjeli Őrjárat <[EMAIL PROTECTED]> wrote:
> Thanks for the fast reply, I have already checked wxTaskbarIcon, but there
> is just a PopupMenu(), which shown a menu, not a warning message. I couldn't
> find the wxPopupWindow in the reference manual, is that really implemented
> and exists, or just I was blind? (I am using 2.8.7.0 version)

You're right, I forgot to add wxPopupWindow. Try wxMiniFrame, which
might even be better since you'll get a close button too. I'd use a
wxTimer for the delay, but be sure to connect to the EVT_CLOSE_WINDOW
event so that if the user closes it you can ignore the timer event.

Regards,
    John
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to