Re: [wxlua-users] Balloon popup

2008-11-25 Thread John Labenski
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 imp

Re: [wxlua-users] Balloon popup

2008-11-25 Thread Éjjeli Őrjárat
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) Greets: At

Re: [wxlua-users] Balloon popup

2008-11-24 Thread John Labenski
On Mon, Nov 24, 2008 at 5:48 AM, Éjjeli Őrjárat <[EMAIL PROTECTED]> wrote: > Hi all! > In my application I need a popup image like this: > http://www.threebuttes.com/MicroTouch/NewHardwareSystrayBalloon.jpg > Is this possible to do it in wxLUA? Or with any other Lua module? Hope I can > implement i

[wxlua-users] Balloon popup

2008-11-24 Thread Éjjeli Őrjárat
Hi all! In my application I need a popup image like this: http://www.threebuttes.com/MicroTouch/NewHardwareSystrayBalloon.jpg Is this possible to do it in wxLUA? Or with any other Lua module? Hope I can implement it in my app... P.S.: I've checked an another app using this balloon, and if I am corr