Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Paul St John
Thank you Michael, It works great 73 Paul NA4MM From: Black Michael via wsjt-devel Sent: Friday, September 6, 2019 12:24 PM To: WSJT software development Cc: Black Michael Subject: Re: [wsjt-devel] Double click on decode unresponsive? Here's the patch to fix the double-click on <...> de M

Re: [wsjt-devel] Occasional zero power indication when transmitting

2019-09-06 Thread Al Pawlowski
The occasional no audio/modulation fault (causing no power) is not a band edge issue - it has happened to me at various in-band frequencies and using "fake it” split mode. Al Pawlowski, K6AVP Los Osos, CA USA > On Sep 6, 2019, at 13:39, wsjt-devel-requ...@lists.sourceforge.net wrote: > > Dat

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Black Michael via wsjt-devel
I see it  nowalready been removed by the time it gets to the regexthanks Bill. Mike On Friday, September 6, 2019, 03:43:54 PM CDT, Bill Somerville wrote: On 06/09/2019 21:00, Black Michael via wsjt-devel wrote: Hmmm...that expression doesn't seem work for <...> -- was

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Bill Somerville
On 06/09/2019 21:00, Black Michael via wsjt-devel wrote: Hmmm...that expression doesn't seem work for <...> -- was the regex you're showing before the addition for this?  I don't see the period or less than or greater than signs in it. https://regexr.com/ Inline image Mike Hi Mike, there

Re: [wsjt-devel] Occasional zero power indication when transmitting

2019-09-06 Thread Black Michael via wsjt-devel
Use Rig split or Fake It in the Radio settings and that problem will go away.  You can then transmit wherever you want without hitting the bandpass edges. de Mike W9MDB On Friday, September 6, 2019, 03:13:57 PM CDT, Jerry F. Shaw wrote: I use an ICOM 756PROIII and a SignalLink, I on

Re: [wsjt-devel] Occasional zero power indication when transmitting

2019-09-06 Thread Jerry F. Shaw
I use an ICOM 756PROIII and a SignalLink, I only see this issue if I try to answer a CQ at the extremes of the window (e.g. 2500+). So I will either work them split from a lower frequency or use ctrl-alt-shift-F12 to move up 2K and work them and then use ctrl-alt-shift-F11 to move back down 2K. J

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Black Michael via wsjt-devel
Still missing < and > aren't we? ... matches but not <...> Mike On Friday, September 6, 2019, 02:53:21 PM CDT, Bill Somerville wrote: Hi Mike, oops, highlighted the wrong bit. I mean this:   QRegularExpression words_re {R"(^(?:(?(?:CQ|DE|QRZ)(?:\s?DX|\s(?:[A-Z]{1,4}|\d{3}))

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Black Michael via wsjt-devel
Hmmm...that expression doesn't seem work for <...> -- was the regex you're showing before the addition for this?  I don't see the period or less than or greater than signs in it. https://regexr.com/ Mike On Friday, September 6, 2019, 02:51:25 PM CDT, Bill Somerville wrote: Hi Mi

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Bill Somerville
Hi Mike, oops, highlighted the wrong bit. I mean this:   QRegularExpression words_re {R"(^(?:(?(?:CQ|DE|QRZ)(?:\s?DX|\s(?:[A-Z]{1,4}|\d{3}))|[A-Z0-9/]+*|\.{3}*)\s)(?:(?[A-Z0-9/]+)(?:\s(?[-+A-Z0-9]+)(?:\s(?(?:OOO|(?!RR73)[A-R]{2}[0-9]{2})))?)?)?)"}; 73 Bill G4WJS. On 06/09/2019 20:46, Bill So

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Bill Somerville
Hi Mike, yes and also that there are other as yet unpublished changes in that regexp. It ended up like this:   QRegularExpression words_re {R"(^(?:(?(?:CQ|DE|QRZ)(?:\s?DX|\s(?:[A-Z]{1,4}*|\d{3}*))|[A-Z0-9/]+|\.{3})\s)(?:(?[A-Z0-9/]+)(?:\s(?[-+A-Z0-9]+)(?:\s(?(?:OOO|(?!RR73)[A-R]{2}[0-9]{2})))

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Black Michael via wsjt-devel
Yeah..I guess you mean it should have been an OR clause? Mike On Friday, September 6, 2019, 02:34:37 PM CDT, Bill Somerville wrote: On 06/09/2019 18:24, Black Michael via wsjt-devel wrote: Here's the patch to fix the double-click on <...> de Mike W9MDB *** "..\\wsjtx-2

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Bill Somerville
On 06/09/2019 18:24, Black Michael via wsjt-devel wrote: Here's the patch to fix the double-click on <...> de Mike W9MDB *** "..\\wsjtx-2.1.0\\src\\wsjtx\\decodedtext.cpp"   2019-02-24 21:48:37.0 -0600 --- decodedtext.cpp     2019-09-06 11:59:42.921762600 -0500 *** *** 10,

Re: [wsjt-devel] Double click on decode unresponsive?

2019-09-06 Thread Black Michael via wsjt-devel
Here's the patch to fix the double-click on <...> de Mike W9MDB *** "..\\wsjtx-2.1.0\\src\\wsjtx\\decodedtext.cpp"      2019-02-24 21:48:37.0 -0600--- decodedtext.cpp     2019-09-06 11:59:42.921762600 -0500** 10,16   namespace  {!   QRegularExpression words_re {R"(^(

Re: [wsjt-devel] FT4 no decode

2019-09-06 Thread Black Michael via wsjt-devel
If Meinberg wasn't working it's probably because you didn't select your continent from the pulldown during installation. WIndows time will not work very well in the long run. de Mike W9MDB On Friday, September 6, 2019, 12:14:02 PM CDT, Ken Chandler wrote: Hi guys Seems it was indeed

Re: [wsjt-devel] FT4 no decode

2019-09-06 Thread Ken Chandler
Hi guys Seems it was indeed the clock. So, I've deleted Mienberg and and in w10 pro, I set time as "Internet time".!! I believe this sync's weekly, I'm hoping if my clock loses sync I can manually reset on the set time page. So, at the mo I'm being spotted at between 0-0 and 03 a PY reported 04.

[wsjt-devel] R: FT4 no decode

2019-09-06 Thread Luigi Casari
Che bambo, Ce l'ho il coso che spara aria calda, provato ma non va. Serve un cacciavite più grosso del 2 a stella che non ho. Luis -Messaggio originale- Da: Ken Chandler [mailto:g0...@sky.com] Inviato: venerdì, 6. settembre 2019 15:11 A: WSJT software development Oggetto: Re: [wsjt-dev

Re: [wsjt-devel] FT4 no decode

2019-09-06 Thread Ken Chandler
Hi Don Clock Meiburg set running good. As I said FT8 is perfect decode FT4 no decodes on a busy band on 14080. 250 QSO's FT4 in WWDIGI !! Ken.. G0ORH Sent from my iPad > On 4 Sep 2019, at 12:29, Don Hill AA5AU wrote: > > You didn't mention it and we can't assume but did you check your clock?