Author Topic: Help Windows with a MAC  (Read 1712 times)

Offline litobrit

  • Newcomer
  • Posts: 13
Help Windows with a MAC
« on: 2017 April 26 06:34:38 »
I use a MAC
When staying on a parameter window of a process, a help window appears.
How to scroll down to read the full help ?
Some french users of MAC have the same bug.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Help Windows with a MAC
« Reply #1 on: 2017 April 26 07:37:47 »
you can hover over the text of the control, or the control itself. one of those hover actions produces a properly formatted tooltip, the other is cut off. i don't remember now which is which.

rob

Offline Niall Saunders

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1456
  • We have cookies? Where ?
Re: Help Windows with a MAC
« Reply #2 on: 2017 April 26 07:41:24 »
Hi,

This is not just a 'MAC' issue - it happens on Windows systems as well.

Certainly, as Rob suggested, if you hover over the Title (as opposed to the control, slider, etc.), you seem to get a 'larger' window for the ToolTip - which allows for the 'correct' formatting.
Cheers,
Niall Saunders
Clinterty Observatories
Aberdeen, UK

Altair Astro GSO 10" f/8 Ritchey Chrétien CF OTA on EQ8 mount with homebrew 3D Balance and Pier
Moonfish ED80 APO & Celestron Omni XLT 120
QHY10 CCD & QHY5L-II Colour
9mm TS-OAG and Meade DSI-IIC

Offline litobrit

  • Newcomer
  • Posts: 13
Re: Help Windows with a MAC
« Reply #3 on: 2017 April 26 11:01:45 »
Sorry for my english...
I talk about the black tooltip window.
How to have the full window ?


Offline Niall Saunders

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1456
  • We have cookies? Where ?
Re: Help Windows with a MAC
« Reply #4 on: 2017 April 26 11:58:12 »
Hi again,

Yes - it is the 'black tooltip window' that we are talking about. There are two ways to display most of these ToolTips. As I said, you can either hover over the 'label' of the user-field, or you can hover over the user-field itself.

Looking at the ImageIntegration process (as you have attached), you will get the first attached image when you hover over the label text that says "Combination". You will get the second attached image when you hover over the user-interaction field (that currently displays the word "Average").

The 'correctly formatted' ToolTip field is obtained when you hover over the label text.

Sometimes though, it is not always possible to display the whole field under any circumstances - in which case you have to resort to 'clever screencapture' processes. I use the Camtasia SnagIt package to do this - it is relatively inexpensive, and works very well indeed (it can even capture 'screen video', if required, as well as capture scrolling text windows 'automgically').

Hope this helps.
Cheers,
Niall Saunders
Clinterty Observatories
Aberdeen, UK

Altair Astro GSO 10" f/8 Ritchey Chrétien CF OTA on EQ8 mount with homebrew 3D Balance and Pier
Moonfish ED80 APO & Celestron Omni XLT 120
QHY10 CCD & QHY5L-II Colour
9mm TS-OAG and Meade DSI-IIC

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Help Windows with a MAC
« Reply #5 on: 2017 April 26 12:13:31 »
Hi,

This is a known Qt bug. I'll try to overcome it (by rewriting tooltip support by myself) in the next version. Definitely, this problem will be solved in a 1.8.5.x version. Sorry for the inconvenience.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Niall Saunders

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1456
  • We have cookies? Where ?
Re: Help Windows with a MAC
« Reply #6 on: 2017 April 26 12:22:12 »
Hi Juan,

Don't worry - it is a small bug, and it is manageable.

That said - is there any way that you could:

  • Make the tootip text either 'sticky', or
  • Make the tooltip 'stay on screen' timeout slightly longer (say,  50%)?
  • Provide the user with a means of creating a text file containing all the tooltips for the selected process?
  • Perhaps this provision could be triggered by the 'Process Documentation' icon, if no documentation is otherwise available?

Just some ideas . . .
Cheers,
Niall Saunders
Clinterty Observatories
Aberdeen, UK

Altair Astro GSO 10" f/8 Ritchey Chrétien CF OTA on EQ8 mount with homebrew 3D Balance and Pier
Moonfish ED80 APO & Celestron Omni XLT 120
QHY10 CCD & QHY5L-II Colour
9mm TS-OAG and Meade DSI-IIC

Offline litobrit

  • Newcomer
  • Posts: 13
Re: Help Windows with a MAC
« Reply #7 on: 2017 April 26 22:27:12 »
Thanks Niall and Juan.