Req Ability to Suppress or Delay "Please Wait" and Progress Bar OSD
#5
The add-on author provided a boolean condition for things like this, so why not use that?

Quote:Detect Running Status
This property returns a value of True if CinemaVision is running.
Code:
!IsEmpty(Window(Home).Property(script.cinemavision.running))

Just add <visible>IsEmpty(Window(Home).Property(script.cinemavision.running))</visible> to the DialogBusy.xml

Works for me.
Reply


Messages In This Thread
RE: Ability to Suppress or Delay "Please Wait" and Progress Bar OSD - by User 55003 - 2015-09-14, 01:29
Logout Mark Read Team Forum Stats Members Help
Ability to Suppress or Delay "Please Wait" and Progress Bar OSD1