Newbie question: how comment mxml scripts?

The double slash that works in actionscript does not work with mxml. A quick method to comment my mxml forms?

Thank you
DreamasterFlex

Use

Tags: Flex

Similar Questions

  • [Newbie question] How is-13:00 or by e-mail a link of Dell on the Community Council?

    [Newbie question] How is-13:00 or by e-mail a link of Dell on the Community Council?

    Once I click on a name of Dell link to access their profile. Currently, I don't see a where clause to send a private email Message. What Miss me? Thank you.

    A screenshot of the view that I see when I click on the link Dell profile is attached.

    My apologies, unlike most of us, DELL-Lorna M does not accept private messages. You will have to send him directly.

  • [Newbie question] How to find unused media?

    Hello everyone, quick newbie question. How can I quickly find all media in my imported files that are currently not used in my project? I want to delete them from the project.

    Thank you!

    First, go to the Edit menu > remove unused.

    Use with caution!

    MtD

  • Newbie question - how to effectively check if photo is part of the selection

    Hi all

    Sorry for the newbie question, but I do not know how to solve, and I'm sure that there is a quick and easy answer to this:

    My goal is to get all the 'stack heads' (photos with Position 1 in batteries) selection ('photos' below).

    for I have, make photo in ipairs( photos )
    local date = picture:getFormattedMetadata("Filename")

    if Photo:getRawMetadata( "isInStackInFolder" ), then
    - Photo is in a stack
    local photoHeadOfStack = picture:getRawMetadata("topOfStackInFolderContainingPhoto")

    local stackPos = picture:getRawMetadata( "stackPositionInFolder" ), - get the position in the stack
    local photoHeadName = photoHeadOfStack:getFormattedMetadata("Filename")

    app:logVerbose(' Photo nb ^ 1, name ^ 2 is in a stack with the position ^ 3 ', i, date, stackPos"")

    if stackPos == 1 then
    - photo is the master of the battery
    stackTop[#stackTop+1] =photo
    app:logVerbose(' picture ^ 1 is the top of the stack ^ 2 ', date, #stackTop)

    -check if couple if it is correct
    elseif photos. photoHeadOfStack then
    app:logVerbose(' picture ^ 1 is in a stack, but not over the top. ") (Top of the stack already selected", date)

    other
    stackTop[#stackTop+1] =photoHeadOfStack
    app:logVerbose(' picture ^ 1 is in a stack, but not over the top. ") Top of the stack ^ 2 - ^ 3 ", date, #stackTop, photoHeadName)

    end
    end
    end


    In the if structure in the center of the Position in the stack control, if the Position is not 1, I would check if the photo to the stack ("photoHeadOfStack'") is part of the 'pictures '. I tried 'elseif photos.photoHeadOfStack then' and ' elseif photos [photoHeadOfStack] then ' but it doesn't work-> This elseif is never true even if 'photoHeadOfStack' part of the 'photos'.

    Any way to have this check done without checking the photos "manually"? (via e.g. a loop for)

    I'm sure that Lua offers this, but I do not know how...


    Thank you for your support!

        --[[ This code creates "stackTops", an array of LrPhotos that are the
        tops of all the stacks containing photos in the array
        "photos". ]]
    stackTopSet = {}
    for _, photo in ipairs (photos) do
        local stackTop = photo:getRawMetadata ("topOfStackInFolderContainingPhoto")
        if stackTop ~= nil then stackTopSet [stackTop] = true end
        end
    stackTops = {}
    for photo, _ in pairs (stackTopSet) do table.insert (stackTops, photo) end
    
  • Newbie question: how to extend in unallocated disk in a VM XP?

    Hi all:

    This is a newbie question, but looking for answers only left confused me...

    I have VM Fusion (v2.0.6) running on a MAC (OS X - Snow Leopard) with an XP VM. When the XP VM has been implemented, it has been implemented with 20 GB hard drive space. I used VM Ware Virtual Machine settings to increase the disk space of 50 GB. (I left the "pre-allocate disk space' and 'divide into 2 GB files' options unchecked.) I don't have any snapshots during execution/implementation.

    However, my current XP VM flashing me alerts "low disk space" - I see only about 1 GB of free 20 GB (I don't see the 40 GB listed in 'My Computer'). When I use the Services of management of disk in XP, I see a disk 0 20 GB System Partition with 30 GB of unallocated space.

    How can I extend the current Parition (System) in the space of 30 additional GB? And do I have I done this to begin with?

    Thanks in advance!

    Take a look at: resizing of the ramdisks with step by step Instructions

  • Newbie question: how to set up a dynamic security with Essbase?

    Hi all

    of course, I'm new to technology Essbase and I have a simple question:

    -How can I configure a dynamic in Essbase OLAP server security so that the user can only see some members of the dimension (and according to the rows in the fact table)?

    By dynamic, I mean that I don't have to click on in via UI (for example http://businessintelligencedw.blogspot.com/2009/01/security-filter-essbase-tutorial.html), but to base the permissions on a database table where I can easily my users (by program) adjust the visible members for my users.
    Also, can I add users/roles programmatically?
    Surely, for mulitple user environments didn't click on them while...


    Can someone point me to relevenat documentation, I checked on this book (http://www.amazon.com/Oracle-Essbase-OLAP-Multidimensional-Solution/dp/0071621822), but there is not a single sentence on the security in this :(

    Thank you

    Igor
    It's a new bad:(et une bonne raison de laisser tomber le produit.)

    Wow, I would not say it is a breaker business, but to each his own.

    Well, there are other 'issues' with Essbase. As I imagine that there are with MSAS.

    I think of them as the oddities. But of course the quirks are the faults that love makes forgive you. I guess that means that I love you Esbsase. It's sad.

    I agree that an Excel/VBA solution is not... ideal. But in the context of the client, this is what they wanted.

    I pull a SQL - tables generated if I had to do it now, then run it through MaxL. I documented using MaxL/VBScript (go easy on me, Hey, it's a MS product) to generate the filters that look pretty. I will avoid linking to my blog twice in the same thread, but I have a post with the code example that shows how to do this. Research of planning + filters in the blog. It might give you some ideas.

    Kind regards

    Cameron Lackpour

  • Newbie question: can a LabView script or exe run on a Web server and interact with PHP?

    Hi all

    I am a complete newbie. I had to have an existing LabView project and have been asking if it can work with a PHP Web site. I would like to be able to create a form (for entry) on a Web page, and then go this LabView project entry existing. The existing LabView project then treats the input and generates a text file that the user wants to download from the site.

    So my question is, is it possible? If so, how to configure it and what products/costs might be involved?

    Thanks in advance

    A

    Hi Andy -.

    There are a few limitations "Remote panels" who probably will not do what you are trying to do as possible.  First, the remote panels have only runs on a Server Web of LabVIEW, and this server does not support PHP.  Integrate a web site that uses a web server with more features of LabVIEW is to put the server on a different port and then use an iFrame or something to integrate LabVIEW remote panel page into your own web site.  Communication back will probably have to use another protocol tansportation or to read and write files that they read and write.

    I highly recommend that you look in another function to LabVIEW, called "Web Services".  These are quite a bit different approach of the remote control and are available only on version 8.6 and later (and probably only editions of developers).  Services Web of LabVIEW allows you to perform a LabVIEW program (or modify an existing one) to connect back using XML.  It is a common place to consume and send commands to a Web Service of LabVIEW by using something like PHP or Flash.  However, you are responsible to provide interfacing features in the language that you use that consume the Web Service of LabVIEW.  For example, instead of a graphic on the front, you would need graphical data output and a PHP program that can do something with it.

    Web Services are quite handy if you need a 'light' client, as well as material interaction features of LabVIEW.

  • Major Newbie question - how to create a booklet of CD?

    Would someone kindly tell me how to create and print an 8-page booklet that fits well in a CD holder?

    I would like to print this booklet in color at home using 8.5 "X 11".

    Yes, dealing with a Major Newbie can be a pain...

    I really appreciate your patience and understanding.

    All the best,

    JS

    John,

    You are much more complicated that it should be. Documents of identity starts with a single right-hand page, because usually the readers see the first page all by itself (think of your booklet when closed) and the easy way to make your layout is in the same view that your readers will see. Booklet printing or script I think I mentioned earlier will be the last page next to the first and to organize the pages for printing so that they will be in the proper sequence for playback according to the booklet is assembled.

    If you really want to see the last page to the left of the first, there are two easy options. Either open the dialog box numbering and section options and change the starting number of the first page to something, like 2 (not necessarily very useful if you use the automatic numbering) or in the Pages panel menu uncheck the box 'Allow document pages Shuffle' and drag the page up next to the first.

    Don't forget, however, that for your book to be in the right order after printing, you need more than just move the last page next to the first. Given your difficulties with this project, I think a little visual exercise would be in order. Take a sheet of paper and the cut in half lengthwise for towing more long strips (you can use two sheets, but it will be closer to the size of your booklet). Assemble the two strips and stir into the narrow dimension on a booklet with 4 sheets. Number the pages in the order from the front to the rear, then disassemble the booklet and observe the positions of the pages. The fancy name for that is a model of folding, and it shows you where each page belongs (as well as any rotation, you will not need this job) on the larger sheet.

    You should see:

    8-1 / 2-7 on the first sheet

    6-3 / 4-5 on the second.

  • Newbie Question (how to select all the text in the textinput on click?)

    Hello world

    I have a field textinput with a for a video embed code and I'm trying to make it easy for users to copy the code.

    How to set the textinput to auto-select the content field when the user clicks on this area?

    < mx:TextInput id = "url" text = "{emailURL}" / >

    Thank you

    DK

    That should do it.

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


    http://www.Adobe.com/2006/mxml">
     
        [Bindable] private var emailURL:String = "[email protected]";
         
    private function focusInFunc (): void {}
    myID.setSelection (0, myID.text.length);
    }
    ]]>
     

     

  • Newbie question: How can I change text/plain text/xml?

    Hi people, I have a Spry region on my soon-to-be home page ( http://snailtales.org/index-teachers.html) who refuses to view the http://snailtales.org/snailtales.rss file

    I have been informed in a previous post that "the RSS file content-type is text/plain. It should be text/xml. IE is picky about such things. Change that and it should work. »

    However, being a newbie / kind of guy 'Design View', I have no idea how to proceed. Anyone got the tip?

    Thank you!

    Thanks SnakEyez02. I finally decided just to change my .rss file to an .xml file, and then all of a sudden my server allowed him very well.

    And thanks a lot for your comments, booth. As a beginner, I rushed directly on the first tool that I found (IE ApDivs) and don't think to check for cool stuff like Mode of disposal. When I finally have the time, I will repeat throughout the site using this... We cannot have people feeling aggrieved against just because they need the size of the text.

  • Newbie question - how to concatenate in EQL?

    Sorry for this question but the answer is beyond me in documentation and examples. How do concatenate you two attributes in EQL?

    I looked at https://wikis.oracle.com/display/endecainformationdiscovery/Endeca+Query+Language+%28EQL%29, but there's not much info here. Is there somewhere online documentation EQL?

    Thank you

    Currently, string concatenation is not supported in EQL. You must perform this concatenation in the ETL by creating a new attribute for the concatenated value. (for example YEAR_MONTH_FIELD = YYYY-MM)

  • Newbie question - how to export DVD? (urgent)

    Hiya,

    I am a complete newbie to the Premier Pro and cannot for the life of me find a way either:

    Export directly from Premiere Pro on DVD

    OR

    Export to MP4 and then burn them on DVD

    So far, I've tried exporting in MP4, then burn the file on a DVD. I think the MP4 Player plays, but once burned on DVD it will not play in my DVD player. Why would it be? I tried exporting as NTSC and Pal. I am in England so thought the Pal copy should work!

    Did not understand how to burn directly to DVD from Premiere Pro - anyone know?

    In a word - which is the good method to use to burn to DVD?

    I need to know fast because the DVD must be in the post this week!

    Thank you

    Wow - I can't thank everyone enough for all your answers - I really appreciate it. I would feel lost without the support of the people on this forum.

    I am very happy to say that I now have a working DVD... Yay! I've been up to 1 last night after working all day try things to solve problems. My father-in-law has now a beautiful 70th birthday message DVD of his daughter (she lives in the United Kingdom with me and we can get in Australia to see).

    Now I "ve got a 'safe' DVD in the bag, if I have the time I think I'll try adding markers chapter and create a menu etc. He has got to go to the post office in the next 2 days.

    It's a little weird, even though, as I'm not entirely sure what was the problem in the end. The things I did differently to my knowledge are:

    • Replaced by which concerned a meg each of the 3 or 4 images with sizes file very high (between 30 MB and 50 MB each).
    • Then exported PD DVD again.
    • DVD burnt by still (do not use my installation of clean combustion of Macs).

    It's very weird, but, as when I exported the project of the PP, it went seemed to add a whole new stage of "transformation". It started with a stage/message that says "Encoding, pass 1 of 1" which did not appear before. Also, it took more time to export.

    Able123 - you're right, I need something to calm my nerves at the end! I would like to have a dog, but unfortunately not. I had a beer at the end of the day if :-)

    I am very satisfied with the result for my first project never :-) I really appreciate the side edition of things, but when it comes to file formats and export appears like a minefield!

    Finally, I'm curious to know the number of brand with DVDs. Is a DVD not DVD as long you take into consideration if your DVD player can play DVD + /-DVD / DVD + RW, etc.? I would never use own brand DVD but I thought that as long as it was a decent brand, it should be ok?

    What is the recommended DVD format? IE - DVD / DVD +, etc.? In the end, I used Sony DVD + RW, but in this particular case, this does not seem to make a difference for my success.

  • Newbie question: how to use forms and collect signatures?

    Hello

    I could use some help on how to perform a task, I have been set.

    What we need to do:

    • Provide forms online for new recruits to view and electronically sign
    • Must be able to let people easily sign electronically forms without having to do a lot of work
    • Forms must contain a checksum to indicate that they have not been tampered after signing
    • Forms must be printable by newly hired staff to allow them to keep their information

    Can someone tell me what to do and buy so that we can do this?

    Sorry for the beginners question, but I tried to search for this and did not have a lot of luck to get a clear answer on how to do what we are looking for.

    Thank you!

    PEI

    The number of forms you'll be colecting will be a problem then. When you enable a document signed and recorded with Acrobat Pro and you distribute the form to more than 500 recipients, you are limited by the license agreement Acrobat from not more than 500 cases of the form data that was provided to you, including paper copies.

    You can avoid this limitation by allowing the reader to the document using Adobe LiveCycle Reader Extensions Server product, but this can be expensive. There used to be an Adobe authorized third party (FormRouter.com) which could compatible reader of individual documents so that you wouldn't have to license Reader Extensions yourself. I heard that they are is no longer allowed, but you might want to contact them to make sure.

    It is not difficult to set up a new digital ID. You can try it yourself to see what it is.

    Adobe also has the new EchoSign service available, then you might wish to consider to see if it can meet your needs: http://www.echosign.com/

  • Newbie question, how to resize a DataGrid to always adjust to the content?

    Hello

    I don't know this is a question asked time and again one time so please forgive me if I go over old ground.

    I just discovered flex 4.5 on a week ago and I am absolutely amazed by the power it gives me and how it was easy to pick up... There is a problem, that I fight with however.

    How to resize to mx or datagrid to adjust the content of the sparks?

    I just used more traditional solutions (.net aspx) and I have the habit of (and quite like) the way that a datagrid or list control will resize itself automatically itself to adapt to ranks how it should display.

    I've accepted the fact that I need to place scrollbars on the external container so that the user can scroll down to see the content (I would like to apply dynamic resizing finally), however no matter what I do the items in the DataGrid in my flex application never seem to adjust the content.

    I looked around the internet and there seems to be a lot of people who say that it is possible, and a lot of the sample code provided for that matter, but many it seems relevant to flex 2/3 and doesn't seem to work in my situation.

    Any advice would be greatly appreciated.

    I found this in my search for another question. http://xposuredesign.NET/?p=68

  • Beginners question, how to use script?

    Hello

    IM on OSX, ID4, soon upgrade to ID5.5

    I searched for a way to automatically add metadata (author) in a document/PDF export.

    So I found this http://forums.Adobe.com/message/3443064 - looks like the answer I'm looking for, but how do I actually put this into use? Where/how do I add the script?

    Can it be run in opening/creating a new document, or export to PDF?

    I am an experienced user of indesign, and I did some VB, php before. But did not use scripting in InDesign.

    Any pointers in the right direction is greatly appreciated. Thank you.

    -Lasse Fernov

    Hello, ldflkbuc943894353221:

    script tomaxxi in the thread you cite isn't really a normal script. This is a script that installs an event handler which is triggered automatically every time that you create a new document in InDesign, suhc as with file > new.

    Would you save this file as, perhaps, tomaxxiAddXMP.jsx, and then you have a few choices. You can simply drop in the user Scripts folder, according to http://www.danrodney.com/scripts/directions-installingscripts.html. When you need to run it once per session (from the Scripts panel, after which point all subsequently created documents that would be happen.)

    Alternatively, you can use it as a startup script. It is an OK idea, except that it could violate your expectations and sometimes surprise you if you have forgotten about it. If you follow the directions above, instead of starting the installation in the directory "Scripts Panel", you would go higher ("Scripts") and create a directory named 'Startup Scripts' and place it there.

    Restart InDesign. Then always will run every time you start InDesign.

Maybe you are looking for

  • Why firefox supports this tag: &lt; input type = 'date' &gt;

    Copy the following code works in chrome, but not firefox why? < input type = "date" name = value "date" = "" class = "control-form-wpcf7 wpcf7-date wpcf7-valide-comme-wpcf7-valide-comme-date" aria-required = "true" aria-invalid = 'false' placeholder

  • How do I know all of origin built into my HP HW?

    I have a HP Pavilion dv7 Notebook, PN FV807EA #UUW. I installed a new operating system: Windows7 Ultimate, I had a lot of trouble with the previous version (a HP service person installed a beta version of the operating system by mistake and I learned

  • F5 @ 240 fps - 'no image' RAW Viewer?

    Hello I pull the material with the F5 and the FPF R5 @120 and @240 FIRST. Images of 240 fps was going well when he plays the recorder. But when I try to do with the RAW Viewer, I did no thumbnail image (except the "No Image" message) and reading View

  • Maximum of Acer Aspire 5720Z RAM

    I worked on my pen-brother 5720Z Acer and I read that the chipset is limited to 2 GB. I upgraded to 2 in 2009. I want to confirm that there is no way to pass to 4 GB (3.5 inches with W7 32 bit OS). The BIOS is 1.45. Most of the posts on this point an

  • Noise USB 6211 problem

    Hi, I use USB 6211 to measure pressures, but I got too much noise. Please see the attached figure. In order to test if it is the problem of the data acquisition card. I tried to record a 5 V DC from a power supply, and I had V - 2 noise without last