Search results

  1. J

    Program for making UML diagrals from JAVA code ???

    The best one would be Rational Rose but it doesn't come cheap and expect to rearrange the layout of the diagrams for better clarity.
  2. J

    How do I send event to another application?

    Hi Ghoser, I checked Carbon Events and made a simple attempt but failed. You think its possible using those? (Event to send to Cocoa apps?) If you do you have any lead? What about AppleScript? How would that be done? Is it efficient? My goal is to build a usermode driver for Microsoft...
  3. J

    How do I send event to another application?

    Hi mpwiedemann, I had a hard time finding a way to do it. Either there's not of lot of traffic on this forum or people don't know or mind to answer! Anyway here's the bit I found, mind you this is VERY low level. I guess there's another, simpler way to do it but so far I couldn't find it...
  4. J

    How do I send event to another application?

    Hi Matt, Thanks for the answer. I read the NSDistributedNotificationCenter but I'm confused as to whether it's what I'm after or not?! (I'm new to Mac programming (not only Cocoa/Carbon) so bear with me if I got it all wrong :D ) What confuses me is that I thought the NSNotification where...
  5. J

    How do I send event to another application?

    Hi All, I'm currently writing a driver for a usb controller. I'd like to basically send "key" events in response to the USB device buttons being hit. I've got the USB device under control except I've got no idea how to send keyboard event to another app? My guess is that I should somehow...
Back
Top