ICE95
ICE95 überprüft die Control-Tabelle und die BBControl-Tabelle, um sicherzustellen, dass die Billboard-Steuerelemente auf alle Billboards passen.
Wenn einer der folgenden Punkte zutrifft, passt ein Billboardsteuerelement nicht an ein Billboard. ICE95 gibt die folgenden Warnungen aus.
ICE95-Warnung | BESCHREIBUNG |
---|---|
Das BBControl-Element „[1]. [2]“ in der BBControl-Tabelle passt nicht in alle Billboardsteuerelemente in der Control-Tabelle. Die X-Koordinate überschreitet die Grenze der minimalen Breite %s des Billboardsteuerelements. | Die X-Koordinate des Steuerelements liegt außerhalb der Breite der Billboards. |
Das BBControl-Element „[1]. [2]“ in der BBControl-Tabelle passt nicht in alle Billboardsteuerelemente in der Control-Tabelle. Die X-Koordinate überschreitet die Grenze der minimalen Höhe %s des Billboardsteuerelements. | Die Y-Koordinate des Steuerelements befindet sich unterhalb des unteren Rands des Billboards. |
Das BBControl-Element „[1]. [2]“ in der BBControl-Tabelle passt nicht in alle Billboardsteuerelemente in der Control-Tabelle. Zusammen überschreiten die X-Koordinate und die Breite die minimale Breite %s des Billboardsteuerelements. | Die X-Koordinate des Steuerelements und die Breite des Steuerelements zusammen liegen außerhalb der Breite des Billboards. |
Das BBControl-Element „[1]. [2]“ in der BBControl-Tabelle passt nicht in alle Billboardsteuerelemente in der Control-Tabelle. Zusammen überschreiten die Y-Koordinate und die Höhe die minimale Höhe %s des Billboardsteuerelements. | Die Y-Koordinate des Steuerelements und die Höhe des Steuerelements zusammen liegen unter dem unteren Rand des Billboards. |
ICE95 meldet für das Beispiel die folgenden Warnungen:
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-Tabelle (teilweise) (teilweise)
Control | type | Breite | Höhe |
---|---|---|---|
control1 | Billboard | 300 | 100 |
Control2 | Billboard | 100 | 300 |
Billboard_ | BBControl | X | J | Breite | Höhe |
---|---|---|---|---|---|
billboard1 | bbcontrol1 | 200 | 0 | 100 | 100 |
billboard1 | bbcontrol2 | 0 | 200 | 100 | 100 |
billboard1 | bbcontrol3 | 50 | 0 | 100 | 50 |
billboard1 | bbcontrol4 | 0 | 50 | 50 | 100 |