Making my library into a wxWidgets component

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
Rocketmagnet
Experienced Solver
Experienced Solver
Posts: 84
Joined: Wed Aug 09, 2006 11:14 pm
Location: London
Contact:

Making my library into a wxWidgets component

Post by Rocketmagnet »

Hi all,

For my project I have written a nice little publish/subscribe event library with a hierarchical name space (like CrystalSpace I think)

For example, a class can subscribe to message "liquidpcb.tools.switchto". Then, when a message is generated somewhere in the system like "liquidpcb.tools.switchto.arrowtool", the class will receive the message.

It has no connection to the wxWidgets event system, it's just for helping decouple classes within an application.

I find it very useful, and I'm sure other people would to. Perhaps it's something which could be integrated into wxWidgets. Is there a desire for this, and if so, how do I go about contributing this?

Many thanks

Hugo Elias
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Hi,

I'm not a wx-dev, and I reckon most people here are not. To get information about inclusion policies, I would suggest posting to the wx-devel mailing list.

Good luck
PS: It can live here inthe Code Dump in any case, your project sounds good :)
"Keyboard not detected. Press F1 to continue"
-- Windows
Rocketmagnet
Experienced Solver
Experienced Solver
Posts: 84
Joined: Wed Aug 09, 2006 11:14 pm
Location: London
Contact:

Post by Rocketmagnet »

thanks Auria, I'll try that.
Post Reply