JT9

QSO logging software for the Mac
User avatar
KJ6RGX
Posts: 20
Joined: Fri 15. Feb 2013, 02:55
Location: Payson, AZ.
Contact:

JT9

Unread post by KJ6RGX »

Could the new JT9 mode be added to Rumlog?
Or is it possible to edit the list somewhere in Rumlog so I can add it myself?

I use eQSL and I see they have added this new mode but I can't seem to get Rumlog to recognize this new mode.
User avatar
DL2RUM
Administrator
Posts: 2784
Joined: Mon 27. Aug 2007, 13:36
Location: JO40DF

Re: JT9

Unread post by DL2RUM »

To be compatible to other logger, only ADIF conform logging modes are supported. See here the latest specification: http://adif.org/adif227.htm#Mode%20Enumeration

As a temporally walk around you could edit the RUMlogOwn.plist file in your ~/library/preferences folder. Using a plist editor or a simple text editor find the entry for the key "PopupMode.-2147483648" Here you can add further modes. BUT: These changes will be overwritten when you make changes in the RUMlog preferences under the QRG/Mode tab.

Code: Select all

<key>PopupMode.-2147483648</key>
	<dict>
		<key>default</key>
		<string></string>
		<key>elements</key>
		<array>
			<string>CW</string>
			<string>FM</string>
			<string>PSK31</string>
			<string>RTTY</string>
			<string>SSB</string>
			<string>JT9</string>
		</array>
	</dict>
Attachments
JT9.tiff
JT9.tiff (75.72 KiB) Viewed 2989 times
JT9.tiff
JT9.tiff (75.72 KiB) Viewed 2989 times
73 and best dx de Tom, DL2RUM
User avatar
KJ6RGX
Posts: 20
Joined: Fri 15. Feb 2013, 02:55
Location: Payson, AZ.
Contact:

Re: JT9

Unread post by KJ6RGX »

Thank you.
Locked