XWidgetSoft Forum
https://www.bbs.xwidget.com/

Code for autoshow an item when song change
https://www.bbs.xwidget.com/viewtopic.php?f=8&t=3379
Page 1 of 1

Author:  Armando [ July 17th, 2013, 2:03 pm ]
Post subject:  Code for autoshow an item when song change

I want to show an item when a song change (like autoshow trayballon)
This code should work?
"Playinfo" also can be show/hide with a button. That's because I used an "if..."

Thanks!

Code:
function TitleOnChange(Sender)
{

if(playinfo.Visible = true)

  {
  playinfo.Visible = true}
   }

else

  {
  playinfo.Visible = true;
  sleep(3000);
  playinfo.Visible = false;
  }

}

Author:  Jimking [ July 17th, 2013, 2:22 pm ]
Post subject:  Re: Code for autoshow an item when song change

Hi Armando!
Please next time for this kind of post/help use the "Help: XWidget Skins/Widget" section...

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/