Create a lot of movieclips ..

I need to create a lof of movieclip (with content )
it is about 150 movieclips vertical and each movieclip can
have around 55 movieclips in it
now my problem is , this process is working slow, very slow ,
or crashes
I wonder is there is a way to load , vertical line by
vertical line , but the needs to work with the loaded content ,
I hope I explaned it correctly my problem :-s

well this all depends on the methods you are using to acheive
this, what the heck is it, and what are you loading? are these
assets on-board, or external? but it should be possible to do
without crashing, you must have an error in the loop code that is
propagating these instances.
can you give a better explaination of how you are trying to
do this, and provide a code example of your looping function (use
the 'attach code' button in your reply)

Similar Messages

  • My mac book air has a virus which is creating a lot of issues...how do i get rid of it? is there a free software to detect it and remove it?

    my mac book air has a virus which is creating a lot of issues...how do i get rid of it? is there a free software to detect it and remove it?

    There is no need to download anything to solve this problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Problem to creating Inspection Lot

    Hi,
    I am creating inspection lot using fm as mention below, with inspection type '89'.
    call function 'QPL1_INSPECTION_LOT_CREATE'
    exporting
    qals_imp = l_qals
    rmqed_imp = l_rmqed
    importing
    e_prueflos = l_prueflos
    e_qals = l_qals
    subrc = l_subrc.
    if sy-subrc = 0.
    Update memory stack for actual posting...
    call function 'QPL1_UPDATE_MEMORY'
    exporting
    i_qals = l_qals
    i_updkz = 'I'.
    Post lot to DataBase...
    call function 'QPL1_INSPECTION_LOTS_POSTING'.
    call function 'BAPI_TRANSACTION_COMMIT'
    exporting
    wait = 'X'
    IMPORTING
    RETURN =
    I am getting message, Inspection lot created successfully. But unable to view the Inspectionlot in QALS table. or Is there is any other process to create Inspection lot.
    Will you help to solve this problem.
    Thanks & Regards,
    Srini

    Hi,
    Check this .
    wa_rmqed-dbs_flag = 'X'.
    wa_rmqed-dbs_edunk = 'X'.
    wa_rmqed-dbs_fdunk = 'X'.
    wa_rmqed-dbs_noerr = 'X'.
    wa_rmqed-dbs_nowrn = 'X'.
    wa_rmqed-dbs_nochg = 'X'.
    wa_rmqed-dbs_steuer = '01'.
    WA_QALS-MANDANT = SY-MANDT.
    wa_qals-WERK = 'XXXX'.
    WA_QALS-HERKUNFT = '89'.
    WA_QALS-MATNR = '000000000000111111'.
    WA_QALS-LOSMENGE = '1'.
    WA_QALS-PASTRTERM = SY-DATUM.
    WA_QALS-CHARG = 'Test123456'.
    WA_QALS-PLNNR = 'FORMULA1'.
    WA_QALS-PLNAL = '1'.
    WA_QALS-PPLVERW = '3'.
    WA_QALS-STAT01 = 'X'.
    WA_QALS-STAT20 = 'X'.
    WA_QALS-PLNTY = 'Q'.
    WA_QALS-PLNNR = 'FORMULA1'.
    WA_QALS-PLNAL = '1'.
    WA_QALS-CHARG = 'AB78654'.
    CALL FUNCTION 'QPL1_INSPECTION_LOT_CREATE'
    EXPORTING
      qals_imp              = wa_qals
      rmqed_imp             = wa_rmqed
    IMPORTING
      E_KZSKIPLOT           =
       e_prueflos            = gv_prueflos
      E_QALS                =
       subrc                 = gv_subrc.
      E_SKIP_TO_STOCK       =
    IF gv_subrc = 0.
      COMMIT WORK.
    ENDIF.
    WRITE 'ABCD'.
    Ashutosh

  • Function module to Create payment lot name

    Hi ,
         I have to create a new payment lot from a Z program
    (program will run in a batch mode) and this payment lot will be passed to standard bapi : BAPI_CTRACPAYMINC_APPEND to upload the data in payment lot. For creation of payment lot I am using Function modules as FKK_CREATE_NAME_OF_PAYMENT_LOT
    or
    FKK_PAYMENTLOT_KEY_CREATE  
    ( either of 1 )...but the function modules return me the name of payment lot..but when i cross check it in FP05 it says "lot not yet created" . Please let me know what could be the reason that payment that lot is not getting created. Is there any other FM which we can use. PLease let me know .
    Thanks
    Sandeep

    Hi Sandeep,
      We cannot create the Payment lot using FM's FKK_CREATE_NAME_OF_PAYMENT_LOT or
    FKK_PAYMENTLOT_KEY_CREATE .These FM's will create only the Payment lot name which can be used to create Payment lot.
      IF we want to create Payment lot through Z program we have to create a file and pass data to file with structures
    BFKKZGR00(File Header)
    BFKKZK(header data)
    BFKKZP(Line items).
    We have to pass this File and Identification to Report Program--RFKKZE00(Transaction-FPB3).
    Submit this report program ---RFKKZE00 in background.
    hope this is helpful.
    Regards,
    Sravanthi.

  • When creating a lot of pdf's from Word my computer opens every created pdf for viewing? How do I remove this property from use

    Have to create a lot of pdf's in the future, so this property is quite annoying. Is it removable ?

    Using Adobe Acrobat Professional
    Converting a lot of Word.docx to pdf. And each time the system shows me the resulting pdf to view. It is annoying but not critical to my work. Is there a place in the Adobe Acrobat Pro preferences or some other place to remove this.
    I am using the right mouse button to create the pdf.
    Anu Kivimäki
    Secretary, Global Product Development Configured &
    Standards Products, Global technology
    Pumps Equipment
    Sulzer Pumps Finland Oy
    P.O. Box 66, Pajatie 75,  FI 48601 Kotka
    Tel + 358 (10) 234 5379
    Mobile + 358 50 526 1233
    [email protected]<mailto:[email protected]>
    www.sulzer.com

  • BAPI to create Returns Lot (FP09)

    Hi to all,
    We want to create a Z program and use a BAPI to create return lots, is this possible? Have anyone done this?
    The problem is that the bank is reporting us two cases for lot payment orders
    1. success payment of order
    2. unsuccessfully payments on orders
    Both cases are mix in one big file.
    We are planning clear the ones successful ones with the bapi BAPI_CTRACPAYMINC_CREATE... and all the ones required to create and post lots. (similar to fp45)
    But we want to do something similar to FP09 for the unsuccessful ones with the Z program
    By doing this all can be done with one step.
    We can not find any BAPIs of FM which can be used to do this.
    Thanks
    Sergio

    FKK_LOT_KEY_CREATE           
    FKK_PAYMENTLOT_KEY_CREATE    
    FKK_PAYMENT_BATCH_ADD_CLARIF 
    FKK_PAYMENT_BATCH_ANALYZE_ITEM
    FKK_PAYMENT_BATCH_ARCH_IND_CRE
    FKK_PAYMENT_BATCH_CLARIFY_ITEM
    FKK_PAYMENT_BATCH_CLOSE      
    FKK_PAYMENT_BATCH_FIND_ARCH_PM
    FKK_PAYMENT_BATCH_FIND_PAYMENT
    FKK_PAYMENT_BATCH_GET_STATUS 
    FKK_PAYMENT_BATCH_LOCK_ITEM  
    FKK_PAYMENT_BATCH_NEW_FIKEY  
    FKK_PAYMENT_BATCH_POST       
    FKK_PAYMENT_BATCH_RELEASE    
    FKK_PAYMENT_BATCH_REVERSE_PYMT
    FKK_PAYMENT_BATCH_SHOW_DETAIL
    FKK_PAYMENT_BATCH_STATUS     
    FKK_PAYMENT_BATCH_STATUS_ADJST
    FKK_PAYMENT_BATCH_UNLOCK_ITEM
    FKK_SEARCH_PAYMENTS_IN_LOTS
    These are few FMs ...
    FKK_PAYMENT_BATCH_STATUS    can be used to get the status of the LOT
    Hope some of these will be helpful

  • Viewobject rows don't exist when creating a lot of rows at once

    Hello,
    I'm creating a lot of rows at once in a viewobject. Let's say between 100 and 700 rows. After that, I commit the transaction. After the creation of every row I do a postchanges().
    When this is all done, a xml file is sent to another server and returns the same file with a bit more information. That file is parsed and every row will be searched in the Viewobject but then they don't exist!
    When I try this with a couple of rows, 10 or something, everything goes well. Is this a known problem or am I doing something wrong? I don't want a commit after the creation of every row because sending must succeed before saving them.

    No off course.
    I hoped that more people have problems with inserting a lot of rows at once. The code is quite simple, it looks a bit like this:
    for ( about 500 elements )
    Row row = voIterator.createRow();
    row.setAttribute("...", "....");
    voIterator.insertRow(row);
    getDBTransaction().postChanges();
    getDBTransaction().commit();

  • How to create Inpection Lot Z01 & 04 Type for same Material different Plans

    I am trying to create an Inspectoin Lot for two different Inspection Types.  One for (Z01) Incoming Inspection via MIGO and the other for (04) GR Inspection for Production via MFBF.  The problem is I have the same Material for two different Inspection Plans.  The Z01 Inspection Type was copies from the 01 Inspection Type only difference is I activated the Multiple Specs feature for Z01.
    1st Plan = Materia Group....BM206014,  Group Counter....1  (GR Incoming Inspectoin Z01 type)
    2nd Plan = Material Group....BM206014,   Group Counter....2    (GR Inspection for Production 04 type)
    A)  When I do the (Material Backflush) MFBF for the 04 type, the Inspection Lot gets created OK.  I then can go into QA32 and assign the correct Inspection Plat by clicking the Inspection Lot button.
    B)  When I do the MIGO via the Purchase Order (type Z01), it will not create the Lot if I have the Multiple Specs selected in the QM Material Master MM02.  If, I turn off the Multiple Specs in the QM Material Master and create a new PO and MIGO, it will create the Lot, however, it automatically assigns the lot to the wrong Inspection Plan (2nd Plan see above)  I need to be able to select the plan like I can with the 04 type.
    Is their some setting that can be changed in Config or somewhere that acts the same way as example A above?

    >
    dhayes12 wrote:
    > A)  When I do the (Material Backflush) MFBF for the 04 type, the Inspection Lot gets created OK.  I then can go into QA32 and assign the correct Inspection Plat by clicking the Inspection Lot button.
    >
    > B)  When I do the MIGO via the Purchase Order (type Z01), it will not create the Lot if I have the Multiple Specs selected in the QM Material Master MM02.  If, I turn off the Multiple Specs in the QM Material Master and create a new PO and MIGO, it will create the Lot, however, it automatically assigns the lot to the wrong Inspection Plan (2nd Plan see above)  I need to be able to select the plan like I can with the 04 type.
    >
    > Is their some setting that can be changed in Config or somewhere that acts the same way as example A above?
    For case A, create insp plan with usage "1- production" If you have one IP with this usage for given material then system will assign Plan to lot automatically. In your case for second plan update usage as 1.
    For case B, system should assign 1st plan make sure for both plan udage is correct. for 1st plan usage should be 5 while 2nd plan usage should be 1. Now if your 1st have status 4 and key date before lot date then system will assign plan auto.
    Thanks!!!

  • FPB7 Create Payment Lot after loading Manual Bank Statement

    Hello Everyone,
    My question is can we create payment lot after loading Manual Bank Statement(FF67).
    Thanks,

    Hi Imitiyaz,
    Transaction code-FF67 (Manual bank statement) is used to enter the bank statement data manually via dynpro. Moreover, since it contains no front end controls so it can be called via batch. You need to develop a custom program to cater the requirement.
    You can create a program which creates batch input sessions for transaction FF67. Use transaction SHDB to record the transaction in order to see program, dynpro and field names.
    Hope it helps...
    Thanks,
    Amlan

  • FM to create inspection lot same as in QA01

    Hi Experts,
    I need a function module to create inspection lot as in QA01.  Can you please help?
    Thanks,
    Vitz

    Hi vitish I will refer you to this wiki ..  created by Arpit shah
    http://wiki.sdn.sap.com/wiki/display/Snippets/FMforAutomaticInspectionLot+Creation
    According to the wiki
    the FM you are looking for is
    QPL1_INSPECTION_LOT_CREATE
    Also a BAPI for the same
    CO_QM_INSPECTION_LOT_CREATE.
    Also a forum entry for the same
    Inspection Lot creation Problem using FM QPL1_INSPECTION_LOT_CREATE
    Br
    Manthan.

  • How to create inspection lot manually without using QA01 Transaction code?

    Hi,
    Please anybody give procedure for creating Inspection Lot Manually without using Transaction Code QA01

    Hello, Srinivas,
    If you want another T code only then you can try QA01A.
    or you can create a Physical Sample with QPR1 and then click on the button there to create inspection lot. To create inspection lot for that Physical sample (you will able to see that button only after releasing the sample) Or you can use QPR5.
    But let me know the reason why you want T code other than QA01.
    Regards,
    Shyamal

  • BAPI to create inspection lot

    Hi,
    Someone know if exists an standar BAPI or function to create an inspection lot?
    Many thanks!!

    Hi,
    try these....
    Function group                 Function group short text
    Function Module Name           Short text for function module
    COQM                           Create inspection lot from order
    CO_QM_INSPECTION_LOT_CREATE    Create inspection lot from order
    CPCC_BUS1191                   BAPIs for Inspection Plan
    ALE_INSPECTIONPLAN_CREATE
    BAPI_INSPECTIONPLAN_CREATE     Create Inspection Plan
    CPDMDATACOLLECTOR2
    C_PDM_INSPECTIONPLAN_CREATE
    QMHU
    QMHU_INSPECTION_LOT_CREATE
    QPL1
    QPL1_INSPECTION_LOT_CREATE
    QPLEXT
    QPLEXT_INSPECTION_LOT_CREATE
    Arunima

  • Creating inspection lot  in REM

    Hi
    In REM(Repetitive Manufactruing) Scenario: 
    Is their any possibility to create an inspection lot.
    1) At the first GR and no more at subsequent GR or;
      2) at each GR?
    Thanks in advance
    Saravana

    Hi kumar
    if you want to create inspection lot for REM then following are the settings
    1. inspection type 13 for inprocess check for repetative with task list selection
    2.  maintained inspection characteristics in rate routing for which you want to maintained inspection.like inspection point
    3. Inspection creation by tcode MFPR which creates inpsction lot for your production version. manually,
    Regards
    Pravin

  • Create Inspection lot at 'Network - Activity' level

    hi all,
    We are having a requirement to see if there's a possibility to Create inspection lot at 'Network - Activity' level for activities that are "In-house" processing. So that the user can record the Inspection information against a Network - Activity.
    Ex - Network Activity:
    1)Plate cuttingu2014 Inspect cut edges 
    2)Welding - Inspect Weld joint 
    3)Rolled tube - Check Inner diameter

    Any suggestions plz!!.

  • Post GR (from production) + Create inspection lot through an interface

    Dear All<BR><BR>
    We would like to set up an interface which posts a GR (production - mvt type 101) and also creates an inspection lot for the produced batch. When you post this GR online (MB31), it is possible to have the inspection lot created automatically (some memory ID has to be flagged), which actually first triggers a SAP standard popup asking for the inspection plan.<BR><BR>
    I have tried setting this up with a test program, first calling BAPI_GOODSMVT_CREATE to post the GR and then calling a combination of functions, the main one being QPL1_INSPECTION_LOT_CREATE, to have the inspection lot created. I am however having troubles with the generated inspection lot, e.g. when I click the button "Mat. Documents", it says "no material documents fonud".<BR><BR>
    Does anybody have any suggestions? Our system is 4.6 C. If I appear reluctant to answer any of your replies, that's because I'm out for holidays the upcoming 20 days)<BR><BR>
    Thank you and krgs<BR>
    Tom<BR><BR>
    Edited by: Tom Van Oevelen on Aug 26, 2009 3:53 PM
    Edited by: Tom Van Oevelen on Aug 26, 2009 4:00 PM
    Edited by: Tom Van Oevelen on Sep 22, 2009 5:15 PM

    Hi Lammie,
    I am really confuses actually what you want, but can give you a brief idea about in process inspection.
    There are 2  of inspection types related to it-03 and 04.  03 type will create lot but that will use routing as task list. 04 will use inspection plan as task list. So, when processing production order, 1st 03 type will generate a lot, there you can check hows the quality going.This lot is not stock relevant. After confirmation, 04 type will create another lot for final result confirmation and this lot is stock relevant.

Maybe you are looking for

  • Why cant I download apps after restoring from a backup? How to fix?

    After I restored my ipod from a backup a month ago, my ipod wont let me download apps. It says "Unable to download app at this time". The thing is I can download when connected to my computer, and when new apps are downloaded on my other devices, the

  • Deploy New SampleApp in obiee 11g

    Hi Friends, I am deploying SampleApp in obiee 11g.I am installing "AnalyticsRes" in console. Can anyone give me suggestions what is the use of "AnalyticsRes" and what is happening after installing of "AnalyticsRes". I got +AnalyticsRes -Web Services

  • How can I download FaceTime on iPhone ?

    Want to use my iPhone 4 for FaceTime . How to download this application ? Thanks

  • Customize file output

    Say I want to create a custom template for exporting data from LabVIEW.  Currently I am using DAQmx and using the write to measurement file vi.  This is not allowing me to customize what goes in each column and so forth.  Is there an easier way for m

  • How to receive RTP data by JMF

    Hello!! I have a ipaq3870 installed Jeode. I can run JMStudio to play media on PDA and receive RTP data from PC's JMStudio. But I can't receive RTP data by AVReceive2. I compressed AVreceive2 into custom.jar. Can anyone teach me how to do? Did my ste