INTERACT FORUM

Please login or register.

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

Author Topic: Display Icon/Graphic in Column View  (Read 1147 times)

Zardoz2293

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 50
  • Beyond...
Display Icon/Graphic in Column View
« on: August 15, 2014, 11:12:59 am »

Is there a way to display an icon or graphic in a Column? I'm defining "Static" as a resource icon, the same for all. In the case below two different icons would be displayed.

Calculated Field:

If(IsInPlayingNow(), "InPlayingNowStaticIcon", If(IsPlayingNow(), "PlayingNowStaticIcon", ))

In the example below, there are six songs displayed in the "Audio" group. Immediately you can tell "The Lion Sleeps Tonight" and "Mah Na Mah Na" are in the "Playing Now" group with "Mr. Custer" currently playing. Once "Mr. Custer" is finished playing it would change to "InPlayingNowStaticIcon"

Thoughts, feedback (other than my Juvenal choices of listening music  ;) ), suggestions, and more? Thanks!!!!
Logged
    Windows 7 Ultimate SP1 (Build 7601) [64-bit]
    Asus Sabertooth X58, i7-980X @4.1GHz, 24GB @PC3-14400

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Display Icon/Graphic in Column View
« Reply #1 on: August 19, 2014, 10:31:33 am »

no I don't think so.. but you could use some character and an expression.. I use this to show what is in playing now just after the image(small thumbnail)
if(isequal(IsInPlayingNow(),1),♪,)

 :)
gab
Logged

Zardoz2293

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 50
  • Beyond...
Re: Display Icon/Graphic in Column View
« Reply #2 on: August 22, 2014, 07:51:24 pm »

no I don't think so.. but you could use some character and an expression.. I use this to show what is in playing now just after the image(small thumbnail)
if(isequal(IsInPlayingNow(),1),♪,)

 :)
gab

Thanks!
Logged
    Windows 7 Ultimate SP1 (Build 7601) [64-bit]
    Asus Sabertooth X58, i7-980X @4.1GHz, 24GB @PC3-14400
Pages: [1]   Go Up