Re: [Pgui-devel] Creating an event...

2002-04-30 Thread Micah Dowty
This is exactly what pgAppMessage is designed to do. There's a demo program illustrating it, and of course it's in the API reference. On Tue, Apr 30, 2002 at 09:43:19AM +0300, Okan wrote: > Hi all, > I wonder,is it possible to create an event that I've > defined myself.For example,

[Pgui-devel] Creating an event...

2002-04-29 Thread Okan
Hi all, I wonder,is it possible to create an event that I've defined myself.For example,I'm defining an alarm event,and in the different regions of my program I want to send this event,and handle in other parts.Like PICOGUI's events,another event type perhaps... I hope