header
ask question
Click here to ask Question Now Its free No registration required. Flash, Flex, Flash Media Server, ActionScript,Adobe Air. Most questions receive a response in an hour.
krishna
Points:260
Posts:0

5/4/2010 12:16:44 AM

Title: Upper case


Hi,
When i am writing a letter in text input, lt will shows upper letter, how it is?

Thanks & Regards,
K.V.Ramakrishna



1
Shivam
Points: 130
Posts:0
5/4/2010 2:22:28 AM



Hi K.V.Ramakrishna,

I have used the fallowing. Hope it may help you.




	<s:TextInput x="303" y="500" id="tinp" change="changecase()"/>
public function changecase():void
			{
				
				var s:String= tinp.text;
				tinp.text='';
				tinp.appendText( s.toUpperCase());
		
				
			}

Please let me know if any problem.. Note : I have used Flex 4. Thanks Shivam

2
Shivam
Points: 130
Posts:0
5/4/2010 2:29:21 AM



Hi K.V.Ramakrishna,


For flex 3 use the fallowing


<mx:TextInput x="235" y="147" id="tinp" change="changecase()" width="200"/>
		public function changecase():void
			{
				
				var s:String= tinp.text;
				tinp.text=s.toUpperCase();
				
			}

Hope this will help you. Thanks Shivam


Post your Reply
Name  

Email

Type your Reply or Answer

Are you human? What is 7+2 



Members Login

Email  
Password
Forgot Password





This website focus on: Flash | Flex | FMS | RED5 | WOWZA | Flash Media Server | Adobe AIR | ActionScript,Flash Solutions | Flash Question | Flash Answers | Flash Developers | Flash Problem, Flash Help, Flash bugs, Flash workaround | Flash Blog | Flex Question Answers | Flash Forum | Flex Development | Actionscript development | Flash development | Adobe AIR development
Copyright © 2008 AskMeFlash.com. All rights reserved. Privacy Policy | Terms & Conditions