How large is Extremely large?

And how many thousands of lines of code? 2,000 lines of code
isn't that much.... Does the compile failure occur continually, or
is it random?
quote:
Unfortunately, there is no unique number that qualifies as
too much. However, this issue is known to happen with Flash
applications made up of thousands of lines of code, numerous very
large objects, or a great number of small classes.
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405257&sliceId=2

I am having this problem and its a nightmare.
My fla is about 3,600k and references about 60 classes
containing around 7000 lines of code.
When it works the resulting swf is about 300k.
There are two main symptoms:
- either the fla compiles but doesn't put any actionscript in
the final swf. On my application this gives an empty screen when
testing. In debug mode you get the error "This application cannot
be debugged because it doesn't contain any actionscript"
- or the application compiles and runs but produces errors
because some library objects haven't been added to the swf.
If you remove enough parts from the application the problem
goes away. If you add more then the problem happens every time.
Somewhere in between there is an area where the problem happens
intermittently. Once the problem has happened if will happen every
time unless you close down Flash and restart it.
I am desperately trying to re-factor my application into
smaller SWC components but I'm not sure its possible.
If I can't manage this and Adobe don't come up with a fix
then I may have to abandon the whole project which will be a huge
amount of time wasted.

Similar Messages

  • All of a sudden the size of my text on my iPhone 5C is extremely large.  How do I reduce the size of the text?

    Al of a sudden my iPhone 5C has extremely large text size.  It's so large I cannot swipe, pinch or make it respond to any command.  Any suggestions on what happened, how to fix it and how to prevent it from happening again?

    Hi Marylane,
    Thank you for using Apple Support Communities. 
    Your description of the text being extremely large makes me think you have activitated the Zoom feature of Accessibility. See the following article and use the same command to disable Zoom as to enable it:
    To enable Zoom, use three fingers and double-tap the screen.
    To increase the level of Zoom, use three fingers to double-tap and hold, then move your fingers up or down on the screen to increase or decrease magnification.
    Use Accessibility features in iOS - Apple Support
    Cheers,
    Jeff D. 

  • How to extend PlainDocument for an extremely large Jtextarea?

    I'm trying to extend the PlainDocument class in order to use an external file for saving an extremely large document that's being scrolled in a jtextarea. The document is read-only after it's created. My class uses its own insertString to capture the document as it's created, and sets the length to be passed back by the getLength method. However, the getText requests seem to ignore this length, and only ask for the first character of the document. Any ideas on how to get this to work correctly, or is there a better approach to the general problem?
    Thanks,
    Hartley

    Some more background on this is that when running without the document model, it ran out of heap space. The heap space required was about 4 times the size of the total length I was trying to display, and from research, I think that this is due to the default gap management in the document, keeping possibly multip[le copies of the individual strings that I was appeanding into the text area.  I'm aware that I could split the large input into some individual segments, but the user requirement is to be able to search the document for specific text occurrences, which would not be possible with one search if there were multiple segments.  The obvious solution seemed to be the use of the PlainDocument to manage the storage myself.  I did a lot of searching for examples of how to use it, but they all seemed to be limited to invoking the remove(...) method to cut down on the size, or to do some sort of editing as lines were inserted.  I've actually tried several different ways of handling the getText and insertString methods, and tracing the arguments they're called with.  I just can't figure out why the basic theory of what I'm doing doesn't work - there's more involved but I can't find out what it is.
    Hartley                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Icloud email on an ipad2 will not open due to an extremely large email

    I accidentally sent an email to my me.com account that was extremely large and now I cannot access my iCloud mail without it immediately shutting dow. I'm not even able to delete the mail because it won't stay open long enough for me to delete it.  Once I select the email, my email program immediately shuts down.  How do I get rid of this darn email so that I can even use my icloud mail??

    I have tried restarting the iPad, have tried to deal with it on my iPhone with the same results. The mail application just shuts down when I open it. I can't even select the email to delete it before it shuts down.
    I tried going to iCloud.com, but when I do I seem to get a cover page that just gives me the option to "set up iCloud on this device" (it already is), "install find my iPhone" (also already installed), or "install find my friends".  No way to access mail from that page, although I have heard that there should be.  I even tried to access it by going to iCloud.co/#mail and many other combinations.
    Any other suggestions?

  • Using Log Miner to find reason for extremely large archive logs.

    Hello everyone,
    I have an Oracle 10g RAC database that sometimes generates extremely large number archive logs. The database is in ARCHIVELOG mode.
    The usual volume of archive logs per day after compression is about 5GB, sometimes that spikes to 15GB and I cannot understand why.
    I am looking at gathering statistics based on the inflated redo logs via LogMiner.
    Looking at the structure of V$LOGMNR_CONTENTS - there are columns with promising names such as REDO_LENGTH, REDO_OFFSET, UNDO_LENGTH, UNDO_OFFSET.
    However all these columns are deprecated. http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_1154.htm
    Is there a way of identifying operations that generate large redo logs?
    The documentation for LogMiner has some example user sessions but none show how to generate statistics on the connection between redo logs and sql statements.
    I see nothing that can help me in the following views:
    V$LOGMNR_DICTIONARY, V$LOGMNR_DICTIONARY_LOAD, V$LOGMNR_LATCH,V$LOGMNR_LOGS, V$LOGMNR_PARAMETERS, V$LOGMNR_PROCESS, V$LOGMNR_SESSION
    These views plus the following columns sound somewhat promising:
    V$LOGMNR_CONTENTS -> RBABLK, RBABYTE, UBAFIL, UBABLK, UBAREC, UBASQN, ABS_FILE#, REL_FILE#, DATA_BLK#, DATA_OBJ#, DATA_OBJD#
    V$LOGMNR_STATS -> NAME , VALUE
    However I found nothing in the documentation on how to use them. (esp. not in Database reference, Database Utilities - the main documents I looked into). What should I read? Any strategies or ideas?
    Kind regards:
    al_shopov

    To find sessions generating lots of redo, you can use either of the following
    methods. Both methods examine the amount of undo generated. When a transaction
    generates undo, it will automatically generate redo as well.
    The methods are:
    1) Query V$SESS_IO. This view contains the column BLOCK_CHANGES which indicates
    how much blocks have been changed by the session. High values indicate a
    session generating lots of redo.
    The query you can use is:
    SELECT s.sid, s.serial#, s.username, s.program,
    i.block_changes
    FROM v$session s, v$sess_io i
    WHERE s.sid = i.sid
    ORDER BY 5 desc, 1, 2, 3, 4;
    Run the query multiple times and examine the delta between each occurrence
    of BLOCK_CHANGES. Large deltas indicate high redo generation by the session.
    2) Query V$TRANSACTION. This view contains information about the amount of
    undo blocks and undo records accessed by the transaction (as found in the
    USED_UBLK and USED_UREC columns).
    The query you can use is:
    SELECT s.sid, s.serial#, s.username, s.program,
    t.used_ublk, t.used_urec
    FROM v$session s, v$transaction t
    WHERE s.taddr = t.addr
    ORDER BY 5 desc, 6 desc, 1, 2, 3, 4;
    Run the query multiple times and examine the delta between each occurrence
    of USED_UBLK and USED_UREC. Large deltas indicate high redo generation by
    the session.
    hth
    Kezie

  • Hardcoding an extremely large ArrayList?

    Hi everybody,
    I've come up with a weird idea, and I have no clue if it's even remotely possible or rational, but here goes--
    I have an extremely large arraylist, which is...let's see...an arraylist of arraylist of arraylist of arraylist. (whew!) Basically, it's 4 levels of an arraylist<String> nested, representing formatted sections of a paragraph, inside paragraphs, inside pages, inside chapters. I'd like to be able to hard-code this somehow into my program, so the user doesn't have to input the raw text file all the time. Basically, I'm looking to create a completely self-contained program, something like an ebook, which will eventually be wrapped in a .exe wrapper.
    The only way I can think of to hard-code this big arraylist is to write every single call and insertion into each arraylist, which would take an extremely long time and be a real pain. I imagine that creating the arraylist when the program runs would be easier, like with a BufferedReader, but I don't know if there's a way to include a text file in a jar or class so it's self-contained and doesn't require any user input. Can anyone give me a hand with how, conceptually, I might be able to do this?
    Thanks,
    Jezzica85

    Resources are fixed files living alongside the program's .class files. Most IDEs will automatically copy such files into the jar if you put them in the program source directory.
    The simplest way is to put the resource right next to the class that reads them, in the same package directory. Then the class can do e.g.
    InputStream is = getClass().getResourceAsStream("data.xml");You should also use this technique to include image files, sound clips etc. It uses the same mechanism to read the resource that the ClassLoader uses to read class files, even if they are in a jar or on line, or both.

  • How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs

    How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs, jpgs, some photoshopped files), iTunes library, word docs. Is there a particular type of external hard drive that can be used or am I limited to copying stuff onto z-drive and moving that way?

    If both computers are on the same network, you can share the files from the Windows host using SMB and mount the share on the Mac. Otherwise, the Mac should be able to read (not necessarily write) any storage device formatted in Windows.

  • TS1702 how can I remove large number of photos on my iPhone 4s from iTunes using a PC - Lenovo Think Pad - so that I can reduce the space used on the phone by 50%?

    how can I remove large number of photos on my iPhone 4s from iTunes using a PC - Lenovo Think Pad - so that I can reduce the space used on the phone by 50%?

    You don't need iTunes for that. Simply connect the iPhone to the PC where it will be recognized as a camera. You can then select the photos you wish to transfer, transfer them, and delete them.

  • How can I delete large files on my MacBook Pro?

    How can I delete large files on my MacBook Pro? Also my Emails wont delete, how can I delete them?

    Which email client are you using & which version?   Your emails are not appearing in the email trashcan? 

  • How do I handle large resultsets in CRXI without a performance issue?

    Hello -
    Problem Definition
    I have a performance problem displaying large/huge resultset of data on a crystal report.  The report takes about 4 minutes or more depending on the resultset size.
    How do you handle large resultsets in Crystal Reports without a performance issue?
    Environment
    Crystal Reports XI
    Apache WebSvr 2.X, Jboss 4.2.3, Struts
    Java Reporting Component (JRC),Crystal Report Viewer (CRV)
    Firefox
    DETAILS
    I use the CRXI thick client to build my report (.rpt) and then use it in my webapplication (webapp) under Jboss.
    User specifies the filter criteria to generate a report (date range etc) and submits the request to the webapp.  Webapp  queries the database, gets a "resultset".
    I initialize the JRC and CRV according to all the specifications and finally call the "processHttpRequest" method of Crystal Report Viewer to display the report on browser.
    So.....
    - Request received to generate a report with a filter criteria
    - Query DB to get resultset
    - Initialize JRC and CRV
    - finally display the report by calling
        reportViewer.processHttpRequest(request, response, request.getSession().getServletContext(), null);
    The performance problem is within the last step.  I put logs everywhere and noticed that database query doesnt take too long to return resultset.  Everything processes pretty quickly till I call the processHttpRequest of CRV.  This method just hangs for a long time before displaying the report on browser.
    CRV runs pretty fast when the resultset is smaller, but for large resultset it takes a long long time.
    I do have subreports and use Crystal report formulas on the reports.  Some of them are used for grouping also.  But I dont think Subreports is the real culprit here.  Because I have some other reports that dont have any subreports, and they too get really slow displaying large resultsets.
    Solutions?
    So obviously I need a good solution to this generic problem of "How do you handle large resultsets in Crystal Reports?"
    I have thought of some half baked ideas.
    A) Use external pagination and fetch data only for the current page being displayed.  But for this, CRXI must allow me to create my own buttons (previous, next, last), so I can control the click event and fetch data accordingly.  I tried capturing events by registering event handler "addToolbarCommandEventListener" of CRV.  But my listener gets invoked "after" processHttpRequest method completes, which doesnt help.
    Some how I need to be able to control the UI by adding my own previous page, next page, last page buttons and controlling it's click events. 
    B) Automagically have CRXI use a javascript functionality, to allow browser side page navigation.  So maybe the first time it'll take 5 mins to display the report, but once it's displayed, user can go to any page without sending the request back to server.
    C) Try using Crystal Reports 2008.  I'm open to using this version, but I couldnt figureout if it has any features that can help me do external pagination or anything that can handle large resultsets.
    D) Will using the Crystal Reports Servers like cache server/application server etc help in any way?  I read a little on the Crystal Page Viewer, Interactive Viewer, Part Viewer etc....but I'm not sure if any of these things are going to solve the issue.
    I'd appreciate it if someone can point me in the right direction.

    Essentialy the answer is use smaller resultsets or pull from the database directly instead of using resultsets.

  • How to add a large number of keywords to the e-mail filter?

    Hello.
    I would like to know how to add a large number of keywords to a filter.
    The thing I want to accomplish, is it to add around 4000 e-mail addresses to a filter list, which checks the body of incoming e-mails, which get forwarded to me.
    I don't want to outright delete them, but I would love it if it detects that the forwarded message contains one of the e-mail addresses, it would add a tag to the message.
    Is it in any way possible to make a filter like this, which doesn't slow Thunderbird down to ass-crawl speed?
    I tried to copy the whole list into the small filter tab, but It had no discernible effect on my messages, since some of the previously received ones, which I was sure contained the keywords, were not tagged. All it did was make the program super slow and I was forced to delete the filter.

    You can look at creating a exclusion crawl rule:
    http://technet.microsoft.com/en-us/library/jj219686(v=office.15).aspx
    You can also modify your content source starting addresses and remove onedrive:
    http://technet.microsoft.com/en-us/library/jj219808(v=office.15).aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • How to send a large file in XI ?

    How to send a large file in XI ?

    hi,
    use a splitting mechanism to convert large files into smaller files and process them as if they where independent.
    You can use the "Recordsets Per Message" parameter in the File Adapter sender comm channel by using File Content Conversion, to create a new message for each 1000,10000,etc records in the source file...this could be a way of splitting.
    If you scenario works ok for small files, maybe you can develop another scenario that runs previous the current one, that only splits files (e.g. File-XI-File) and then puts the output smaller files in the directory that your current scenario monitors.
    Check this blog for huge file processing
    /people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover
    Thanks,
    Vijaya

  • How do I delete large files

    How do I delete large files, so they don't take 12 to 16 hours to delete?

    Don't use the Secure Empty Trash option on items which don't contain sensitive data. If the Trash is always doing it, create two folders with the same name in different locations, drag the files into one, and move the other into the folder which contains the first.
    (51817)

  • How do i delete large files and pics of my mac book pro

    how do i delete large files and pics of my mac book pro

    Make sure that you do not delete any system file, or part of an application.
    Use Omnidisksweeper as a search tool   http://www.omnigroup.com/more

  • ? How do I delete large blocks of empty space with Adobe Acrobat Pro?

    How do I delete large blocks of empty space with Adobe Acrobat Pro?

    How can you delete "empty space"? If you mean that you want to delete lines,
    like in Word, so that the text afterwards will go "up the page", then you're
    out of luck. You should do that in the original file, and then re-create the
    PDF.

Maybe you are looking for

  • How do I Create a Tabular Form for an Intersection Table

    Situation There are three tables involved (PROJECT, STAFF, TASK) PROJECT(PROJECT_ID, PROJECT_NAME) STAFF(STAFF_ID, STAFF_NAME) TASK(PROJECT_ID, STAFF_ID, HOURS) There is a many to many relationship between PROJECT and STAFF. The intersection table is

  • Reporting Services Generates HUGE nasty looking error

    "System.Net.WebException: The request failed with HTTP status 401: Unauthorized. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System

  • What is WRONG with Acrobat (Randomly Drops Text)

    I'm at the end of my rope with Acrobat CS3. It randomly distills my contract documents with whole para graphs missing here and there. Sometimes I can reboot and get the whole document to print, but again today, I have a contract that didn't print com

  • Premiere Pro Editor's thoughts on FCPX

    I've just spent a week learning FCPX to see if it's a viable alternative to fill in Premiere Pro's gaps (for example, it's terrible Multicam interface). After a week with FCPX, I've decided to stop a client project and start over in Premiere.  From w

  • New palm 700wx won't appear on computer during HotSync

    I received a refurbished Palm Treo 700wx (used to have a Palm Treo 700 Palm-based) phone. The photos from the old Palm transferred to folders on my computer, which uses Windows XP Pro. How can I get the photos from the 700wx to transfer to the comput