viewing qrz.com

QSO logging software for the Mac
N3PPH
Posts: 28
Joined: Sat 20. Jul 2013, 16:30

viewing qrz.com

Unread post by N3PPH »

I have really appreciate Rumlog as it has helped me to completely transition to Mac. One thing I do miss from DXLabs is Pathfinder. This would show the qrz.com page of the person I was talking to in it's own window. This led to quite a few lengthy QSOs either from a picture or the write-up they had. Is there a way to do this with Rumlog? I have searched and the closest I have found is popping up a new browser window with every QSO.

73,
Bob N3PPH
User avatar
KF7P
Posts: 12
Joined: Tue 23. Sep 2008, 23:22

Re: viewing qrz.com

Unread post by KF7P »

This is something I would like to see as well. I think it would require us being subscribers to QRZ in order for it to work, though. I'm not subscribed right now, so I can't play with any settings to see what happens. I did find out that if you ping the QRZ website with call sign requests it will "time out" or "top out" after so many (50 maybe?) and will not allow you to search for any more call signs until 24 hours have passed.

Chris
KF7P
User avatar
DL2RUM
Administrator
Posts: 2782
Joined: Mon 27. Aug 2007, 13:36
Location: JO40DF

Re: viewing qrz.com

Unread post by DL2RUM »

Please consider to use http://www.HamQTH.com. It is a similar service and it is free of charge, even with no advertisement. Also the xml interface is free, you need just to register. In RUMlog the functions are the same for both services.
The qrz.com or HamQTH web site is just one mouse click away. Click the call sign:
HamQTH.com.png
HamQTH.com.png (27.92 KiB) Viewed 8139 times
HamQTH.com.png
HamQTH.com.png (27.92 KiB) Viewed 8139 times
This will work with qrz.com without the xml subscription account as well. Just enter your access data in RUMlog. You need to be registered, but you don't need to pay.

I'm not sure, but with the Auto Lookup feature it is what you want?
73 and best dx de Tom, DL2RUM
N3PPH
Posts: 28
Joined: Sat 20. Jul 2013, 16:30

Re: viewing qrz.com

Unread post by N3PPH »

If you go to http://www.qrz.com and lookup a call it displays a picture and whatever text a user has entered. For example http://qrz.com/db/N3PPH shows a couple of pictures and a small bio. Pathfinder does this with the internet explorer api and displays in its own window. This windows is reused and refreshed with every log lookup. I am not sure if something similar is possible in OSX.

73,
Bob N3PPH
User avatar
KF7P
Posts: 12
Joined: Tue 23. Sep 2008, 23:22

Re: viewing qrz.com

Unread post by KF7P »

+1 Bob's idea!

I have been playing with this the last couple days.

As you know, you can use a menu option to open a "call sign lookup" in a QRZ browser window each time a call is typed into RUMlog and the tab key is hit. So there are two reasons why I don't like this.

First, I only have so much screen real estate. My main 24" screen is full of RUMlog windows and the second monitor has DX Altas on it, Mail, and other stuff. I can resize the QRZ window smaller, and everything on the page scales smaller IF I use the zoom buttons to shrink it.
Screen shot 2013-12-18 at 7.47.58 AM.png
Screen shot 2013-12-18 at 7.47.58 AM.png (6.77 KiB) Viewed 8118 times
Screen shot 2013-12-18 at 7.47.58 AM.png
Screen shot 2013-12-18 at 7.47.58 AM.png (6.77 KiB) Viewed 8118 times
This allows me to see the entire QRZ page including the picture(s). The trouble with this is, each time a new lookup is preformed I have to re-shrink the window each time. It won't stay resized.

Second, each new lookup opens in its own tab. After a typical DX'ing session I have 30 tabs open. I realize this is a Safari thing, but its messy.

If the QRZ page could be opened in its own RUMlog window, and could be scaled to fit the screen, and refresh with each new lookup, wow that would be awesome! This might be quite the undertaking for Tom though. Also it may require a QRZ subscription.
N3PPH
Posts: 28
Joined: Sat 20. Jul 2013, 16:30

Re: viewing qrz.com

Unread post by N3PPH »

Tom, I have figured out a simple applescript to do this if there was an ability to get the call from Rumlog. The Callsign will write to Rumlog but not retrieve.. Using the following Safari will not reopen many tabs, just reuse one. It will also reopen in the same location and size as last used.

Code: Select all

tell application "RUMlog"
	Callsign
end tell

tell application "Safari" to close window 1

tell application "Safari" to open location "http://www.qrz.com/db/Callsign"

If an auto trigger ran this I think it would serve our request.

73,
Bob N3PPH
N3PPH
Posts: 28
Joined: Sat 20. Jul 2013, 16:30

Re: viewing qrz.com

Unread post by N3PPH »

Would it be possible to implement something similar to the above function as an automatically executed option?
User avatar
DL2RUM
Administrator
Posts: 2782
Joined: Mon 27. Aug 2007, 13:36
Location: JO40DF

Re: viewing qrz.com

Unread post by DL2RUM »

I added the AppleScript command "GetCallsign" to retrieve the current active callsign.
73 and best dx de Tom, DL2RUM
N3PPH
Posts: 28
Joined: Sat 20. Jul 2013, 16:30

Re: viewing qrz.com

Unread post by N3PPH »

Thank you Tom. I will play with it when the next version is released.

73,
Bob N3PPH
Locked