Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > FlashLite / Portable Devices Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-21-2006, 08:01 AM   #1
rameshkpalleri
Ramesh_KP
 
Join Date: Jun 2006
Location: India
Posts: 5
Default T9

Hello wonderful people..
has any body wotked in t9 text field in flash lite 2.0..?
would like to here from u..
im looking forwerd to develop an application in lite 2.0. in that i need to include a2 text fields, in that i need to impliment t9 in that..
how do we do this..?
thank you
Ranesh
rameshkpalleri is offline   Reply With Quote
Old 08-21-2006, 05:38 PM   #2
jjbilly
Registered User
 
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
Default

I've moved this to General Help as a more appropriate board - however, you may want to look elsewhere on the web for a Flash Lite forum, since there isn't a relevant board here - I don't know how much knowledge there is here.
jjbilly is offline   Reply With Quote
Old 08-21-2006, 08:42 PM   #3
CyanBlue
Super Moderator
 
CyanBlue's Avatar
 
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,879
Default

Here is one by Richard Leggett...
http://richardleggett.co.uk/blog/ind...line_textfield

I'd love to see FL forum in the AS.org...
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer
http://CyanBlue.FlashVacuum.com
http://www.FlashVacuum.com
http://tutorials.FlashVacuum.com

Do NOT PM, Email or Call me... Your question belongs right in this forum...
CyanBlue is offline   Reply With Quote
Old 08-29-2006, 07:19 AM   #4
rameshkpalleri
Ramesh_KP
 
Join Date: Jun 2006
Location: India
Posts: 5
Default ;)

Thankyou Mr.Cyan blue..
I got the solution from Richard, i made some additions and have posted the same here...
http://www.flashmobileforum.org/node/440
rameshkpalleri is offline   Reply With Quote
Old 08-20-2007, 03:26 PM   #5
mrtwombly
Registered User
 
Join Date: Jun 2007
Posts: 4
Default

Iīm looking to make a similar T9 text input application but using Flash 8 and clicking on buttons instead of a mobile device. I have figured out how to cycle letters with one button but canīt get any timeout function to work. I have been playing with intervals without great success. Does anyone have any clue on how to solve this.

Here is the basic initial code

txt1 = "a";
txt2 = "b";
txt3 = "c";
num = 1;
text_input.text = txt1;
cycle_btn.onPress = function () {
num++;
if (num > 3){
num = 1;}
text_input.text += _root["txt" + num];
}
mrtwombly is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:41 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.