How is it possible to have several styles for one order

Hello

I have a CSS associated with my MXML file. Now, how can I connect all these things to my TextInput, for example by below, I can only assign police size, how do I connect all these styles at once to my TextInput


< name mx:Label = 'User name' width = '80' x = '89' y = '80' text = "UserName" styleName = "p" >

It's my external css file

{.h1}
font size: 24;
}
.p {}
font size: 50;
}
.a {}
text-decoration: underline;
}
{.a:hover}
Color: #FF0000;
}

Thanks in advnace.

Hello

Try to combine your statements.

{.newStyle}

font size: 50;

   text-decoration: underline;
}

Tags: Flex

Similar Questions

  • Is it possible to have several break the view have need to click on the button 'continue' to continue?

    Is it possible to have several breaks notice require to click on the button 'continue' to continue?

    Yes I know it s crazy frustrating. It took me three days to figure out what I had to do.

    You could get my file but I Don t know where to download.

    You set movie (click the play next to the movie icon and choose reading). No automatic reading of the symbol or triggers tell the movie to play (if you intend to work they way I wanted, which is impossible to tell). There are probably other ways, but none of the 2000 I tried before worked.

    When you´ve set the movie to play, mark the spot on the timeline of the movie where you want to pause, and then click pause in playback of movies. Define a trigger on the chronology of the symbol with playback > stop all > 'your symbol name' in the symbol timeline just to the right of the pause. Then set to play again to the right of the shutter release. Make a button with action play chronology of 0

    It sounds very complicated, but it s not. Find how it was REALLY hard for me anyway

  • How to do an image have several clickable camp arrives with a box next to the image with a text. as I click on a bone in an image a box comes up next to the image with which are the OS.

    How to do an image have several clickable camp arrives with a box next to the image with a text. as I click on a bone in an image a box comes up next to the image with which are the OS. I have cs6

    This article has very clear steps & description of what you're trying to accomplish:

    http://Demosthenes.info/blog/537/enhancing-Imagemaps-with-CSS3-popups#wheelset

  • I have, just, paid, for, one, monthly, how, long ago, in fact, she, for take, LR and PS, to, work?

    I have, just, paid, for, one, monthly, how, long ago, in fact, she, for take, LR and PS, to, work?

    I have a receipt from paypal for payment, do you want the order of point number?

  • How to apply several styles of one-sentence paragraphs?

    I'm using paragraph styles, but is not useful because I am applying 2 different styles in the same sentence that does not work.

    To make it work, I selects the sentence, apply the style, for example 'xfont-regular"then I select the word in the sentence that I want to have a different style and I choose in the list perhaps italic police so that it looks like 'something like this'

    Of course, in doing so, I lose all the benefits of the use of styles p and of course, it's so your time. Is it possible to break down the sentence, now in the same line, so that I can apply different styles to it? and always keep the benefits to go just to styles and make the changes to the entire document that this style is applied.

    Thank you

    pchinique wrote:

    I'm using paragraph styles, but is not useful because I am applying 2 different styles in the same sentence that does not work.

    To make it work, I selects the sentence, apply the style, for example 'xfont-regular"then I select the word in the sentence that I want to have a different style and I choose in the list perhaps italic police so that it looks like 'something like this'

    Of course, in doing so, I lose all the benefits of the use of styles p and of course, it's so your time. Is it possible to break down the sentence, now in the same line, so that I can apply different styles to it? and always keep the benefits to go just to styles and make the changes to the entire document that this style is applied.

    Thank you

    As Diane King mentioned, nested character styles may work for your need. His example was an initial capital of fall (multiline first one or several letters of a paragraph.) Dropped caps are a particular type of nested style - always the very first one or more characters in a paragraph, high on two or more lines.

    To use the general type of nested style, you must be able to identify the words in the paragraph which gets the nested character style. For example, the third word, or the first two words after the first semicolon. If there is no model of Word (s) that can be identified by the post office or the sequence, it is possible that a GREP style can be used to find a common pattern of characters and apply a style of character to it, for example a phone number, the date, or the amount of currency that is identified by a dollar sign book, or yuan.

    Search Help for InDesign and Google "Style nested InDesign', 'InDesign grep Style' and similar (without the quotes) terms for more details. There has been many discussions of GREP on this forum.

    HTH

    Kind regards

    Peter

    _______________________

    Peter gold

    Know-how ProServices

       
  • Is it possible to have several reports of ticket?

    Hi guys,.

    Our client would like to have the opportunity to print a section of a screen of request in the same way the 'Print' button to print the State of demand for tickets. Is it possible to have the button 'Print' by default to the Ticket Request, while another watch button a different report?

    I tried to change RunReport() by changing the name of the report ("RFC Implementation Plan") that I had created under the 'Tickets' report folder, but it opens the default ticket request.

    ========

    function RunReport()

    {

    MDA = Main.document.all;

    If (mda. ENTITY_TYPE! = null)

    NewReportWindow (mda. ID.value, the "RFC % 20IMPLEMENTATION % 20PLAN", the mda. REQUEST_NO. Value, mda. ENTITY_TYPE. (Value, RequestCoreEntityRef);

    on the other

    InAlert (LoadText (322) LoadText (1671, "ENTITY_TYPE"));

    }

    =========

    The only way I could get the button to open the custom report was assigned to the request screen located in the Admin, but it also gives the 'printing' button for this.

    Thank you

    Yes it is possible. We have in our system.

    * First you must allow to open the report in its name (by changing slightly the query ID of report item get and ticket InReportTicket.htm/Custom_InReportTicket.jsmodel). Of course, it takes the opportunity to get the record of the report by ITEM_ID is if the name attribute is not provided in your custom query.

    * Then, you must change the RunReport() function which allows to provide the report as an attribute name. This is just one example of Custom_InCall.js for the entity of appeal:

    function RunReport (z_report_name)

    {

    MDA = Main.document.all;

    If (mda. ENTITY_TYPE! = null) {}

    If (! z_report_name | z_report_name == ") {}

    var z_report_name = "CALL % 20REPORT."

    }

    NewReportWindow (mda. ID.value, z_report_name, mda. CALL_NUMBER. Value, mda. ENTITY_TYPE. (Value, CallCoreEntityRef);

    }

    on the other

    InAlert (LoadText (322) LoadText (1671, "ENTITY_TYPE"));

    }

    * And finally, you can add a button (s) extra for the printing of the personalized tickets in the form of details of the entity. In the example:

         

    I hope this will help you a bit to get some ideas.

    Gytis

  • Is it possible to have several video formats into a single sequence? (CS4)

    I'm relatively new to Premiere Pro and I would like to have chunks of raw videos with different resolutions and frame rates in the same order so I can edit them together. Is there a way to do this in CS4? Thanks for your time.

    Two different formats in a when will give the red line for one of them.

  • Is it possible to have the photograph for $9.99 package and sometimes add the unique program of $29.99 every so often?

    Years, I had the complete package and pay $55 / month. However, my job has changed and I barely use as many programs as I did so I was throwing a lot of money for something I don't need. All I really need is Photoshop, Lightroom and occasionally Flash or AE. It is rare that I use Flash and AE these days but it is launched once in a Blue Moon so I wouldn't cut them completely. I was wondering if it is possible to have 2 plans to go. Have the plan of $9.99 ongoing photography and sometimes add the single $ 29.99 program, when I need one of the other two?

    Also, if I switch my package is the switch without welding or do I need to re - install these programs? I lose information or settings in my current programs of the PS or LR?

    Thanks in advance for the help

    What I want to know and have asked above, is whether it is possible to have both the package being photography (annual plan of $ 9.99 / month) AND add a monthly (monthly plan of $ 29.99 / month) whenever I need for a month here and there.

    In other words... is it possible to have 2 packages running at any given time?

    Yes.

    You can subscribe to the Plan of photography (12 month contract) + unique App (monthly) at the same time on the same Adobe ID. It's going to be two separate monthly fees when you run the monthly Plan of single App too.

    You can pay for the monthly as Plan and when you want for a month at a time to the higher rate than a 12 month contract.

  • Is it possible to have several predetermined webpages load immediately (within the different tabs of course..) at the push of a button

    I work as a translator and I use several different sites when I'm working. I would like to have all of these sites in a 'place' and simply press a button somewhere and have all load them at the same time, without having me load one-at-a-time. Is this possible?

    You can create a bookmarks folder and put the sites in it. Then just click with the right button on the file and select "open all - in.»

  • Is it possible to apply several styles of an entire text paragraph using GREP?

    Hello.

    I have a very complicated text, with a lot of formatting. It's a book liturgical altar, (Missal). He has a particular text for each day, it is in Latin and every paragraph, every day, as it's own particular formatting, including color in words, special characters, etc.. Very interesting work of InDesign. (Maybe I'll give more details later.)

    GREP will make things much easier. But I was wondering if there is there any tool which allows to have a group of GREP querys and apply a different paragraph style to all matches in the text, ALL IN ONE tool. (I know the search/replace tool, but I was looking for something even better.)

    It would be a great idea (I think) for future versions of InDesign, don't you think?

    I have many more questions on this project, but I will try to research as much as possible without having to open new positions. More details to come later.

    The can request handler that string together you a list of the various operations of fin/change GREP in a single operation, so you can set a query for each style, that you need, and then perform a single operation.

  • Beginner - is it possible to have several variables ' request: URLRequest.

    I created a flash game that imports the data to a PHP database and I was wondering if this is something that can be done with multiple URLS?

    For example, if I am pulling data from ' http://exampleurl.php "would it be possible to extract data to another url" http://exampleurltwo.php ' ' at the same time something similar using... .


    var request:URLRequest= new URLRequest("http://exampleurl.php"); 
    request.method = URLRequestMethod.GET;  
    var loader:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE, completeHandler);
     loader.dataFormat = URLLoaderDataFormat.VARIABLES;loader.load(request); 
    

    The two forms of php that I use are very different and I'm not able to combine the two, so any advice on how I could get the results that I am after would be greatly appreciated!  Clearly impossible to create another variable or I get a definition of the conflict, I was wondering if I could create an instance of this property?  Thank you

    You don't have to the same name variables.  You could call an application 1 and the other request2, req1/req2, or anything you like as long as they are not the same.

  • Is it possible to have several page layout in the single document?

    Hi all

    I have a PDF file that contains 10 pages. I want to do the first three pages of landscape layout and the other 7 pages in Portrait mode, is it possible?

    Thanks in advance

    Farida kaid

    Sreejesh K V wrote:

    Hi all

    I have a PDF file that contains 10 pages. I want to do the first three pages of landscape layout and the other 7 pages in Portrait mode, is it possible?

    Thanks in advance

    Farida kaid

    Sure. Print the first three pages in PDF format in the landscape, seven in portrait, others then combine them in Acrobat, or by opening the first and insert pages from the second, either using the file > create PDF > from several files.

  • Is it possible to have several PC install creative cloud for photography?

    I would like to know:

    1. is it possible to install applications of photography of CC from Adobe (Photoshop and Lightroom) in two PC at the same time with the same account?

    2. will I have to pay something extra for the second install each month?

    3 adobe Camera Raw comes in this CC photography package?

    4. what happens if I don't pay on the second month? If I can restart by paying for the third month?

    1. Yes.  You can install an unlimited number of computers.  (minor for computers connected to the internet) only limitation is that you can only sign-in (and therefore start programs cc), at most, two computers at a time.

    2. No.

    3. Yes

    4 Yes, but you will not be able to start your ps and lr during the 2nd month.

  • Is it possible to have several buttons send grouped with different fields in the subforms on a single page?

    Hello world

    I have a form with two sections. Each section is a subform (the green boxes represent subforms in the screenshot) and each subform contains three required fields and a release button (the button submit to an e-mail address). The problem is that I can't seem to keep them separate. If I fill in the fields required in Subform1 and then click on the button 'Submit to regional HR', he took over the fields required in the subform 2. Is there a way to 'point' or 'group' these fields to each Submit button in their respective subforms?

    I can not be understanding the appropriate function or expects subform correctly. I learned designer of the life cycle on my own and with the help of this forum. Thank you very much for your help. -Chris

    submit_different_subforms_question.png

    I'm an amateur, but I decided to start helping as much as possible on these forums.

    I had a similar problem in the past and found a solution. I can't say with certainty that it is the best solution, but since each button has only 3 mandatory fields, it's a workable solution.

    So this is complicated but also somewhat simple solution that works. Please keep in mind my script experience is limited.

    For the first submit button allow the script to remain in its natural state. Make sure that your email presentation is correct. You will create a second button which will be a standard button. Change the text to be the same as the text for the first submit button. Within this button, the click event, puts a script like this.

    (

    If

    Required.Field.1.rawValue == null or

    Required.FIeld.2.rawValue == null or

    Required.FIeld.3.rawValue is nothing

    then

    xfa.host.messageBox = ("If you please fill all required fields")

    on the other

    Submit.Button.execEvent ("mouseUp")

    endif

    Repeat this step for the second button on the subform.

    now do the real hidden submit button and place the second button in its place. He will check the required fields have entered values and if they entered it will be then press the button to send real otherwise it will put in place the error message. This method requires that the mandatory fields are not marked as required by the value tab. They must be optional, if not built in scripts will interfere with the written order. This is a work around, but I found that it allows better control of the required fields. You can add a floating asterisk or perhaps a border coloured fields so that users are aware of what fields are mandatory.

    I really hope this helps. I know this can be confusing, but I understand that sometimes it can be difficult to get a response, so if I can be useful, I'll try.

  • Hello! Is it possible to have several animations attached to an object?

    I want to make an object appear (animation) and then to have it move (another animation) but can't seem to find a way to apply more than one animation to a single object.

    There, can anyone help?

    Thank you much in advance,

    Lisa

    Create the first effect. Then create a new image with no background or outline and group them with the original object. Apply the new effect to the group.

    Make lather, rinse, repeat.

    Bob

Maybe you are looking for