( 1 ) I can issue a command to open a disk browser window to a
specific directory, in this case the 'Clippings Directory' in order to
quick scan the documents.
( 2 ) I would like to widen the left side of the browser, the side
containing the directory hierarchy, but cannot find any property that
will allow me to control the split ?
( 3 ) Script Debugger did not show a property, and neither did UI
Browser.
Any ideas how to get this to work ?
Bill Hernandez
Plano, Texas
This works perfect, except for what I mentioned above...
-- filename open_clippings.scpt
on run
set a to path to application support from user domain
set p to POSIX path of a & "BBEdit/Clippings/" as string
set dir to POSIX file p
tell application "BBEdit"
set w_browser to open dir with properties {name:"Clippings
Browser",
bounds:{6, 46, 956, 1046}}
set w_props to properties of w_browser
end tell
end run
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or
confirmed) problem with the software, please email to "[email protected]"
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---