Audioem
05-26-2006, 04:41 AM
Hi All !!!
Does anyone know how to reference the secure text field cell in a table using applescript? I looked at the documentationand I think I've got it right but it won't work. Must be something simple I am missing. Here's a sample of the code
tell theDataSource
set the contents of secure text field cell "Password" of theCurrentRow to "SomePassword"
end
Any ideas would be most appreciated !!!
Thanks in advance
Does anyone know how to reference the secure text field cell in a table using applescript? I looked at the documentationand I think I've got it right but it won't work. Must be something simple I am missing. Here's a sample of the code
tell theDataSource
set the contents of secure text field cell "Password" of theCurrentRow to "SomePassword"
end
Any ideas would be most appreciated !!!
Thanks in advance