On Thu, Aug 7, 2008 at 8:51 PM, falcon <[EMAIL PROTECTED]> wrote: > I have application written using Qt library. I have a network of about 40 > mac minis. Now I have to connect to each of these macs using ARD and change > one parameter on main window of the application. I have tried to use UI > scripting, but it doesn't work because it is not a cocoa application.
That's not really fair - you can implement Accessibility within Carbon, it just takes some effort. > Is there any way to make that from another application? You could potentially generate the requisite events (clicks and keystrokes), but this seems fairly fragile. -- Finlay _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
