How to removeChild question.

Hi,
I have a "Tile" in my application.
I also have a linkbutton that loads moduleloaders in
"mx:Tile".
I can load the module several times but my problem is:
If I load several modules, how can I remove a specific one,
let's say the third one that was loaded?
Do I need to add a specific remove button within the module
application? If so, what script can I use???
Thank you.

Store a reference to the added child in an array or
associative array(object).
_aChildren["one"] = tiletest.addChild(moduleloader);
then you can do:
tiletest.removeChild(_aChildren["one"] );
Tracy

Similar Messages

  • How to retrive question name in msg in procedure by writing custom coding

    how to retrive question name in message in procedure by writing custom coding.........

    My apologies if I've completely missed the boat on where you are going with this...but it seems to me that embedded values in action messages are meant for variable text. In other words, you reference the question variable you want, but it will pull the actual response each time the detail runs, e.g. \AETERM\ will return whatever that is each time the edit fires.
    If you are meaning to place non-variable text into an action message, generally, the fastest way to do this is to simply type it in. I'm sure there is custom code out there to do this, however, simply typing AETERM doesn't take very long--definitely not as long as developing custom code.
    Again, sorry if I've missed the point entirely.

  • How can a question marked as "solved" be restored to unsolved status?

    How do you remove the “This solved my question” status icon if the answer turns out to be wrong?
    Variations of this question can be found in a few discussion threads in the Apple Support Community. I found one very similar question marked as “This solved my question.” Unfortunately the answer was, “It can't be changed.” I have reasons for trying to, at least, get a more definitive answer.
    A primary purpose of these discussions is to resolve issues. It is very frustrating to read through long threads that claim to have an answer, only to find that the question was mistakenly marked “solved.” I spent over an hour on a thread that was marked as resolved. The member that made the mistake wanted to remove the “solved” status--even asked for help several times. I finished the thread just in case either issue was resolved. No, neither issue was resolved.
    May someone, Apple if necessary, explain how to revert the “solved” status or help fix the problem? If it is a known issue with no workaround, it would be very helpful to have an explanation. Accordingly, are there plans to fix this problem, and a rough idea when? This could be a “This solved my question” hallmark worth celebrating!
    Caution: This discussion or parts of it may be revised or deleted while I attempt to find a solution or workaround. Once I've given up or the issue is resolved, I will indicate so, even if it requires a repost. Relevant contributions will be indicated either way.

    leonieDF and  seventy one pointed out, (paraphrasing) all posts can be helpful in some way, even if the original owner of the discussion didn't get their question resolved.
    Maybe if I keep using this tool I'll change my mind, but most of the time I'd rather save time getting something solved than not.
    If anyone believes there are legitimate reasons owners and participants of a discussion would benefit from the ability of the owner to reset the solved status, you're welcome to chime in.
    These excerpts from my original post express why I think a change is needed:
    Stiltskin!: “The member that made the mistake wanted to remove the “solved” status--even asked for help several times. I finished the thread just in case either issue was resolved. No, neither issue was resolved.”
    Stiltskin!: “I didn't find any entry in that thread with an answer to revert the icon. So I got the idea it wasn't common knowledge because so many posters asked the owner to fix it even though the owner kept asking how to do it.”
    A big part of why I started this discussion is because I noticed others (and myself) expressed interest in this feature (owner ability to reset a discussion's solved status). If anyone want's to respond to that, please do.
    Nobody's brought it up but my discussion's header question doesn't express what I'm talking about now. I would change it if I could. I'd encourage future contributors (if any) to read through the explanation of my question in the first post to understand my perspective beyond "How can a question marked as 'solved' be restored to unsolved status?"
    Thank you all for your input!

  • HINT: How To Ask Questions The Smart Way

    Before you consider asking a question in this forum, here is a document worth reading:
    How To Ask Questions The Smart Way
    http://www.tuxedo.org/~esr/faqs/smart-questions.html
    Jesper

    Jesper: You know this will only fall on deaf ears and blind eyes. We will still have people posting with the subject: "HELLLLLLLLLP!!!!!!" But, nice try.

  • HT201303 I forgot how to answer questions safety Ostaidha?

    I forgot how to answer questions safety Ostaidha?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (118470)

  • How to export question

    Quick question, I recently upgraded from FCE 2 to FCE 3.5HD. Before, when I was done with a project I would just export the sequence to Compressor and it would launch Compressor and have the sequence loaded in Compressor. Now with FCE 3.5, when I export my sequence, it launches Compressor, but it is blank. I do not know how to get me finished sequence in there....any help would be appreciated....

    Export your movie as QT-movie, non-self contained or self contained (bigger file).
    Open compressor and import the file.
    Frank

  • Need idea on how to do question and answer program

    I want to create a troubleshooting program where it asks the user questions until its drilled down to an appropriate answer.
    I've done this with a web server before but I can't seem to figure out how to do it in a program without involving many many forms. Any ideas on how to do the UI?
    Thanks!

    Building an expert system is not a trivial process so for a commercial app you'll need to do some research. For an internal app you should probably use a database. For a school project you can get away with storing the data in a file that is loaded into
    memory (or simply building the data in memory directly).  In any case you'll need to define a table of questions.  If you support questions with fixed answers then you'll need a separate table for the answers associated with the questions. 
    If questions can be different types (as mentioned previously) then you'll also need to track the question type with the question.  For the relationship between questions you can go different ways depending upon your requirements. If question 1 with answer
    A goes to question 2 but answer B goes to question 3 then you can create a simple reference table that indicates what the next question is given the current question and answer, basically a state machine.  If a single answer opens a whole series of questions
    then you might do better to group the questions together and manage the transition between groups of questions.  It really depends upon your requirements. You'll want to research state machines to implement this though.
    On the UI side you really don't need to dynamically create anything.  The only thing that changes between questions is the text and possibly the answer format (if you support multiple questions). As I mentioned earlier you can create a separate container
    (Panel) for each question type and then show or hide the container based upon the type of question (from your database data).  This eliminates the need to dynamically create the UI.

  • How see which questions have been answered?

    I currently have a quiz with ten random questions from a single pool of twenty.
    Currently I have a custom offline LMS running on a local server which displays the InteractionID of all ten of the questions that have been answered as well as the answers - it then goes on to display them graphically on one single page, this can then be printed.
    Due to reliability issues and necessary access rights with the local server I'd like to build this function into Captivate.
    I'd like to create a single page at the end of the quiz that shows the InteractionID (or some similar unique tracer) of the ten questions which have been answered by the candidate. Coupled with whether they were answered correctly or not. This could then be printed out or saved as necessary.
    Does anyone know how I would go about doing this? I realise that the randomisation feature certainly complicates things a bit. Currently my script hooks on at the end of the quiz when the 'send results as email' button is pressed. The information must be carried through Captivate somehow, I just need a way to call it up on that final page. Could I go about it using some variety of advanced action or some such?
    Many thanks.

    Hmmmm. That's a pain. I've checked the internal system variables also and found nothing. It's a real pain.
    Do you know of any way of exporting non-system internal variables outside the programme? Currently I am exporting internal system variables outside of the programme using a capture hook on the 'send email' button. This then proceeds to export the selected system variables to a back-end database server.
    It is a pretty messy way of doing things as you can imagine, but from there I can chop, change and sort the data as I, or more importantly my customer, sees fit. I am having a problem in that using this method the user needs to enter their name and other details twice. Once at the start of the programme [again, customer's requirement] and once at the insert stage.  If I can't get the whole project done in captivate then i'll have to keep using this method, but I need to come up with a way that will mean the user only has to enter their data once.
    Any ideas?
    Cheers.

  • How to write questions in the databese.

    Hi friends,
    I am making a project in java on online exam but the problem is that i dont understand how to enter long questions into the database so that it will be easy to store and read that questions back.
    For example i want to write following question in c and correstponding 4 options in the database.
    main()
    int i=-1,j=-1,k=0,l=2,m;
    m=i++&&j++&&k++||l++;
    ("%d %d %d %d %d",i,j,k,l,m);
    If questions are more an too long it is difficult to read that questions.So how can i solve this difficulty.
    Please,reply as soon as possible.
    Thanks.

    Are you, is he.. talking about Java or C? Is he refering to database querys and procedures? Is his code meaningful?
    To me at least, your question is not clear at all.
    Mel

  • How to write Question paper program in jsp....

    Hi..,
    This is sure from india. I would like to develop online examination project. Everything is ok. But i have a problem at deveop of question paper. I have 10 questions in my database. I would like display those questions one by one. How can i done this job. Please any one guide me. Because, i am new to this concept.
    with regards
    sure..)-

    First you need to extract all the question from database..
    Then put all of those questions in any of collection object...
    Then set this collection object in request as attribute..
    Keep this object in request till all question are not shown(you can eliminate questions after the have been asked)..
    Code might be like this.
    HashMap result = new HashMap();
    connection = .......;
    Statement stmt=connection.createStatement();
    rs = stmt.executeQuery("Your query");
    int count=0;
    while(rs.next())
    count++;
    String question = rs.getString("colName");
    result.put(""+count,question); //( ""+count)>>>>>means converting int to String
    request.setAttribute("questions",result);
    ====================================================
    now in every JSP which is intended to display a question will have to get this result object..
    Lets assume we are about to display first question()....
    ===========================================
    //////// First get result map from request
    HashMap questions = (HashMap)request.getAttribute("questions");
    String count;
    count = request.getAttribute("count");
    if(count==null)
    count="1";
    String question = questions.get(count);
    count = new String(""+(Integer.parseInt(count).intValue()+1));
    ///Now do what you have to do with this questionresult
    questions.remove();
    request.setAttribute("count",count);////setting question no in request
    request.setAttribute("questions",questions);////setting rest of questions in request
    ===================================================
    hope this might be helpful........
    if there is any problem you can consult me anytime

  • How to import Question Slides

    Hi, I want to create a question bank using Captivate 2. For
    example I will create 100 multiple choice questions in one
    captivate project and i will create 100 True False question in
    another captivate project. This is for my questin bank. Then i will
    import 10 questions from project 1 and 10 questions from project 2
    in order to create an examination project. How can i do
    that?

    Hi tutsak23
    Unfortunately this isn't currently possible. There is only
    one way to "copy" questions. You create a template with the
    questions inside it. Then create movies based on the template. The
    alternative to that (which is really the same way) is to use a
    "Seed" movie that contains the questions and you repeatedly perform
    a Save As in order to create new movies.
    We are ever hopeful that we will see something like this in a
    future version. To suggest it,
    click
    here and fill out the form.
    Cheers... Rick

  • How to keep questions from counting toward quiz grade

    I have some checks for understanding throughout my module that use question slides. I do not want them to count toward the quiz grade at the end. How can I accomplish this? I can't make them "Survey" questions because I want there to be feedback. If I uncheck "Report answers", does that keep the question from counting toward the quiz grade?

    I couldn't find the Advanced Interaction panel (though I do remember this panel in Captivate 6 - is it still there is 7?).
    Screen Capture
    http://screencast.com/t/QIEVB675d
    However, I do see where I can set the points to 0 in the Quiz Properties panel. I think that will work, right?
    Screen Capture
    http://screencast.com/t/vcCE5DQUjsc

  • How to Ditch Question Marks in Tools Menu

    I have recently noticed the menu bar in all of my folders have
    two dimmed out question marks in the menu bar. I have checked
    the Customize Toolbar options and do not see any ??? marks
    and I they are dimmed so I cannot drag them off. Even new
    untitled folders have the two question marks.
    I would like to know what I did to cause this problem and
    how to get rid of the question marks

    command+drag the question marks off the toolbar
    Sorry, I should have added that was one of the first things I tried
    and there is nothing to grab. The question marks on either side
    of the standard menu item are dimmed and cannot be selected
    to drag.

  • How can isecurity questions off apple id ?

    when i tryed to change security questions it says :The Authentication Information provided does not match our records. Please verify your personal information and try again. how can i change it when i cant remember my ol answers but remember password ?

    Should be your email address.
    Forgot Apple ID

  • How to post question in a discussion category

    I need to post a question about my iPod and can't find out how to post the question in the correct category. Am I missing something? I have been all over the site and can't find the link to post my question in the appropriate category. Thanks,

    MB --
    Welcome to Apple Discussions!
    Go to this page below:
    http://discussions.apple.com/category.jspa?categoryID=146
    Then look at all the categories listed there.
    Then click on the category that best meets your needs.
    It will direct you to a page that has "Post New Topic" up on the left hand corner
    of the topic list.
    Hope this helps.

Maybe you are looking for

  • Trashed pics turn up again after upgrading to iPhoto 6..how to rid fast?

    Prior to upgrading from iPhoto 05, I edited out many of my "lesser" pics. However, when I upgraded most of them were returned to my library & some albums. Is there any faster way to identify & get rid of them rather than going back through pic by pic

  • How to identify the constraint error

    Hi friends, i got constraint error, like this {4,209,669     123112 09:27:44:Code :ORA-02290: check constraint (OPS$hgn.CS_MQ_BADNORETAIL_CT7) violated at nopMASTERat sub exec block in pop_je2acct_othr} How can i identify, the from which procedure or

  • Error mesasge when updating apps on ipod touch

    Help me, I'm trying to update my apps on my ipod touch directly from the ipod as I always do. .When I click the update button it says "cannot connect to itunes store". So I plugged it into my computer and I notice there isn't a library of apps for me

  • How to move iPhoto photos from MBP to External hard drive

    I have a mac book pro on OS X 20.8.5 Start up disc is completely full. Trying to make space I have Iphoto 11 I just bought from Apple a 1Terabyte G Drive 3.0 External Hardrive to move files onto How can I move all my iPhoto photos (22,000 photos!) on

  • Photoshop round-trip difficulty...

    Since using Ap for a couple of years, I rarely use PS anymore. And, have not upgraded beyond CS2. In the past when I did use it, after an editing session launched from Ap, I was able to simply do File>Save and my modified file went into the Ap librar