Good Morning
Im trying to implement an AlarmRow inside my Project.
I created a new AERow configuration from the System Management -> A&E-Row/Screen. I set up two of the columns as "adaptive width".
Then I made a new panel and implemented the AESRow.pnl from the STDLibrary as Panel Reference. This panel is not as wide as the sum of the configured width of all the columns. The Alarmrow would ideally use 1920px as width.
So, when I start this panel, only the entries of the AER that have place show inside the panel and not all like i would expect because i set up the two columns as adaptive width.
Am I missing something? Do i have to do some coding for this or is my way of implementing wrong?
Thanks for an advice.
Aurelio
Width of Alarm-Row
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Width of Alarm-Row
I have tested it in 3.16 with one column configured with "adaptive width" in the AESRow settings.
When opening the AESRow with this configuration the column gets the correct size and there is no blank space on the right side of the table.
Which version are you using?
Does it work with one "adaptive width" column?
Best Regards
Leopold Knipp
Senior Support Specialist
When opening the AESRow with this configuration the column gets the correct size and there is no blank space on the right side of the table.
Which version are you using?
Does it work with one "adaptive width" column?
Best Regards
Leopold Knipp
Senior Support Specialist
- aurelio.bachmann
- Posts:4
- Joined: Wed Jun 07, 2017 8:32 am
Re: Width of Alarm-Row
I'm working with 3.16 P4.
I think I just realized that the width only gets set at the beginning, when "starting" the AERow. So when I'm using the responsive sizing of Elements, the table sets its with only at the beginning but when resizing the window, the column width stays the same.
Do I have to implement some code to get the AER in an responsive design?
I think I just realized that the width only gets set at the beginning, when "starting" the AERow. So when I'm using the responsive sizing of Elements, the table sets its with only at the beginning but when resizing the window, the column width stays the same.
Do I have to implement some code to get the AER in an responsive design?