It lokks like there is a problem with externals.net. I just went there and this is what came up Fatal error: Uncaught exception 'SQLiteException' with message...
... Not for me, but someone else. Not sure why. ... No, what he wants to do is the same thing as this 1) Open Safari to a web page 2) Choose 'Select All' --...
Tim, Same problem noticed here. If you are after a particular file and know the correct name, then it works -- Example: http://www.externals.net/bundlebridge/ ...
... Hi Ken, Although the record button in Script Editor is always present, it only works with a handful of programs, to my knowledge. The Finder is recordable...
... the Second script I posted did that, I guess you didn't try it! ... Do this first to open a particular page: tell application "Safari" to set the URL of...
... Ken not too sure exactly how to do what you want, but if you don't mind modifying/converting some HyperCard scripting then the following may contain some...
MPI 2.4 is available at this address : http://modulopi.free.fr/ What's new : - A new Globals module done by John. It shows and allows editing global variables,...
Hi ... There are two AppleScripts that you may be able to use within userprops to feed a handler that calls them. This one opens/reloads a specified url: tell...
Hi John or anyone, If I can get AS to return a line of text thus (not saying I can): tell application "System Events" tell process "Safari" set frontmost to...
Hi John, ... No, I'm letting him do it. Actually, it's for Tony O'Grady over on the HC list, if you follow that anymore. You may remember him. As it turns out,...
I'm in need of an external that will return the resolution of all the displays connected to a computer. For example, displayResolution(displayNumber). Why is...
Thanks George, I was actually trying to help Tony O'Grady on the HC list, but using SC, which runs AS differently. Looking to extract something, apparently,...
Hi, I have a script in a HyperCard stack that goes a little something like this... on testconvert put "2007,10,0,0,0,0,2" into x convert x to short date put x ...
Hi, Is there really nothing new under the sun? Almost a decade ago, Mark Lucas broke new ground with a single external, known at that time simply as Widget....
Hi, converting 2007,10,35,1,0,0,1 gives 4/11/07 (11/4/07 in the US?) if that's any help. You need to specify a day of the month, looks like if you give it a...
Chilton, according to dateItems the items represent: Year,Month,Day,Hour,Minutes,Seconds,DayOfWeek So a dateItem such as: 2007,10,0,0,0,0,2 translates to ...
Hi Ken, Keep talking to him! Extracting a list from part of a page or the HTML should be pretty easy with SC & a shell command or two (or some other script). ...
Hi Alec, ... The trick here is that if you use 0 in any of these fields, in HC, it implies the last increment of the prior date. 2007,10,0 resolves to ...
Hi Tim, ... Good grief, how many monitors do you have hooked up to a single computer? ;-) You don't need an external: ScreenRect will tell you the top left to...
Hi Chilton, ... The HC thing seems very cryptic to me, makes no sense. The month is 9, not 10 Therefore, in SC the dateItems would be convert 9/30/07 to...
... Ahh!. I don't think I can help you. Don't mess with dates that much, but I will when I get into using Solar Ephemeris tables. All the best, Ken N....
Hi Chilton and SC crew, ... That's should still be 15:00z ... Cool. How 'bout a world clock? I'm working on a voice dialer. Need to go get Modulo PI, too. All...
Why can you get the color mode of a monitor on an individual basis, but not the resolution? Why are they treated differently? What if I want to put a window...
Hi Tim, ... Because it's already there, I suppose. It's called screenRect. Color modes affect how graphics look. Displaying some pictures, for example, might...
Ok how about this: on testconvert trace put "2007,10,-1,0,0,0,2" into x if item 3 of x <= 0 then put -1 + item 3 of x into tOff if item 2 of x > 1 then put...