ICE95
ICE95 會檢查 Control 數據表 和 BBControl 數據表,以確認看板控件是否符合所有看板。
結果
如果下列任一項成立,看板控件就無法放入看板上。 ICE95 會張貼下列警告。
ICE95 警告 | 描述 |
---|---|
BBControl 專案 '[1]。[2]' 在 BBControl 數據表中,不符合 Control 數據表中的所有看板控制件。 X 座標超過看板控制寬度下限的界限 %s | 控件的 X 座標超出看板的寬度。 |
BBControl 專案 '[1]。[2]' 在 BBControl 數據表中,不符合 Control 數據表中的所有看板控制件。 Y 座標超過最小看板控制高度的界限 %s | 控件的 Y 座標位於看板底部下方。 |
BBControl 專案 '[1]。[2]' 在 BBControl 數據表中,不符合 Control 數據表中的所有看板控制件。 結合在一起的 X 座標和寬度超過看板控制寬度下限 %s | 控件的 X 座標加上控制元件的寬度超出看板的寬度。 |
BBControl 專案 '[1]。[2]' 在 BBControl 數據表中,不符合 Control 數據表中的所有看板控制件。 結合在一起的 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 | 寬度 | 高度 |
---|---|---|---|---|---|
看板1 | bbcontrol1 | 200 | 0 | 100 | 100 |
看板1 | bbcontrol2 | 0 | 200 | 100 | 100 |
看板1 | bbcontrol3 | 50 | 0 | 100 | 50 |
看板1 | bbcontrol4 | 0 | 50 | 50 | 100 |
相關主題