Alarm list

Hello All We are working with an upgrade project from 6.1 to 2018. We must to customize the alarm page with new dimentions.

we change the dimentions in function newAlarmPage_GetDefaultParameters

The scroll bar doesn't appear in page

do you know if there is more configurations that we need to do to fix the issue.

 Thank you

  • Hi Miguel,
    It looks like the page configuration you have has shrunk the width of the alarm pane. This may require some changes to the alarm page that is being displayed in the master workspace template. I'd recommend as a quick test, to set the following on the Master Template: Display Mode - Stretch. This will confirm that the content is there. The next step will be to better understand the page resolution that is displaying in the main pane, and making sure it is appropriate. If you get stuck, it might be a good idea to reach out to Citect support for further guidance. I understand there is also a training manual coming which will help guide you through the process of customizing your workspace.
  • Hi Olivier

    Thank you for your feedback

    I solved the issue, i change the customize alarm page width. Before was 1028 and now is 1018 and the Scroll appears.

    MapValueSet(sMap, g_sAlarmPageParamMainAlarmListWidth, 1018);

    Regards

    Miguel