Re: Application control
Re: Application control
- Subject: Re: Application control
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 8 Aug 2008 17:33:14 +0200
Le 8 août 08 à 11:47, Finlay Dobbie a écrit :
On Thu, Aug 7, 2008 at 8:51 PM, falcon <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden