想在一个对话框里放两个edit box,就是可以输入数字或者字符的那种输入框,文章上面说用:
wdctl edit input1 10 10 100 8
wdctl edit input2 10 20 100 8
wdlg "A StataQuest Window" 20 20 200 100
我运行的时候总是说input1 not found
但是我看范例上就是这么写的,还是说这个文章是97年的,现在的stata版本不同命令也变了?
而这个显示字符串的简单命令就可以通过编译
global mesg1 "This is the first line of text!"
global mesg2 "This is the second line of text!"
wdctl static mesg1 10 10 180 80
wdctl static mesg2 10 45 180 80
wdlg "A StataQuest Window" 20 20 200 100
请问大侠问题出在哪里?