The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb Bug Reports (http://forums.omnigroup.com/forumdisplay.php?f=27)
-   -   SP17 AppleScript Problem (http://forums.omnigroup.com/showthread.php?t=1050)

Chucky 2006-07-15 12:10 AM

SP17 AppleScript Problem
 
In v5.1.2, it was reasonably simple to set the address for the currently visible tab. This worked:

set address of browser 1 to "http://www.apple.com"

In SP17, the above no longer works. However, the 'read' version still functions:

get address of browser 1

After looking through the SP17 AS dictionary, I tried the following alternative:

set address of active tab of browser 1 to "http://www.apple.com"

But in SP17, that also does not work. However, the 'read' version again works just fine:

get address of active tab of browser 1

------

So the upshot:

The AS command I was using in v5.1.2 to set the address of the currently active tab no longer works. I can't find any workaround.

I figured you folks would want to know.

afb 2006-07-17 12:32 PM

There seem to be a number of known problems with applescript in the SPs; see [thread=79]this thread[/thread].

troyb 2006-07-19 05:22 PM

The problem with 'address' will hopefully be fixed with the next release.


All times are GMT -8. The time now is 11:35 AM.

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