ICE95
ICE95 examine la table Control et la table BBControl pour vérifier que les contrôles d’affichage s’ajustent à tous les panneaux d’affichage.
Résultats
Si une des conditions suivantes est vraie, un contrôle de panneau d’affichage ne tient pas sur un panneau d’affichage. ICE95 publie les avertissements suivants.
Avertissement ICE95 | Description |
---|---|
L’élément BBControl « [1].[2] » dans la table BBControl ne tient pas dans tous les contrôles de panneau d’affichage de la table Control. La coordonnée X dépasse la limite de la largeur minimale du contrôle de panneau d’affichage %s | La coordonnée X du contrôle se trouve en dehors de la largeur du panneau d’affichage. |
L’élément BBControl « [1].[2] » dans la table BBControl ne tient pas dans tous les contrôles de panneau d’affichage de la table Control. La coordonnée Y dépasse la limite de la hauteur minimale du contrôle de panneau d’affichage %s | La coordonnée Y du contrôle se trouve en dessous du bas du panneau d’affichage. |
L’élément BBControl « [1].[2] » dans la table BBControl ne tient pas dans tous les contrôles de panneau d’affichage de la table Control. La coordonnée X et la largeur combinées dépassent la largeur minimale du contrôle du panneau d’affichage %s | La coordonnée X du contrôle plus la largeur du contrôle sont en dehors de la largeur du panneau d’affichage. |
L’élément BBControl « [1].[2] » dans la table BBControl ne tient pas dans tous les contrôles de panneau d’affichage de la table Control. La coordonnée Y et la hauteur combinées dépassent la hauteur minimale du contrôle du panneau d’affichage %s | La coordonnée Y du contrôle plus la hauteur du contrôle est en dessous du bas du panneau d’affichage. |
Exemple
ICE95 signale les avertissements suivants pour l’exemple :
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
Table Control (partielle) (partielle)
Control | Type | Largeur | Hauteur |
---|---|---|---|
control1 | Billboard | 300 | 100 |
Control2 | Billboard | 100 | 300 |
Billboard_ | BBControl | X | O | Largeur | Hauteur |
---|---|---|---|---|---|
billboard1 | bbcontrol1 | 200 | 0 | 100 | 100 |
billboard1 | bbcontrol2 | 0 | 200 | 100 | 100 |
billboard1 | bbcontrol3 | 50 | 0 | 100 | 50 |
billboard1 | bbcontrol4 | 0 | 50 | 50 | 100 |
Rubriques connexes