Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Mark Galbraith via wsjt-devel
After a few more experiments, I’ve reverted this change.  The program no longer 
remembers where certain windows open on the screen, opening all windows in the 
center.  This is a bit more disruptive than the narrow buttons.

--Mark, N7YD


From: mark mgg4.com via wsjt-devel 
Sent: Friday, September 1, 2023 10:37 AM
To: Black Michael ; WSJT software development 

Cc: mark mgg4.com 
Subject: Re: [wsjt-devel] Button sizes not correct

Thank you.  That does change a few things, and some of the text seems a bit 
less sharp, but it does fix the problem and I like the overall effect better.  
I very much appreciate your response.


--Mark, N7YD



From: Black Michael via wsjt-devel 
mailto:wsjt-devel@lists.sourceforge.net>>
Sent: Friday, September 1, 2023 9:25 AM
To: WSJT software development 
mailto:wsjt-devel@lists.sourceforge.net>>
Cc: Black Michael mailto:mdblac...@yahoo.com>>
Subject: Re: [wsjt-devel] Button sizes not correct

Try this to replace the qt.conf in your bin directory

[Paths]
Plugins = ../plugins

[Platforms]
WindowsArguments = dpiawareness=0


Mike W9MDB


On Thursday, August 31, 2023 at 10:43:43 PM CDT, Laurie, VK3AMA via wsjt-devel 
mailto:wsjt-devel@lists.sourceforge.net>> 
wrote:


On 01/09/2023 8:15 am, Mark Galbraith via wsjt-devel wrote:

Not sure what’s happening here, but my guess would be that the screen 
resolution may be off, but I was seeing this on other computers as well.

[cid:image001.png@01D9DCC1.9862A220]



My computer is a Microsoft Surfacebook 2, with a screen resolution of 3240 x 
2160.  I was also seeing the same thing on my other computer with a 32” ultra 
widescreen resolution of 2560 x 1080.  I’m also seeing this on v2.6.1 and 
v2.7.0-rc2.  Is there a setting I need to adjust, or is this something that 
requires a program change to fix?





73

-.. . / -- .- .-. -.- / -. --... -.-- -..

DE  MARK  N7YD


A long standing defect that I gave up on getting the devs to correct.

All other UI controls inducing the Tx1-6 buttons are scaled correctly except 
these buttons!

Here's mine, like you replicated across multiple devices.
[cid:image002.png@01D9DCC1.9862A220]

de Laurie VK3AMA
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net<mailto:wsjt-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Button sizes not correct

2023-08-31 Thread Mark Galbraith via wsjt-devel
Not sure what's happening here, but my guess would be that the screen 
resolution may be off, but I was seeing this on other computers as well.

[cid:image001.png@01D9DC1D.F61565A0]

My computer is a Microsoft Surfacebook 2, with a screen resolution of 3240 x 
2160.  I was also seeing the same thing on my other computer with a 32" ultra 
widescreen resolution of 2560 x 1080.  I'm also seeing this on v2.6.1 and 
v2.7.0-rc2.  Is there a setting I need to adjust, or is this something that 
requires a program change to fix?


73
-.. . / -- .- .-. -.- / -. --... -.-- -..
DE  MARK  N7YD

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Bug Report WSJT-X 2.7.0-RC2: Rig Control Error pops up when adjusting TX slot frequency

2023-08-28 Thread Mark Galbraith via wsjt-devel
When using Shift-click on the waterfall to set the TX frequency, the "Rig 
Control Error" popup is displayed.  Clicking the "Show Details..." button shows 
the following error information:

Hamlib error: port_wait_for_data_direct(733): timeout=1,0
port_wait_for_data_direct(742): timeout=1,0
read_string_generic(): RX 1 characters, direct=1
 3b ;
newcat_set_cmd_validate: cmd validation failed, 'MD1C;'!=';', try#8
9:newcat.c(10969):newcat_set_cmd_validate returning(-8) Protocol error

newcat_set_cmd: set_cmd_validate failed
8:newcat.c(11010):newcat_set_cmd returning(-8) Protocol error

7:newcat.c(1528):newcat_set_mode returning(-8) Protocol error

6:rig_set_split_mode: elapsed=806ms
6:rig.c(4647):rig_set_split_mode returning(-8) Protocol error

5:rig_set_split_freq_mode: elapsed=911ms
5:rig.c(5022):rig_set_split_freq_mode returning(-8) Protocol error

Protocol error
Protocol error
while setting split TX frequency and mode

Timestamp: 2023-08-28T02:28:24.231Z


This error has not occurred using WSJT-X 2.6.1.  My configuration is as follows:

Radio: Yaesu FT-710
Software stack:

  *   Win4YaesuSuite (latest version)
 *   Software control of the radio.  Also provides virtual COM ports (using 
com0com) to allow additional software to access the CAT control stream.
 *   CAT connection to radio on COM3.  Provides CAT virtual CAT connections 
on COM7, COM9, COM11, COM13, and COM15.
 *   3rd party software connections are mentioned below.  COM13 and COM15 
connections are used for unrelated programs not involved in FT8/FT4 operation.
  *   DXLabs Suite (latest version)
 *   Has additional software control features for the radio but lacked the 
virtual COM support.  Control program needed to support additional functions of 
the suite.
 *   Used for general logging and other functions.
 *   Connects to CAT interface on COM9
  *   N1MM+ (latest version)
 *   Used for contest logging.
 *   Connects to CAT interface on COM11
  *   WSJT-X
 *   Normally use 2.6.1.  Downloaded 2.7.0-RC2 to check out some of the new 
features.
 *   Connects to CAT interface on COM7
  *   JTAlert for WSJT-X (latest version)
 *   Better visual representation of decodes.

The DXLabs and N1MM+ portions of the stack are not involved in this error as 
they are not in the stack between WSJT-X and the radio.  They are shown for 
completeness.

Please let me know if you have any questions or need more information to help 
track this down.  For now I have reverted back to v2.6.1 so I can continue 
working FT8/FT4.


73
-.. . / -- .- .-. -.- / -. --... -.-- -..
DE  MARK  N7YD

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel