ICE95
ICE95는 Control 테이블 확인하고 BBControl 테이블 확인하여 빌보드 컨트롤이 모든 광고판에 맞는지 확인합니다.
결과
다음 중 어느 것이라도 true이면 광고판 컨트롤이 광고판에 맞지 않습니다. ICE95는 다음 경고를 게시합니다.
ICE95 경고 | 묘사 |
---|---|
BBControl 항목 '[1]입니다. [2]' BBControl 테이블의 컨트롤 테이블의 모든 광고판 컨트롤에 맞지 않습니다. X 좌표가 최소 광고판 컨트롤 너비 %s 경계를 초과합니다. | 컨트롤의 X 좌표가 광고판 너비 밖에 있습니다. |
BBControl 항목 '[1]입니다. [2]' BBControl 테이블의 컨트롤 테이블의 모든 광고판 컨트롤에 맞지 않습니다. Y 좌표가 최소 광고판 컨트롤 높이 %s 경계를 초과합니다. | 컨트롤의 Y 좌표는 광고판 아래쪽 아래에 있습니다. |
BBControl 항목 '[1]입니다. [2]' BBControl 테이블의 컨트롤 테이블의 모든 광고판 컨트롤에 맞지 않습니다. X 좌표와 함께 결합된 너비가 최소 광고판 컨트롤 너비를 초과합니다%s | 컨트롤의 X 좌표와 컨트롤의 너비가 광고판의 너비 밖에 있습니다. |
BBControl 항목 '[1]입니다. [2]' BBControl 테이블의 컨트롤 테이블의 모든 광고판 컨트롤에 맞지 않습니다. Y 좌표와 함께 결합된 높이가 최소 광고판 컨트롤 높이 %s 초과합니다. | 컨트롤의 Y 좌표와 컨트롤의 높이가 광고판 아래쪽 아래에 있습니다. |
본보기
ICE95는 예제에 대해 다음 경고를 보고합니다.
The BBControl item 'billboard1.bbcontrol1' in the BBControl table does not fit in all the billboard controls in the Control table. The X coordinate exceeds the boundary of the minimum billboard control width 100
The BBControl item 'billboard1.bbcontrol2' in the BBControl table does not fit in all the billboard controls in the Control table. The Y coordinate exceeds the boundary of the minimum billboard control height 100
The BBControl item 'billboard1.bbcontrol3' in the BBControl table does not fit in all the billboard controls in the Control table. The X coordinate and the width combined together exceeds the minimum billboard control width 100
The BBControl item 'billboard1.bbcontrol4' in the BBControl table does not fit in all the billboard controls in the Control table. The Y coordinate and the height combined together exceeds the minimum billboard control height 100
컨트롤 테이블(부분)(부분)
제어 | 형 | 너비 | 높이 |
---|---|---|---|
control1 | 빌보드 | 300 | 100 |
Control2 | 빌보드 | 100 | 300 |
빌보드_ | BBControl | X | Y | 너비 | 높이 |
---|---|---|---|---|---|
billboard1 | bbcontrol1 | 200 | 0 | 100 | 100 |
billboard1 | bbcontrol2 | 0 | 200 | 100 | 100 |
billboard1 | bbcontrol3 | 50 | 0 | 100 | 50 |
billboard1 | bbcontrol4 | 0 | 50 | 50 | 100 |
관련 항목