if there is two monitor, where is the display dialog?
if there is two monitor, where is the display dialog?
- Subject: if there is two monitor, where is the display dialog?
- From: Bill <email@hidden>
- Date: Tue, 1 Feb 2005 01:11:14 +0800
Hello,
Is there anyone who has two monitor? Would you do me a favor to check
the display dialog command would bring the dialog box in the main
monitor, or the second one?
Briefly, I want to activate TextEdit.app, set the window to the second
monitor, then show a dialog box in the main monitor.
-- code
tell application "TextEdit"
activate
make new document at front
-- actually I want to move this window to second monitor
set bounds of window 1 to {22, 22, 780, 300}
set text 1 of document 1 to "hello"
display dialog "where am I?"
end tell
Further, how to reference the bounds of second desktop?
TIA
bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden