IgorData
04.04.2004, 00:10
Создаю два текстовых бокса. Вижу только один.
_root.createTextField("mytext",1,0,0,100,50);_root.mytext.border = true;_root.mytext.text = "1111"
_root.createTextField("mytext2",1,150,150,100,50);_root.mytext2.border = true;_root.mytext2.text = "gggg2"
Ctrl+Enter
Ctrl+Alt+V
Вопрос: где первый?
_root.createTextField("mytext",1,0,0,100,50);_root.mytext.border = true;_root.mytext.text = "1111"
_root.createTextField("mytext2",1,150,150,100,50);_root.mytext2.border = true;_root.mytext2.text = "gggg2"
Ctrl+Enter
Ctrl+Alt+V
Вопрос: где первый?