Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Tim Carlson
le automatic sequencing of > Tx messages based on received messages. > > de Mike W9MDB > > > From: Bill Somerville > To: wsjt-devel@lists.sourceforge.net > Sent: Monday, July 10, 2017 12:07 PM > Subject: Re: [wsjt-devel] Inconsistent Tool Tips on OS X > > On 10/07/2

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Bill Somerville
On 10/07/2017 18:47, Black Michael via wsjt-devel wrote: I noticed that on Windows the tooltips that do NOT have HTML code seem to display on one line whereas HTML ones break lines by default. The difference between Monitor and Stop for instance where Monitor has an HTML tooltip and Stop does no

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Black Michael via wsjt-devel
: Black Michael To: WSJT software development Sent: Monday, July 10, 2017 12:31 PM Subject: Re: [wsjt-devel] Inconsistent Tool Tips on OS X Try changing the tooltip to this and see if works OK on OS-X.On my Windows box this makes it wider and only lines high.We should be able for force the

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Jordan Sherer
The tooltip issue is related to the way the tooltip controls are added as children of the widgets and thus are contained by their parent bounding box. The only way I know of working around it is by adding an onEnter handler to the widgets, then creating a QTooltip manually after a short timeout,

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Black Michael via wsjt-devel
W9MDB From: Bill Somerville To: wsjt-devel@lists.sourceforge.net Sent: Monday, July 10, 2017 12:07 PM Subject: Re: [wsjt-devel] Inconsistent Tool Tips on OS X On 10/07/2017 18:00, John Nelson wrote: > Tim is correct.  It would be nice to have this (minor) problem tidy before &g

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Tim Carlson
I agree - I suspected it might be a Qt issue, and it is pretty minor. Thanks for the feedback! -Tim > On Jul 10, 2017, at 11:11 AM, John Nelson wrote: > > Hi Bill, > >> I'm not sure we can do anything about it, it is a matter for the Qt >> developers. > > In that case, I’m content to leave

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread John Nelson
Hi Bill, > I'm not sure we can do anything about it, it is a matter for the Qt > developers. In that case, I’m content to leave things as they are…the group has enough to do without fixing Qt as well… r7838 is working well - especially with the correct calculation of start/stop times for the

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Bill Somerville
On 10/07/2017 18:00, John Nelson wrote: Tim is correct. It would be nice to have this (minor) problem tidy before rc1 goes public Hi John and Tim, I'm not sure we can do anything about it, it is a matter for the Qt developers. 73 Bill G4WJS. -

Re: [wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread John Nelson
Tim is correct. It would be nice to have this (minor) problem tidy before rc1 goes public — John G4KLA -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[wsjt-devel] Inconsistent Tool Tips on OS X

2017-07-10 Thread Tim Carlson
The tool tips on OS X are inconsistent - most of the time they cut off part of the text, but if you move the mouse back and forth over the control, eventually they do show the whole text. These examples are from r7836. Cut off text: Good text: This isn't a new issue - the same thing hap