O.P. RE: Global Window-handler possible?
Sorry I haven't been clear on this, but I AM talking about PlusWindows, not the chatwindows. I'd like to have one generic code, handling my windows instead of spreading the handling allover in my code.
I don't know why you don't like my coding style, but it's just a little of OOP with Object-prototyping, nothing wrong with that. A lot better than most of the plugin-code I've seen so far. You may provide me some better example?
But it's not about that, I'd like to focus on the issue of the global window handler. I'd generally just try to catch ALL CTRL_CLICKED in events in ONE function, but I can't get them there without explicitely including every Event-function with the seperate WindowId in it. That's not what I want, because the windows should be flexible.
This post was edited on 06-03-2008 at 11:25 AM by RdeWilde.
|