Search found 3 matches
- Sat Feb 10, 2007 21:44
- Forum: Help
- Topic: [solved] Event originator identification
- Replies: 4
- Views: 5239
great
hey perfect thats exactly what I wanted thx, I knew this belonged in the beginner forum. I guess I assumed that if an event knew its originator it would be up in the core interfaces, I never thought to look at the WindowEventArgs implementation.
- Thu Feb 08, 2007 21:55
- Forum: Help
- Topic: [solved] Event originator identification
- Replies: 4
- Views: 5239
er
so no not possible? I guess it makes sence it seems to have a referance to a rectangle which would be way up the inheritance tree..would that share the same name as what would have created it?
- Fri Feb 02, 2007 03:38
- Forum: Help
- Topic: [solved] Event originator identification
- Replies: 4
- Views: 5239
[solved] Event originator identification
Is it possible to know where an event came from other then by where it ends up?
I'm translating events to python so making a function for each event is kinda annoying.
I'm translating events to python so making a function for each event is kinda annoying.