how to define undefined group and tabgroup?
how to define undefined group and tabgroup?
- Subject: how to define undefined group and tabgroup?
- From: runner <email@hidden>
- Date: Tue, 24 Jun 2003 10:12:50
I'm trying to click the Defaults button, when i run the UI inspector over that button, here's what i see (appname and windowname are defined)
application <appname>
window <windowname>
tabgroup blank
group blank
button <Defaults>
if i put "1" for both group and tabgroup, i get error at the first "1"
expected end of line but found number
tell application "System Events"
click button "Defaults" of tabgroup 1 of group 1 of window "windowname" of process "appname"
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.