Eléments graphiques et logiques
7.6 SlEsTouchButton
Positionnement du texte
En fonction de la propriété "textAlignedToPicture", le texte est positionné comme suit :
● Propriété "textAlignedToPicture" : FALSE
Le texte est affiché de manière centrée verticalement et horizontalement dans MarginArea.
Figure 7-39
● Propriété "textAlignedToPicture" : TRUE
Le texte est affiché de manière centrée horizontalement et verticalement dans la zone
restante de MarginArea moins la zone de l'image représentée.
Figure 7-40
Le SlEsTouchButton n'assure aucune prise en charge propre des langues étrangères. La
manière de localiser est cependant illustrée dans l'exemple suivant :
Exemple
easyscreen.ini
[LANGUAGEFILES]LngFile03 = user.txt
user_eng.txt
85000 0 0 "This is my first Touchbutton !!!"
user_deu.txt
85000 0 0 "Das ist mein erster Touchbutton !!!"
Fichier de configuration :
//M(MyTBMask/"My CustomWidget TouchButton ...")
DEF MyTB1 = (W///,"slesstdcw.SlEsTouchButton"/////70,20,200,100/0,0,0,0)
LOAD
END_LOAD
LANGUAGE
280
textAlignedToPicture FALSE
textAlignedToPicture TRUE
WRITECWPROPERTY("MyTB1", "text", $85000)
WRITECWPROPERTY("MyTB1", "text", $85000)
SINUMERIK Integrate Run MyScreens (BE2)
Manuel de programmation, 12/2017, 6FC5397-1DP40-6DA1