我需要有关编辑线的帮助。我正在尝试在editline中设置一个文本,当你按下editline里面的那个文本时,文本将会清除,你可以写。
有人可以帮助我吗?我理解错误,但我不知道如何以不同的方式做到这一点。
BindObject - :' EditLine'对象有 没有属性' SetEvent'
self.name = self.GetChild("name")
def LoadName(self):
self.name.SetText("Your Name Here")
{
"name" : "naming",
"type" : "expanded_image",
"style" : ("attach",),
"x" : 12,
"y" : 78,
"image" : "d:/ymir work/ui/img.tga",
"children" :
(
{
"name" : "name",
"type" : "editline",
"x" : 11,
"y" : 28,
"width" : 129,
"height" : 16,
"input_limit" : 20,
#"text" : uiScriptLocale.WHISPER_NAME,
},
),
},