Simple stmt to get dock tile fails
Simple stmt to get dock tile fails
- Subject: Simple stmt to get dock tile fails
- From: Dave <email@hidden>
- Date: Tue, 25 Jan 2011 07:36:21 -0600
The following works fine:
on applicationWillFinishLaunching_(aNotification) set ca to current application's NSApp set myDockTile to ca's dockTile() log myDockTile
The following gets "The variable myDockTile is not defined. (error -2753)"
on applicationWillFinishLaunching_(aNotification) set myDockTile to current application's NSApp's docTile() log myDockTile
Am I missing something obvious?
-- Dave
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden