Le 8 août 08 à 11:47, Finlay Dobbie a écrit :

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

Isn't it possible to change this parameter into the application preferences directly ? If the application uses standards preferences API, you can do this using the "defaults" command line tool (and do a shell script).
Or just copy a preconfigured preferences file on all your computers.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to