Page 1 of 1

PA Profile Banner Showing in Thetis v2.10.3.3

Posted: Tue Nov 07, 2023 8:29 am
by w9ac
I'm not sure if it's by design, but I'm seeing a PA Profile banner inserted into Thetis' display when alternating between screen expand and collapse. At least in my case, it overwrites onto the custom containers. A right-click on the banner opens up the PA settings window, but there's no option to remove it. Screen capture attached.

Paul, W9AC
Thetis v2.10.3.3
W9AC.jpg
W9AC.jpg (427.85 KiB) Viewed 4867 times

Re: PA Profile Banner Showing in Thetis v2.10.3.3

Posted: Tue Nov 07, 2023 9:37 am
by ramdor
its zorder is probably above the container user control when docked, will fix for 2.10.3.4

you can report bugs over on github which makes things easier to track

https://github.com/ramdor/Thetis/issues/new/choose

Re: PA Profile Banner Showing in Thetis v2.10.3.3

Posted: Tue Nov 07, 2023 12:31 pm
by w9ac
ramdor wrote:its zorder is probably above the container user control when docked, will fix for 2.10.3.4

you can report bugs over on github which makes things easier to track

https://github.com/ramdor/Thetis/issues/new/choose
Thanks, Richie.

Paul, W9AC

Re: PA Profile Banner Showing in Thetis v2.10.3.3

Posted: Tue Nov 07, 2023 2:15 pm
by Joe
I have been working a bit with the collapsed view code, the pa profile tag had to be re-located for that view. I placed it at the lower screen view in collapsed. I have not uploaded anything yet to my repo. I worked on a few other items in the collapsed view that may be of interest to Richie but he will need to check it out and correct where necessary, I know and definitely trust his expertise. I mainly use the collapsed view as I like less clutter with slightly used controls. Sorry for the ramble and much thanks to Richie!

73’s
Joe
WD5Y

Re: PA Profile Banner Showing in Thetis v2.10.3.3

Posted: Tue Nov 07, 2023 6:51 pm
by ramdor
The label gets relocated when collapsed/expanded are used, however I had left some test code in there to bring label to top which was not needed anymore.