Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Actionscript 3 AS3/FLASH:将文本输入限制为A-Z和空格?_Actionscript 3_Flash_Textinput - Fatal编程技术网

Actionscript 3 AS3/FLASH:将文本输入限制为A-Z和空格?

Actionscript 3 AS3/FLASH:将文本输入限制为A-Z和空格?,actionscript-3,flash,textinput,Actionscript 3,Flash,Textinput,text输入/AS3/FLASH: 我想知道如何在限制时添加空格。当我限制为“A-Z”时,我不能写超过一个单词的名字,比如“NOGA NET”,也就是说,你能给我们看看你正在使用的代码吗?我的是:compTF.restrict=“A-Z”;你查过网上参考资料了吗关于这个主题的描述很好。谢谢,prototypical。你能给我们看看你正在使用的代码吗?我的代码是:compTF.restrict=“A-Z”;你查过网上参考资料了吗关于这个主题的描述很好。谢谢,原型。Ups!对不起!非常非常感谢!不间

text输入/AS3/FLASH:


我想知道如何在限制时添加空格。当我限制为“A-Z”时,我不能写超过一个单词的名字,比如“NOGA NET”,也就是说,

你能给我们看看你正在使用的代码吗?我的是:compTF.restrict=“A-Z”;你查过网上参考资料了吗关于这个主题的描述很好。谢谢,prototypical。你能给我们看看你正在使用的代码吗?我的代码是:compTF.restrict=“A-Z”;你查过网上参考资料了吗关于这个主题的描述很好。谢谢,原型。Ups!对不起!非常非常感谢!不间断电源!对不起!非常非常感谢!
textfieldInstance.restrict = "A-Z ";