How to style a TextInput field

I want to create a TextInput field without border, but cannot do without a border of 1 pixel on 3 sides. How can I remove the grey border on the TextInput field on the code below?
Thank you.

<? XML version = "1.0" encoding = "utf-8"? >
< mx:Application backgroundColor = "0x000000".
' xmlns:MX =' http://www.adobe.com/2006/mxml ' layout = "absolute" >
< mx:HBox = "92" x y = "311" width = "100%" >
< mx:VBox height = "100%" >
< mx:TextInput id = "Name1" text = "myText".
Color = "0xffffff".
backgroundColor = '0 x 222222 '.
borderColor = "0 x 222222" / >
< / mx:VBox >
< / mx:HBox >
< / mx:Application >

I've never tried it myself, but you may need to create a skin. But first try this: borderStyle = "none" (or borderStyle: none in the CSS).

Tags: Flex

Similar Questions

  • How to focus the TextInput field

    Hello

    How to focus with the TextInput field. I tried with userIDTxtIt.setFocus ();  The update is available for text entry. but when I enter the TextInput field value as "Through", the keyboard is not available here. so I tried with userIDTxtIt.dispatchEvent (new MouseEvent (MouseEvent.DOUBLE_CLICK));

    key board still focus is not available for text entry.

    Kind regards

    Thiru

    I see, this is a browser security restriction that prevents the flash drive

    get it straight, you might overcome only by using javascript.

  • How to manage data and create new textInput fields during the destruction/creation of new views?

    Basically, I need to know how to create another textInput field when I pass data from one view to the other, while recording the data that has been adopted in a first time.

    I want the user to be able to enter text into a textInput on the first view field and see on the next view, BUT I want the following view to record what the user has entered, return to the first view, then take another entry from the user and create another field textInput on the second point of view. It's like a memo pad app. The user enters a task on the first view, then he or she is able to see it on the second point of view. Then, the user must be able to navigate back to the first view and create another task which also goes to the second point of view, but does not replace the first task that was entered. My problem is to create new textInput fields as new data comes in for the second point of view. Any ideas? Perhaps textInput fields are not visual components I should use...

    http://d-solve.com/flexas3-global-variables-and-the-singleton/

  • How to use comboBox as key to display several textInput fields?

    All,

    I am new to Flex and you have to help!

    I have selected lines of database and to display on a comboBox with multiple textInput fields. The need for the function of

    (1) after the full page load, the drop-down list display the ID (unique key of the line).

    and all fields must fill the columns with the ID. (I did it with only a textInput)

    (2) when he selects an ID in the comboBox, all fields with the ID must change accordingly.

    See the attached file.

    Help, please.

    Thank you in advance!

    Hello

    It is an example. You should receive your data and

    http://www.Adobe.com/2006/mxml"layout ="absolute">

    EMB09

    Albert Einstein College of Med

    Bronx comm Center

    30 s

    New York City

    NY

    10471

    EMB10

    Albert Einstein College of Med

    Red Lobster Bronx

    102

    New York City

    NY

    10463

    YUD09

    Yeshiva University

    Chelsea Piers Pier Sixty

    103

    0

    0

    0

    0

    New York City

    NY

    10033

    0

  • Create XML file dynamically textInput fields

    Hello

    I am very new to Flex and trying to create an application that creates XML files on the computer that is local to the user, based on a users entry in textInput fields.

    For the moment I'm having trouble figuring out how to dyamically create a XML file external at all, ideally when the user press a key a browseForSave dialog will open allowing the user to select somewhere on their hard drive to create the XML file.

    Can someone give me some advice what I should go in the direction?

    Thank you

    If this post has answered your question or helped, please mark it as such.

    You can use a SharedObject for small files, but in general the Flex has no access to the local hard disk.


    http://www.Adobe.com/2006/mxml '.
    Initialize = "init ()" > "
     
        public var mySO:SharedObject;
         
    public void init (): void {}
    OSJM = SharedObject.getLocal ("mydata");
    If {(mySO.data.myData!=null)}
    var XML = mySO.data.myData;
    fname.text = xml.fname;
    Lname.text = xml.lname;
    xml.email = email.text;
    }
    }

    private function storeData (): void {}
    var xml =
              ;
    If (fname.text! = "") {}
    xml.appendChild ({fname.text});
    }
    If (lname.text! = "") {}
    xml.appendChild ({lname.text});
    }
    If (email.text! = "") {}
    xml.appendChild ({email.text});
    }
    mySO.data.myData = xml;
    mySO.flush ();
    }
     
    private function resetData (): void {}
    mySO.clear ();
    fname. Text = "";
    Lname. Text = «»
    email. Text = "";
    }
    ]]>
     
     
       
         
       

       
         
       

       
         
       

     

     
     
     

  • reset the textInput field

    Hello

    I create a data entry with two screens.you application can enter name textInput field in the first screen and second appears on the screen
    a button ' save following "and the application go to the one screen when you click the button, then you can add the next new record.

    My question is that the textInput field have always given to the last time, when I go to the screen the next time. I hope that the textInput field is empty when I enter the first screen, the second screen. Please let me know how to proceed. Thank you

    my code is here:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >
    < mx: states >
    < name mx: State = 'results' >
    < mx:RemoveChild target = "{nameInput}" / >
    < mx:SetProperty target = '{label1}' name = value 'x' = '129' / >
    < mx:SetProperty target = "{label1}" name = value "y" = "62" / >
    < mx:SetProperty target = "{label1}" name = "text" value = "data is saved" / >
    < mx:SetProperty target = "{label1}" name = "width" value = "130" / >
    < mx:SetProperty target = "{button1}" name = 'label' value = "Next record entry" / >
    < mx:SetProperty target = "{button1}" name = "width" value = "177" / >
    < mx:SetEventHandler target = "{button1}" name = "click on" Manager = "currentState =" "/ >
    < / mx: State >
    < / mx: states >
    < mx:Label = "98" x = "67" text = "" name: "width ="61"id ="label1"/ >"
    < mx:TextInput = "167" x = "65" id = "nameInput" / >
    < mx:Button = "129" x = "118" label = "Save" id = "button1" width = "170" click = "currentState = 'results'" / >

    < / mx:Application >

    In the code below, I have changed the SetEventHandler:


    http://www.Adobe.com/2006/mxml"layout ="absolute">














  • How to align the Hcenter fields in VFM?

    How to align the Hcenter fields in VFM? its giving problem

    solution on mine! years of posting for reference...

    what I did earlier.

    I wanted to have a manager of fixed size (maximum size) and put fields here, during an aliging then using stylebit it did not work. I used sublayout and fixed to what extent a perticular dimension

    resovled doing problem.

    It is not sufficient (or necessary) to if you want to use sublayout to have a fixed size, if you use the alignment, bcz setting hardcodedly properties, the other model overridden, so u must override the methods 'getPrefferedWidth & height', not the two held all the time, but according to the needs, if you want to:-alignment, you can try only method "width" and comparable to V-alignment. I included these methods and found that half of my UI related issues would have resolved more easily, if I tried this previously.

    Thank you best regards &.

  • How to change the image field captures screenshots automatically from BMP to JPEG

    How to change the image field captures screenshots automatically from BMP to JPEG

    I want to say, when I tap on the screenshot on my keyboard and paste this image in microsoft photo editor or picasa 3.0 areas of the bitmap .bmp. instead of asking the witch I´d field prefer.
    So, I open that image on the brush to convert it to. JPEG.
    It's hick very!
    is it possible to easily me this step and save or paste pictures in JPEG on my files automatically?

    Hello

    I saw that article when I was looking for one that I posted...

    I understand your problem, and the answer is that, to the best of my knowledge... NO..

    Windows records the capture in memory as bitmap, along with, even if you can paste it directly into a folder, it would be in the form of bitmap...

    The best I could find is to use the suggestion in the link I've included which refers to the

    Windows Key + PrintScreen to automatically record is in PNG format in your pictures folder...

    The only way to do what you want is with a 3rd party capture program that can be configured to save in a directory as a specific file type...

    Personally, I use a program called print screen Deluxe for this... it is a purchased program...

    I'm sure you could find something free to do what you need...

    You may need to use a different key for print screen, but the software can allow you to reprogram the PrntScrn key...

  • How can I add a field to 2 digits which, to the entry '1' returns '01?

    How can I add a field to 2 digits which, to the entry '1' returns '01?

    You can use this code as the Custom Format script:

    If (event.value) event.value = util.printf ("% 2d", event.value);

    Re: Display of the numbers 1 to 9 as 01-09?

  • How to change the search fields displayed on the homepage of UCM 11g?

    Hello

    How to change the search fields displayed on the homepage of UCM 11g?

    Another option for you.

    Follow the links below.

    How to: Customize the home page of Oracle UCM with configuration manager. -Blog of BlueStudios Johns

    Example of a custom component.

    bluestudios.co.uk/blog/wp-content/uploads/2009/02/ether_homepage1.zip

    -Prashant

  • How to make uneditable Date field in ADF

    Hello

    I use Jdev 11.1.1.7.1.

    In the fragment, I added the DATE of the ENTRY component. How to make uneditable date field. He should just take the input value of the grille.

    Kindly advice me.

    Thank you

    Swathi

    Your date. MinValue must be like this:

    
                
                
                  
              
    
  • How to pass easily the fields Description and grounds for application of plan of action for the vRA to vRO WF service

    I know that you can bind some info request as constraints of value, such as the name of group company, or tenant or the code of the principal applicant, etc..

    Is there a similar way to pass the text of the Description and the reasons?  Or, how the text in these fields would easily get in a script task?

    The answer closest I have is below.  It is available in the workflow, not the user interface designer.

    ASDRequestId = System.getContext () .getParameter ("__asd_catalogRequestId");

    ASDRequest = vCACCAFEEntitiesFinder.getCatalogItemRequest(vRA_CAFEHost,ASDRequestId);

    Request_Reason = ASDRequest.reasons;

    Request_Description = ASDRequest.description;

    Request_Owner = ASDRequest.requestedFor;

    Posted in: Re: ASD service - how to get the values of Description and reason in the workflow

  • Help? How can I get my fields of tab?

    How can I get my fields of auto tab to the next field with Adobe Acrobat Pro DC?

    Hi hsimpson,

    Refer to the threads below, can be useful: -.

    Kind regards

    Nicos

  • How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    Hello Jmbtexas4,

    By default, you will need to individually click on the fields of the form and check the 'read only' and save it. From now on, it is not possible to select all together and make the changes.

    -Usman

  • How can I lock the fields after that you filled out a pdf file

    How can I lock the fields after that you filled out a pdf file

    Hello

    Please refer to this topic THAT PDF locking after filled will be a great help.

    Kind regards

    Nicos

Maybe you are looking for