[wsjt-devel] WSJT-X 2.0.1 QSO ADIF transmission on the UDP port. Defect or Design?

2019-04-04 Thread Ed Stokes
Many thanks Bill. I’m confused because I’m not seeing this in my mail! I would have missed it altogether but for doing a google search which found it on sourceforge. What have I done? Please copy your reply to my email address w1...@comcast.net 73, Ed W1KOK On 04

Re: [wsjt-devel] Specifying an RGB qColor for Highlight Callsign UDP function

2019-04-04 Thread Bill Somerville
On 04/04/2019 12:11, Bill Somerville wrote: ' The Xojo Color type stores 8-bit per channel colour values ' so we can start with one of them and extend to the 16-bit ' per channel Qt's deep colour QColor type uses ' ' Let's start with a light green Color variable Dim c As Color = &c007f00 ' Defau

Re: [wsjt-devel] Specifying an RGB qColor for Highlight Callsign UDP function

2019-04-04 Thread Bill Somerville
On 04/04/2019 04:41, Ed Stokes wrote: With reference to NETWORK_MESSAGE_HPP Highlight Callsign In   13 quint32  *                         Id (unique key)  utf8  *                         Callsign utf8  *                         Background Color QColor  *                         Foreground Color