INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Tooltip Issues  (Read 2287 times)

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Tooltip Issues
« on: May 18, 2016, 05:06:08 pm »

Posting as a new topic because the old one was too cluttered and the option to delete our own posts seems to have disappeared so I can't tidy it up.


  • Car Radio tooltips remain transparent at all times, even with transparency disabled.
  • When the skin is inverted, tooltips flash as they appear.
  • The default tooltips for podcasts have the fields displayed out-of-order.
  • Disabling transparency for tooltips also makes the tooltip shadows opaque.
Logged

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Re: Tooltip Issues
« Reply #1 on: May 18, 2016, 05:06:17 pm »

#2 - When the skin is inverted, the tooltips flash on-screen

Video demonstrating the issue.

This only seems to happen when the tooltip is not overlapping anything else.
The issue is actually worse when the tooltips are transparent, as they stay the wrong color.
Logged

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Re: Tooltip Issues
« Reply #2 on: May 18, 2016, 05:06:21 pm »

#3 - The default tooltips for podcasts have the fields displayed out-of-order

[Comment] is being added as the very last thing to the tooltip, which looks out of place.
It used to be above the filename before this happened.
 
I've fixed this myself using custom tooltips, but it seems like it would be better if the default was changed.
This is what I used, trying to cover all possible uses:
Code: [Select]
<b>Delimit([Name], Delimit([Duration], /), / /( ), Delimit([Track #], ./ , ))<//b>
If(IsEqual([Artist], [Album], 1), [Artist], ListBuild(1, / -/ , [Artist], [Album]))Delimit([Date], /) , / /( )
FixCase([File Type], 3)Delimit([File Size], , / -/ )
 
[Comment]

If(!IsEqual([Comment], [Description], 1), [Description], )
 
[Filename]

Additionally, it seems that you cannot use FixCase() within ListBuild()
Logged

RD James

  • Citizen of the Universe
  • *****
  • Posts: 1871
Re: Tooltip Issues
« Reply #3 on: May 18, 2016, 05:06:29 pm »

#4 - Disabling transparency for tooltips also makes the tooltip shadows opaque.

The graphics used to create shadows around the tooltips are made opaque when transparency is disabled.
It's not a major problem, but can look ugly.

Attached are examples showing:
1 - Correct display of the shadows when transparency is enabled
2 - Current display of shadows when transparency is disabled
3 - How the shadows would ideally look when transparency is disabled
Logged
Pages: [1]   Go Up