Simple patch to solve this problem...
@@ -4031,6 +4031,10 @@ void
MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
{
+ if (m_config.bHound()) {
+ MessageBox::information_message(this,"You must enter the DXpedition
callsign in the DX Call box yourself to ensure correct logging!");
+ return;
+ }
On Thursday, July 5, 2018, 12:37:01 PM CDT, Mark Spencer
<netsyn...@gmail.com> wrote:
That approach seemed to work for me.
73
Mark spencerve7afznetsyn...@gmail.com
On Jul 5, 2018, at 9:59 AM, Black Michael via wsjt-devel
<wsjt-devel@lists.sourceforge.net> wrote:
So let's change the double-click on the Band Activity and tell them that rather
than processing it."You must enter the DXpedition call yourself in the DX Call
box".
de Mike W9MDB
On Thursday, July 5, 2018, 11:56:20 AM CDT, Joe Taylor <j...@princeton.edu>
wrote:
Jim --
On 7/5/2018 12:49 PM, Jim Brown wrote:
> On 7/5/2018 5:26 AM, Joe Taylor wrote:
>> There should be no need to edit the prefix in DXKeeper. When
>> attempting to work a DXpedition you know their callsign perfectly
>> well, in advance.
>
> Yes, but -- when you click on their call when they have called someone
> else, you get KH7W, not KH1/KH7W, WSJT-X calls KH7W, and they respond.
> Remember, I said I never saw them call CQ.
Of course I remember what you wrote. The point is that you should not
need to "click on their call", because you should already have entered
the full call KH1/KH7Z in the DX Call box.
-- Joe, K1JT
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel