I just added support for messaging between PicoGUI applications. Two new demo programs, message_receiver and message_transmitter, demonstrate this.
Messages are received as a PG_WE_APPMSG event from a widget. A new API, pgAppMessage is used to send the messages. The messages can be sent to any widget, and consist of an arbitrary chunk of binary data. In the example apps, the receiver names its application widget, and the transmitter looks it up by name. -- Only you can prevent creeping featurism! _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
