Показать сообщение отдельно
Старый 11.10.2016, 19:11   #442
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile Error in screen

I think have found an error into the screen contact_set_phonenumber_type.skin
In lines 61 to 65 we have:
Код:
B10,60,15,600,90,"Esc||SetVar;$PhoneNumberNType$;1",
B10,60,105,600,90,"Esc||SetVar;$PhoneNumberNType$;2",
B06,60,195,600,90,"Esc||SetVar;$PhoneNumberNType$;3",
B10,60,285,600,90,"Esc||SetVar;$PhoneNumberNType$;4",
B10,60,375,600,90,"Esc||SetVar;$PhoneNumberNType$;5",
I think that the $ must to be removed like that:
Код:
B10,60,15,600,90,"Esc||SetVar;PhoneNumberNType;1",
B10,60,105,600,90,"Esc||SetVar;PhoneNumberNType;2",
B06,60,195,600,90,"Esc||SetVar;PhoneNumberNType;3",
B10,60,285,600,90,"Esc||SetVar;PhoneNumberNType;4",
B10,60,375,600,90,"Esc||SetVar;PhoneNumberNType;5",
pierrotm777 вне форума   Ответить с цитированием