Page 1 of 1

QRZ.com lookups revisited

Posted: Mon 5. May 2014, 22:51
by N3PPH
Thank you Tom for the new getCallsign. I have come up with the following script which does exactly what I was looking for.

Code: Select all

tell application "RUMlog"
	set Call to getCallsign
end tell
tell application "Safari" to close window 1
set Callsign to Call
tell application "Safari" to open location "http://www.qrz.com/db/" & Callsign as text
Is there a way I can hook this to run every time I put a call in the callsign field like it does for the auto lookups under the QSO menu?

73,
Bob N3PPH

Re: QRZ.com lookups revisited

Posted: Wed 7. May 2014, 10:38
by DL2RUM
There is an option in Menu-->QSO-->Show web page automatically
When the qrz.com drawer window is open and this option is set, the web page will be shown in a separate window. Isn't this sufficient for you?

Re: QRZ.com lookups revisited

Posted: Wed 7. May 2014, 12:27
by N3PPH
When I use this I get a quick look at the xml and then a blank window. I do have a qrz xml subscription.

73,
Bob N3PPH