[svn] 3677: Chipping away at the size of pure Flex 4 SWFs.

Revision: 3677
Author: [email protected]
Date: 2008-10-16 07:21:15 -0700 (Thu, 16 Oct 2008)
Log Message:
Chipping away at the size of pure Flex 4 SWFs. We no longer inadvertedly link in the legacy Halo Container, Button, and Scrollbar, for pure Flex 4 applets. Baseline Flex 4 SWF drops to about 177K now (down from 220K).
Checkin Tests: Pass
Reviewer: Glenn
QE: No
Modified Paths:
flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as

My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

Similar Messages

  • How to reduce the size of a flex webpage ??

    I'm currently designing a website in Adobe Flex 4 and the website has a Gallery tab in it, which contains somewhere around 100 pictures and some vidoes too and because of this pictures and videos the size of the whole webpage has increased a lot which effects the performance of the website because in flex the whole website is downloaded first when you visit it on the Internet.
    So what should i do to make sure my website size is as low as possible and that it shouldn't take much time to download when visited from the Internet.

    Hi there,
    All the above is of course right, but I think that you are still very far of the beaten track.
    If you have a .Jpeg with 300 kb why would you have to have a .Png Image do you have transparency ???
    If NOT stay with .Jpeg
    If YES, than work as long as possible with .Jpeg before changing over which means do not resize before change over, and if changed to .Png resize first !, and than use an .Png ‘Optimizer Software’ which gets you around there where the .Jpeg was.
    Now the next step would be if using either to make a .swf file out of these, which would do this:
    A .Png Image with around 300 kb file size included into a .swf = anything between 120 to 150 kb, but that is really in the end up to the Information include in the Image itself could be more could be less. The quality is the same or better even so I find myself that the quality is always so much better in a .swf file.
    There is also another issue with .Png and that is which of them you are using in your program PNG 8, PNG 24, PNG 32.
    Next step is to avoid the ‘Jet leg’ in showing your Images:
    Well, Http is one of them, but I would never use it at the start of the Application - as said it leg’s.
    I myself would recommend to use modules !!! which makes this much more interesting, and would take care of so many of your problems in your App. RSL, and if you do not use the Debug or at least before publishing include in the Compiler ‘-debug=false –optimize=true’ all these little items are very effective in building up a usable and speedy Application.
    What you need is maybe to embed the first Image and use in the background a blind Preloader / Loader, and possible one, which is caching the Images as well, once preloaded.

  • [svn:fx-beta1] 7179: Improving the error message when Flex 4 primitives are added as children to Halo containers .

    Revision: 7179
    Author:   [email protected]
    Date:     2009-05-21 08:54:48 -0700 (Thu, 21 May 2009)
    Log Message:
    Improving the error message when Flex 4 primitives are added as children to Halo containers.
    QE: Yes, please add test cases and update any negative test error strings.
    Doc: No
    Checkintests: Pass
    Cyclone Tests: Mxmlcunit, Mxunit - full, Mxunit - compc, Mxunit - rsl, and Compiler API all pass.
    Reviewers: Paul, Glenn
    Bugs:
    SDK-21300 - Compiler error for using Graphic tags (like SimpleText) in a Halo container is wrong and misleading
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21300
    Modified Paths:
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBu ilder.java
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBui lder.java
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.j ava
        flex/sdk/branches/beta1/modules/compiler/src/java/flex2/compiler_en.properties

  • WSUS Server 3.2 wsuscontents folder size is taking away all the disk space(75GB)

    Hi ,
    We have Windows server 2008R2 X64. server and we have configured WSUS Server 3.2. The WSUSContents folder is taking away all the disk space and there is no space left . As a result WSUS stopped working.
    We used WSUS Server cleanup Wizard, but it is not able to reduce the size of this folder.
    Is there anyway we can purge the WSUS database? is there any script to run?
    Thanks a ton in advance for the help.
    Pro1962
    India1947

    The WSUSContents folder is taking away all the disk space and there is no space left . As a result WSUS stopped working.
    We used WSUS Server cleanup Wizard, but it is not able to reduce the size of this folder.
    Start here:
    Removing unneeded update approvals.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • [svn:fx-trunk] 9180: When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected .

    Revision: 9180
    Author:   [email protected]
    Date:     2009-08-07 15:11:43 -0700 (Fri, 07 Aug 2009)
    Log Message:
    When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected.
    add the event listener earlier so it is ready if we get validated inside addPopUp
    QE Notes: versioning/baselines/mp_alert_mask_compatible.png needs updating.  I think the current baseline is incorrect.
    Doc Notes: None
    Bugs: SDK-22819
    Reviewer: darrell
    tests: checkintests mustella/components/alert
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22819
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as

    Hi or2tx2002, 
    We're really sorry to learn of all the equipment issues you've experienced in the last year. In order to discuss your replacement options, I ask that you please PM me with your wireless number, a contact number and a good time to reach you. I will be happy to reach out to you and bring resolution to this matter. 
    Thank you and I look forward to hearing from you soon. Make it a great day! 

  • Why does the size of my photos reduce to 0mb after editing in iPhoto?

    Please bear with me here.  I am a new Mac user (MacBook Pro, 2008, OSX 10.7.5), as well as not the most technologically competent person in the world, so I might need a little patience and additional questions to help me understand everything! 
    After a recent trip to Europe, I imported photos that I had taken with two different cameras into iPhoto ('09, version 8.1.2).  All the photos that I took with my Canon Rebel t2i DSLR have not had the problem I'm about to describe, in the past or with photos from this trip.  The problem has been only from pictures that I took and uploaded from my husband's Nikon Coolpix L610 point and shoot.  Not sure if this will matter, but the mode I was shooting in was 16M (4608x3456) which appears to be the "best" quality for this camera. 
    As I was going through my photos and editing them (mostly minor edits, cropping, straightening, enhancing, altering the sharpness/exposure/definition/saturation), I noticed the size of my photos decreasing, as described in the information box in the lower left hand corner of the screen.  With at least 30+ pictures of the ones I have tried editing (this isn't counting the hundreds more that I have yet to start editing), the file size dropped to 0MB, some after one edit as simple as straightening, others taking 2 or more minor edits to drop to 0.  The picture is still there in the multiphoto view (in Photos section under Library), but if I try to click on the picture to view it larger, it just shows up as a black screen.   
    For example, one picture I have showed a size of 4608 x 3456 and 7.6 MB.  When I did one edit (enhance photo), the 4608 x 3456 stayed the same, but the 7.6MB changed to 0KB.  For others, it will decrease some with one edit, then drop down to 0 if I do additional edits.  Most of my pictures are in the 4-10MB range in their original form (no edits).  I'm assuming that I was shooting in jpeg mode, since that's what they uploaded as.  (I've read on here of other people shooting in RAW mode and such, but I don't even think this camera has that capability).  I read some other boards with similar questions, but not the exact same problem as I'm facing.  I know that there is "jpeg compression" with jpeg files when editing. 
    So I guess my question is this:  Is there anything I can do to stop this reduction down to 0?  I will only be printing out a few of these pictures, and most in a 4x6 or 5x7 size.  I'm more concerned with being able to post them to Facebook for my family, who lives far away.  When the file size is 0KB, it won't upload because it doesn't even register as there being a picture and if I try it anyway, it gives me an error message, something along the lines of not supporting this format (or something similar, has been a couple days since I last tried). 
    I read something one of the similar boards that mentioned saving the edited photos as TIFF files, but it also mentioned that that takes up a lot more disk space, which I'm not sure if I want to (or have the space to) do.  (Side question:  If I did check the box in Preferences --->Advanced "Save edits as 16-bit TIFF files, would that do that to every picture in my library that I have edited?)
    As I said, I'm new to this whole Mac stuff (been using it for just under a year, given to me by my brother-in-law after my computer died), so please use as much layman lingo as possible!  And thank you in advance for anyone that can give me any insight and/or advice! 

    None of my pictures that I uploaded into iPhoto are in my Finder under Pictures.  Should I copy and paste my folders from iPhoto into here, in case something happens to my iPhoto program (in addition to backing them up onto an external hard drive like I already do)?
    No, that's just wasting space.  A back up needs to be on a different disk.
    Your photos are within the iPhoto Library.

  • How do you enlarge the size of the Tools in CC?

    We have just moved from an older version of CS to Photoshop CC. The size of the tools and other elements are very small. We need them about 300% larger than they currently show in order to see them and work in Photoshop. How do we make the elements of the Photoshop workspace larger. We have Windows set for extra large and all other applications show very large. Why doesn't Photoshop follow the graphical settings in Windows?

    Yes, we are seeing huge differences in sizing between CS and CC. CS has tool and elements icons that are about 3 times larger than what we are seeing in CC. It is a gigantic visual difference. Almost impossible for us to see the tools and work with them even on a 22" Apple Cinema monitor.
    How do we get Adobe developers to get on this right away and fix it. Just not right.
    All our other software's workspaces, elements, and tools enlarge as we increase the font size and other sizing attributes in Windows. We oversize everything so we can see.
    This is an absolutely critical and essential function we need to adjust to use this software. CS does increase its tools and elements as Windows sizing is adjusted. Been using CS since 2003 and never a problem with it.

  • My ipod is cracked and it chipped away a little more last night and that's when my wifi stopped working. My wifi works on every other device in my house except for my ipod. Is there something wrong with my ipod?

    My ipod is cracked and it chipped away a little more last night and that's when my wifi stopped working. My wifi works on every other device in my house except for my ipod. Is there something wrong with my ipod?

    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Try right next to the router
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network       
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar
    Could it be this?
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem. A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar

  • How do I shrink the size of a window on my desktop when online?

    I have a Mac desktop. I used to be able to go to the edge of the window or bottom or corner with my cursor and get a image that I could click and hold to change the size of my open window. I have unloaded and reloaded Firefox but still can't work. Called Apple and went to Safari and it works. Where did it go?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • How can I reduce the size of the jvm?

    I would like to decrease the size of a jvm; I've found a program that makes it, but you don't know how does it works (and you have to pay for it), I'm talking about VM Optimizer 2.0, from Invirtus.
    Can anyone tell me how can I reduce the size of the jvm?
    Thanks a lot.

    I assume you mean the size of a JVM instance in memory and not the size of the JRE which is on the disk.
    I don't believe that there is any way at present for your Java code to change the amount of memory available to the JVM. This shouldn't matter too much, though. Firstly, you can control the size of the JVM from the command prompt with the -Xms and -Xmx options. Secondly, any remotely reasonable operating system is going to wait until the JVM has requested memory before allocating all of it. If you start a JVM with a 2Gb heap, it does not occupy 2Gb of physical memory straight away.
    Finally, I did a Google on InVirtus VM Optimizer and must request some information. What does that software have to do with Java? It's designed to reduce the size of a virtual computer as created by a prorgam such as VMWare. It has nothing to do with the Java virtual machine.

  • How i reduced by 10 times the size of imovie Thumbnails

    hi,
    as you may know imovie produces huge movie thumbnails file that appears to be encoded in this format:
    Apple Photo - JPEG, 160 x 90, Millions
    16-bit Integer (Big Endian), Stereo, 48.000 kHz
    it's there just to allow the timeframe to be animated while hoovering it with the cursor which is a MAJOR feature of imovie that I LOVE!!!!
    *original movie:*
    apple-getamac-chooseavista_848x496.mov
    H.264 Decoder, 848 x 480, Millions
    AAC, Stereo (L R), 44.100 kHz
    25FPS
    2.9Mo
    Thumbnail movie:
    Apple Photo - JPEG, 160 x 90, Millions
    16-bit Integer (Big Endian), Stereo, 48.000 kHz
    25 FPS
    8.3Mo (Bigger than the original !!!! )
    RE ENCODED Thumbnail Movie:
    AAC, Stereo (L R), 16.000 kHz
    Apple Photo - JPEG, 160 x 90, Millions
    5 FPS
    852KB
    With the newly encoded thumbnail imovie reacts the same way and the movie editing is just AS GOOD AND EASY.
    Hope it helps to make imovie better

    As far as I can see it takes up exactly the same amount of size, it's just stored in the library instead of in the project. Am I missing something - or is that what you mean?
    Even when we include both the Event Library and the Project Library, the size of an iMovie 7 project is considerably smaller than earlier versions of iMovie. That is because iMovie 7 doesn't convert the source material to DV, which occurred with most pre-7 projects. H.264 video we import, for example, no longer swells to many times its original size. That saves us a lot of disk space. (I just imported a 12MB H.264 movie — a Large movie exported from iM7 — to iMovie 6. It swelled into a 120MB DV clip. When I import the same movie to iMovie 7 the project and Event combined, including Thumbnails, is 15MB.)
    There's one other potential saving. It's now possible to discard Event material while retaining only those part(s) of the Event the project actually uses. That wasn't possible in iMovie 5 or 6. In 5/6, a source clip was never discarded if a project clip used ANY PORTION of the source material. If we used 5 seconds of a 30-minute clip the project retained the whole 30 minutes when we emptied the Trash. That's no longer true. In iM7, if we want to keep 5 seconds we can discard the rest. (I haven't tested that feature yet, but that's what the Space Saver dialog says. For more details search for "space saver" in iMovie Help.)
    There's one other advantage to iMovie 7. We can store Events on other disks away from the project. For laptops and iMacs — which can use just one internal drive — that lets us store Events on inexpensive external disks. Yes, we could store entire projects on external drives in earlier versions, but iMovie 7 lets us keep our projects in one place, in the Movies folder of our startup drive, while storing Events somewhere else. I use three drives to store Events; I assume I could use many more drives if needed.
    So we will use a lot less disk space for iMovie 7 than we ever did in earlier versions. In that context, I'm not worried about the few MB used for the Thumbnail movies. Nor am I willing to run the risk of messing up a project by fiddling with material iMovie owns. Down that road lies disaster. When we discard Event material, for example, what happens to the thumbnail we substituted? Will it cause problems for iMovie when it tries to modify our thumbnail movie that has a different frame rate? Will iMovie simply discard our thumbnail movie and build a new one? Has anyone tested this? Does anyone know? What happens we we add new material to an Event?
    Others may be willing to take such risks, but when considering the whole iMovie 7 space-saving environment, I don't think the risks are worth it. iMovie 7 is such a space saver I'm not going to worry about the thumbnails.
    Karl

  • Adjusting the size of the "pop up" sub vi in the main vi

    I am trying to reduce the size of the "pop up" sub vi in the main vi. If I push everything upwards, the info downwards is lost. Similarly the side info is lost. How to adjust the size and yet keep all the info. I am using LV6.0. I have attached the file concerned.
    Attachments:
    RTF Test Setup.doc ‏84 KB

    There is obviously a misunderstanding here.
    You have full control over the front panel and you can make all the controls as small or large as you want. In addition, you can also place them wherever you want. It is up to you as the designer to place them how you want. If you want then all to be a few pixels by a few pixels, LabVIEW will allow that. Obviously, a string control that is 3 pixels wide and 2 high is unusable, but you can do it. In addition if you wanted all the controls to over lap that is fine, but again it will most likely be unusable for your user.
    If your question is the mechanics of moving and re-sizing controls, LabVIEW works the same as most products. You need the arrow tool, which you can get from the tools pallette (Windows>> Show Tools Pallette). With that tool you simply click on the control and move it where you want it. To resize it you hover over the borders of the control until you see the little resize squares and then re-size away. This is the same as how you would re-size an object in Word etc.
    If you are simply asking for some examples based on the front panel you attached, we on the forums can move them around and give you examples but we don't know what it is you as the designer or your "customers" want. Therefore anything we do is a shear guess and unlikely to be what you really want. By far the best option is for us to help answer for you the how so that you can create the front panel that you want.
    So can you re-phrase the question or help us understand what it is you want?

  • How can I change the size of the FINDER bar so that I can make it easier to read on the 27 inch monitor.

    How can I change the size of the FINDER toolbar so that its eaier to read i.e. make the text bigger.
    How can you move the orientaion of the left side menus so that they sit above a document when using word. If you have a single document open you tend to place it in the centre of the screen and the drop down menus are so far away.

    I don't know of a way to change the size of the menu bar.
    For the other, take a look at Menu Pop. I don't know anything about it. Just happened across it the other day.

  • How to find out the Size of a TV Season before purchasing from itunes

    I am wanting to purchase the Downton Abbey Season on itunes, but my ipad says there is not enough space, is there away I can view the size of the download before I purchase it?
    Thank you

    There's no official way of doing it, unlike with Movies where the download size is under the title. However a rough guide seems to be allow around up to 34MB per min for HD and maybe up to 15MB per min for SD. So, using Downton Abbey Season 1, this would mean the total download would be about 12.9GB in HD and about 5.3GB in SD. Season 2 will be a bigger download still since each episode is longer plus there's an extra episode. Season 2 would probably be around 15.4GB in HD and 6.3GB in SD.
    Hope this helps a little.

  • How to reduce the size of my Time Machine folder.

    My Time maching folder is extremely large with backups that go all the way back to june 2011. I obviously don't need anything from way back then. Is there any way I can limit how far back Time Machine will go too? And is there any way I can reduce the size of the folder currently?

    My Time maching folder is extremely large with backups that go all the way back to june 2011. I obviously don't need anything from way back then.
    Just to add to what has already been said, let me say that this is not at all obvious. It may seem to you now like you don't need anything from way back then, but suppose that you discover tomorrow that a very important file that you haven't thought about in some time is missing, and suppose that it turns out that it was accidentally deleted in August 2011. Those kinds of situations are what backup systems like Time Machine are designed to help protect against.
    There is no such thing as unnecessary backups, and in fact, you probably need more, not less. You should have a minimum of two separate backups, and any data that you would consider irreplaceable should be not only backed up twice but also backed up in an archive that gets put away in a closet or in a safe somewhere every so often and not touched again, to protect against corruption or accidental deletion that affects the backups as well. Multiple points of redundancy are required for true long-term data integrity!

Maybe you are looking for

  • Files without extensions read as UNIX exe files

    I have an iMac connecting to my MacBook Pro that has several external drives attached by firewire. On those external drives the iMac sees any file without an extension as exe files. In particular, font files are seen this way. Can I add extension to

  • G4MX420D-T: No color on video out

    Hello I have a G4MX420D-T and it's works nicely (most of the time). When i connect my tv to the videoout i can see the picture allright, but the color is missing. It seems like the signal is convertet into grayscale. Any ideas/solutions???? I haven't

  • How to size JTable Column width?? Need help

    Using the following logic to size column width, but only the 1st column is sized. How can I get the other columns sized?? int widthsSummary[] = {340,60,150,60,60}; for (int i=0; i<1; i++) column = getScrollPaneTableSummary).getColumnModel ().getColum

  • Debugging  a FM

    Hi All ,   I have created a FM in R/3 and I'm calling this RFC from CRM system . But whenever I'm calling this RFC from CRM , its not giving me proper output . some of the select statements fail .   I have checked whether some parameters are missing

  • I have leopard 10.5 and i want snow leopard osx 10.6

    i have leopard 10.5 and i want snow leopard osx 10.6