Iphone :: TextField Input, Fonts Are Bigger When Editing?
Oct 20, 2011
When I test my Actionscript 3 flash program on my computer, there's nothing wrong. But when I transfer it to my iPhone and I click on the text I want to edit, I can edit it, but the characters grow bigger than they actually are while editing. When I stop editing, the font gets back to the original size. How can I keep the font from growing when I edit it?
View 1 Replies
Similar Posts:
Oct 21, 2011
I want the width and height from the textfield to be set automatically. But if I use:
textField.autoSize = TextFieldAutoSize.RIGHT;
It runs perfectly on the computer. But if I transfer the app to my iPhone and I test it, the textfield turns in the size of one character so the rest I'm typing scrolls out of the textfield area. It's pretty hard to explain what happens, but it just looks like it doesn't set the height and width the right way. And even if I use the
textField.scrollV = 0;
it keeps scrolling.
View 1 Replies
Mar 28, 2012
What family fonts do you recommend for an AS3 iphone app?
View 2 Replies
Aug 20, 2011
I created a hello world project in Flash CS5 (Windows 7) for iPhone, but everything looks pixely.
I set resolution to 960x640 and test device is iPhone 4. Can I fix this?
View 1 Replies
Aug 6, 2009
I have an input text box that outputs a message to an ecard within the same flash file. I would like the user to be able to preview the card containing their message and then have the option to edit their message if they wish. Sounds as simple as going back to the frame containing the input text box and editing the message, but when I go back the input box is empty.
I have tried continuing the input box frames and action script throughout to see if the text is retained (hidden behind the actual card). It is until I try to go back and edit. Again the text box is empty.
View 1 Replies
Jun 21, 2010
So I've got one more problem because the font size limit on 127px I need to scale my dynamic text so it can be bigger. So here the code I tought could work:
this.createEmptyMovieClip("text1_mc",1);
[Code]....
View 1 Replies
Jun 5, 2009
Without getting too complicated, imagine just a simple Static textField you created in flash and you filled it in with a paragraph of text.
Code:
simpleText.text = "here is my paragraph and this is fun and the dog ran far but it did not eat the paper with the paragraph and run-on sentences are nice! What if I did not want the word "paragraph" to show up within the textField? What is the easiest way to search for the word "paragraph" and to simply remove it? Would it be to change it to a String, and then search the string, and then remove it, and then convert it back to a textField?
View 2 Replies
Dec 15, 2009
What easiest way to place cursor (focus?) into an textfield input box for receiving user input after an event?
View 1 Replies
Jul 13, 2010
If I press ENTER while editing textfield a newline is inserted. How can I change ENTER on something else, for example CONTROL+ENTER or SHIFT+ENTER(i.e. SHIFT+ENTER inserts new line into textfield)
View 8 Replies
Nov 25, 2010
Have an Input textfield and write e.g. 123 in it (This is on frame 1).Then later in frame 3 I want that number to be shown in a Dynamic textfield.How do I do that?
View 0 Replies
Mar 13, 2011
I'm trying to embed a font using css on in my flex project via CSS:
@font-face {
src: url("/slimCurves.ttf");
fontFamily: SlimCurves;
[Code]....
When I try to apply the style to a text input field the input field looses its existing style, but doesn't seem to inherit the custom one.
<s:TextInput width="100%" fontSize="33" text="test" styleName="slimCurves"/>
If I apply the same style to a label, the label shows the text in the custom font as would be expected.
View 2 Replies
Mar 10, 2009
I'm wondering if there's a way to have a text and use 2 different embed fonts.Basically, i have a text from a xml file and one textfield that I want to scroll but I want to use a different font for the title.I tried something like:
PHP Code:
var contentMessage:String = "<font face='myFont' >"+titleArray[0]+"</font><br>"+contentArray[0]; contentTxt.htmlText = contentMessage;
[code]......
View 3 Replies
May 27, 2009
I am going nuts here. I've searched exhaustively, and cannot seem to find anyone else experiencing my issue, so it must be something elementary I am not grasping. I'm creating TextFields dynamically, for use as input boxes:
Code:
function makeText(whatParent, whatText, whatFormat, input){
var thisTextField:TextField = new TextField();
[code].....
View 1 Replies
Nov 24, 2009
Presume there is a textField with fonts embedded using Flash (CS4) IDE's "Character Embedding" option of the textField property panel.How these embedded characters are stored actually?Is the embedded fontset accessible beyond this single textFiled and how?Is there any way to clone such a textFiled in runtime having a new dynamic textFiled object with all embedded characters included?
View 9 Replies
Jun 13, 2011
is there any way to smoothen or make a dynamic textfield look better without embedding fonts? I've tried writing the textfield into a bitmap but haven't been successful with that yet, is there any other better approach?
View 1 Replies
Aug 1, 2011
Having a bit of trouble getting embedded fonts to work. The inconsistency with this is driving me crazy. I've gotten this to work before but not since going to cs5.[code]...
View 1 Replies
Mar 3, 2008
I know fonts and flash are always an issue
How am I supposed to add fonts to a textfield that loads the info dynamically trough XML say I want to be able to have Arial, Verdana and Tahoma in both bold and Italic
View 1 Replies
Jun 16, 2009
is it possible to register a font which is embedded in a textfield? i dont want to export the font as class due visible editing options.iam not sure how to get the font as class...
View 3 Replies
Jul 8, 2009
I have some problem with textField with embedded fonts.I'm using font symbols created in library and they work very well with dynamic textfields.If I make an input textfield with these embedded fonts the following problem occurs:if i set the textfield's initial value (.text) to anything not equal to "" everything works fine. I can change the text in it.but if I set the input textfield's .text initially to an empty string, I can't get the cursor in the textfield, as it can't receive the focus.If I turn the texfield's embeddedfonts to false, everything works fine, but this way I can't use custom fonts and fields are looking awful. I would like to use my custom fonts in the input textfields too...
View 3 Replies
Jan 23, 2007
How can I make unicode fonts to be input and display in flash?
View 1 Replies
Jul 9, 2007
When I create a textbox by using textbox tool, I can embed the fonts and the Turkish characters with embed button (autofill). But when I create a text field by AS2.0, I can embed the font but text box shows only the English characters with my font.
View 4 Replies
Jul 9, 2009
I have some problem with textField with embedded fonts.I'm using font symbols created in library and they work very well with dynamic textfields.If I make an input textfield with these embedded fonts the following problem occurs:if i set the textfield's initial value (.text) to anything not equal to "" everything works fine. I can change the text in it.but if I set the input textfield's .text initially to an empty string, I can't get the cursor in the textfield, as it can't receive the focus.If I turn the texfield's embeddedfonts to false, everything works fine, but this way I can't use custom fonts and fields are looking awful.
View 1 Replies
Sep 29, 2010
I'm using Flash CS5 , Actionscript 3.0 and export fo Flash Plaer 10.
I create a class, myHtmlText.as, that builds a basic TextField. I create an empty file myHtmlText.fla I embedded two fonts inside the myHtmlText.fla: "Ghotam Light" and "Ghotam Book"; I selected all characters for each font and exported for actionscript with the following linkage name: "GhotamBook" and "GhotamLight"
I wish to use the fonts embedded, in the TextField using htmlText, like this:
var tf:TextField = createTextField(10, 10, 400, 22); tf.htmlText = '<p><font face="GhotamBook">Lorem ipsum dolor sit amet.</font></p>';
//tf.embedFonts = true;
[Code]....
but it does not work; the text is not displayed; If I use .text instead fo .htmlText, the latin text is displayed with a system font.
View 5 Replies
Jan 18, 2011
I'm working on font embedding in Flash (flas are compiled using CS5 made previously in CS3). The project is split into a number of separate flas, and I'm having trouble with one particular one. I'm dynamically embedding the fonts using a class I wrote that sits on top of the stage listening for Event.ADDED then searching for textfields that have dynamic text and embedding the font needed dynamically (No efficiency requirements here. I have a check so that I don't bother processing textfields that are already embedded. No textfields in any of the flas (to my knowledge) have fonts embedded.
But some textfields are saying that they are, as in
textfield.embedFonts == true.
In the fla global font embedding, that no fonts are embedded. If I click on the actual textfields embed button, I see that the font of the textfield is in the font list, but no character ranges are embedded. This is leaving me confused, as I want absolutely no fonts embedded in any flas. But the font for the individual textfield is always in the font embed list, no matter how many times I remove it. If I click on the embed button for the textfield to check it there is no embedding then the font is added to the list without any character ranges.
View 1 Replies
May 21, 2010
I have an HTML string that uses bold and italic tags which I need to apply to a TextField. I need the font to be embedded though and I can't seem to find a way to do this. From what I've read it seems that Flash needs to use the actual bold/italic versions of the font rather than just changing it with HTML? In which case I can't do it all in one textfield because you can't change font? The only solution I found was a suggestion to use the [Embed()] method rather than the method I am using (embedding the font in a library symbol) but I don't think you can do that either with Flash CS3?
View 5 Replies
Jan 18, 2010
i have a text field that I create in flash, when rotate it on the y axis with actionscript, I encounter problems, the text gets bigger and doesn't fit inside the text field, when i don't embed the fonts or use device fonts, it works fine, but I need the text to be consistent across all user computers, any ideas, i'm using cs4 and as3
View 1 Replies
May 25, 2011
I'm trying to embed fonts at runtime in actionscript and it somewhat works. I can embed fonts by either using the embed tag or by loading a font library asset with a linkage name and use it with a new TextField. However, a textfield that exists on a movie clip already does not have the embedded font and is missing characters.
A quick example in code (textInstance exists on the movieclip):
var embeddedFonts = Font.enumerateFonts(); //Shows embedded font
var textFormat:TextFormat = textInstance.getTextFormat();
textInstance.text = "Don't be lazy"; //missing characters
[Code].....
I want to embed the font at runtime and I'm loading multiple SWFs and I don't want to embed the font in each SWF.
View 2 Replies
Mar 25, 2009
I am really at a lose end with this - I have a flash file called in xml into a dynamic textfield. It works fine with English but when I try and put Greek into the xml the flash file then doesn't show the font. The font is verdana - which can be translated and I have embedded the font, with greek and made sure my xml is unicode-8 - but it still shows nothing.
View 4 Replies
Jun 25, 2010
I try to get input from a textfield of type INPUT and save its numerical value on a couple of variables, but when i enter for example 1 or any digit i get Nan in the trace debug, after i put another digit i get the first after i put another one i get the first two and so on so forth. What i am doing wrong? Here some snippets from my code.
xSpeedField.addEventListener(TextEvent.TEXT_INPUT, inputXCapture);
private function initField(field:TextField, label:String, x:uint, y:uint):void {
var format:TextFormat = new TextFormat();
[code]....
View 1 Replies
May 24, 2011
I want the form with its mc to make the main movie stop from playing while peaple are filling up the form.... I tried using 2 methods both with no luck....1st method : I've put the rollover action on the whole mc - but then I can't select the textfiled to actully fill them up...2nd method: I've put the rollover action on every little bit of the mc ( input textfileds, send button, background) - but then when I move from one textfiled to another it sometimes plays the movie again - althogh I didn't leave the mc area yet....here is the code sample:
form2.back.onRollOver = function(){
stop();
}
[code].....
View 2 Replies