The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb General
FAQ Members List Calendar Today's Posts

 
tab urls and titles via applescript Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Hi

I am trying to write some applescript to extract urls and titles
from OmniWeb. I noticed that the applescript "tab" object only has
an address property. It would have been very useful if it also had a
title property (there would then be no need to change the active tab).

I did a search on the forum and found Jon Hick's site, with an example for this:

tell application "OmniWeb"
set urls to {}
set theBrowser to front browser
repeat with tb in tabs of theBrowser
set active tab of theBrowser to tb
copy {addr:the address of tb, name:the name of theBrowser} to the end of urls
end repeat
log "URLs: " & urls
end tell

Unfortunately, on Leopard using OmniWeb v5.6, I get
an "AppleEvent handler failed"

tell application "OmniWeb"
get browser 1
browser id 12014 of workspace "Default"
count every tab of browser id 12014 of workspace "Default"
10
set active tab of browser id 12014 of workspace "Default" to item 1 of every tab of browser id 12014 of workspace "Default"
"OmniWeb got an error: AppleEvent handler failed."

Is it OK to set the "active tab"? I does not state it is read only.

I have also tried ListWindows / GetWindowinfo, but these methods
only return details about the active tab. I presume these are old
methods, since they are in OmniWeb compatibility commands.

I would be grateful for any help or suggestions.

Many thanks

Brendan
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Section Titles in Printouts ronbailey OmniOutliner 3 for Mac 2 2009-07-29 09:24 AM
Only Searching Project Titles SpiralOcean OmniFocus 1 for Mac 1 2007-05-10 06:20 AM
Can't save Don't Print Titles Roger Barre OmniOutliner 3 for Mac 1 2007-01-17 12:40 PM
Any way to get rid of the white box to the right of the column titles? AlanY OmniOutliner 3 for Mac 1 2006-06-09 10:31 AM
Workspaces and Tab Drawer Titles ssanchez OmniWeb Feature Requests 0 2006-06-01 02:40 PM


All times are GMT -8. The time now is 07:14 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.