Release Notes > JViews TGO 7.5 Release Notes > Compatibility Issues > Secondary State Icons |
Secondary State Icons |
PREVIOUS NEXT |
Some OSI and Bellcore secondary state icons have been replaced. The following table lists them.
The client can use the following java code in his/her application to keep the old icons:
Image osiColdStdbyImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_in_sbydi-old.png"); Image osiHotStdbyImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_in_sbyei-old.png"); Image osiPServiceImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_in_sbyea-old.png"); Image bcColdStdbyImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_cold_sby-old.png"); Image bcHotStdbyImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_hot_sby-old.png"); Image bcSEOutageImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_supt_out-old.png"); Image bcProtocolImg = IltSystem.GetDefaultContext().getImageRepository().getImage("ilt_protocol-old.png"); IltSettings.SetValue("OSI.Standby.InStandby.OOS.Icon", osiColdStdbyImg); IltSettings.SetValue("OSI.Standby.InStandby.NT.Icon", osiHotStdbyImg); IltSettings.SetValue("OSI.Standby.InStandby.CT.Icon", osiPServiceImg); IltSettings.SetValue("Bellcore.SecState.ColdStandby.NT.Icon", bcColdStdbyImg); IltSettings.SetValue("Bellcore.SecState.HotStandby.NT.Icon", bcHotStdbyImg); IltSettings.SetValue("Bellcore.SecState.SupportingEntityOutage.CT.Icon", bcSEOutageImg); IltSettings.SetValue("Bellcore.SecState.Protocol.OOS.Icon", bcProtocolImg);
Copyright © Rogue Wave Software, Inc. 1997, 2016. All rights reserved. Legal terms. | PREVIOUS NEXT |