[ACP-941]  Conn/Disc Telescope Tool Tip on Web System Status
Type Bug
Priority Low
Severity Trivial
Component Main Program, Server-Side Web ASP pages
Fixed In Version [7.27.2
Versions Affected [7.07.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 7/23/2014

Description
The Telescope link on the System Status display of the web UI is supposed to say "Connect the telescope and dome" if a dome is configured. It does not, because the test uses Dome.Available which is false until it is connected. The Rotator logic uses Rotator.Configured, but Dome does not have this property. Add it and then change the asystemstatus.asp script to fix this.

I did not want to do this for ACP 7 because it would require a change to the API right before production. Forget that. It's cosmetic anyway.

Comments
7/23/2014 2:09:16 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 691
Affected files /trunk/ACP Help/relnotes.htm (Modified)
/trunk/WebDocs/ac/asystemstatus.asp (Modified)
Check-in comment Correct tooltip logic to use new Dome.Enabled property. GEM:941
7/23/2014 12:30:21 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 690
Affected files /trunk/ACP Help/Programmer's Reference/ACP2 Programmer's Reference.mdb (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.chm (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.hhc (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.hhk (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRefDomePROPEnabled.htm (Added)
/trunk/ACP Help/relnotes.htm (Modified)
/trunk/ACP Interop Assembly (Scheduler)/Interop.ACP.7.2.dll (Modified)
/trunk/ACP Interop Assembly (Scheduler)/Interop.ACP.dll (Modified)
/trunk/DomeControl.cls (Modified)
/trunk/acp-ref.exe (Modified)
/trunk/doc/ProgRef.chm (Modified)
Check-in comment Add Dome.Enabled property to API GEM:941