ICE95

ICE95 は、Control テーブルBBControl テーブルを調べて、ビルボード コントロールがすべてのビルボードに収まることを確認します。

結果

次のいずれかが true の場合、ビルボード コントロールはビルボードに収まりません。 ICE95 は次の警告を投稿します。

ICE95 警告 説明
BBControl テーブルの BBControl 項目 '[1].[2]' が、Control テーブルのすべてのビルボード コントロールに収まりません。 X 座標がビルボード コントロールの幅の最小値 %s の境界を超えています コントロールの X 座標がビルボードの幅の外にあります。
BBControl テーブルの BBControl 項目 '[1].[2]' が、Control テーブルのすべてのビルボード コントロールに収まりません。 Y 座標がビルボード コントロールの高さの最小値 %s の境界を超えています コントロールの Y 座標がビルボードの下端より下にあります。
BBControl テーブルの BBControl 項目 '[1].[2]' が、Control テーブルのすべてのビルボード コントロールに収まりません。 X 座標と幅を合わせた値が、ビルボード コントロールの幅の最小値 %s を超えています コントロールの X 座標にコントロールの幅を足した値が、ビルボードの幅の外にあります。
BBControl テーブルの BBControl 項目 '[1].[2]' が、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

Control テーブル (部分) (部分)

コントロール Type [高さ]
control1 Billboard 300 100
Control2 Billboard 100 300

 

BBControl テーブル

Billboard_ 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

 

ICE リファレンス