[svn:fx-trunk] 6628: Updating latest fxgutils for Beta 1 - FXG error reporting will now report line number information .

Revision: 6628
Author:   [email protected]
Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
Log Message:

Revision: 6628
Author:   [email protected]
Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
Log Message:

Similar Messages

  • [svn:fx-trunk] 10963: Integrating latest FXGUtils that removes support for  format to reflect FXG 2.0 final specification, as well as corrected bounds calculations, including corrections for stroke width.

    Revision: 10963
    Author:   [email protected]
    Date:     2009-10-09 16:19:35 -0700 (Fri, 09 Oct 2009)
    Log Message:
    Integrating latest FXGUtils that removes support for related test as that has been removed from FXG 2.0. The updated bounds calculations mean that bitmap compares for stroke related tests will need to be updated.
    Doc notes: None
    Bugs: N/A
    Reviewer: Min
    Tests run: Checkintests, mustella spark/core/fxg (bounds change tests were excluded)
    Is noteworthy for integration: Yes, this includes corrections to bounds calculations and thus changes rendering.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractShapeNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContext.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/LineNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskableNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PathNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/BitmapFillNode. java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/AbstractStrok eNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/FillMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXG_v2_0_Handler.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextLayoutFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextProperty Node.java
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkActiveFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkHoverFor matNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNormalFo rmatNode.java

  • [svn:fx-trunk] 12673: Integrating latest FXGUtils now that TLF 566 is in trunk ( which includes a fix for TLF 2497992).

    Revision: 12673
    Revision: 12673
    Author:   [email protected]
    Date:     2009-12-08 14:41:28 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Integrating latest FXGUtils now that TLF 566 is in trunk (which includes a fix for TLF 2497992).
    Changelist: 646928
    Implementation-Title: FXG Compiler
    Implementation-Version: 1.414471
    BuildDate: 2009/12/04:03:06:24
    Notes:
    Made bitmap clipping implementation more efficient.
    Bug(s) Fixed:
    - #2491501 (Inconsistent word spacing results between MXMLC static and runtime compilation)
    - #2492932 (MXMLC gets null pointer exception on this FXG)
    - #2489341(FXG with a large BitmapImage results in a malformed SWF)
        - Added code to break down straight edges whose dx or dy exceeds 65535 twips into smaller segments.
    - #2495874 (many objects are missing in Opacity.fxg renders via MXMLC static compiler)
        - FXGUtils now ignores gradient entries of more than 15 gradient entries.
        - It logs warnings for such violations and continues processing.
    QE notes: Yes, please remove whiteSpaceCollapse="preserve" from static FXG mustella test cases or please regenerate bitmaps.
    Doc notes: N/A
    Localization: No, there are just resource strings removed in this changelist, no new strings.
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests, mustella spark/core/fxg (25 failures all relating to tests that have whiteSpaceCollapse="preserve" but the reference bitmap do not expect this behavior and should be regenerated or tests modified).
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/LinearGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/RadialGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientBevel FilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientGlowF ilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/LinearGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/RadialGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PreserveWhiteSpaceNod e.java

  • [svn:fx-trunk] 9853: Integrating latest FXGUtils.

    Revision: 9853
    Author:   [email protected]
    Date:     2009-08-31 14:18:00 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Integrating latest FXGUtils.
    - Added validation for RichText tag so that they can be directly referenced by the TLF implementation.
    - Unique sprite names and generated class names are now used to avoid collisions.
    - Adding blendMode auto
    - Correcting case of textRotation, lowercaseToSmallCaps, and renaming VerticalAlign enum center to middle.
    QE notes: Yes, please update TLF format usage in test case and retest.
    Doc notes: Not yet, we should wait until the FXG 2.0 specification is final.
    Reviewer: Corey, Min, Sujata
    Tests run: Checkintests
    Is noteworthy for integration: No
    Bugs:
    SDK-22684 - fxg files get rendered strangely when two fxg (bitmapgraphic and alpha mask) files are in one mxml file
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22684
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexRichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TypographicCase .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/VerticalAlign.j ava

  • [svn:fx-trunk] 13260: Integrating latest FXGUtils

    Revision: 13260
    Revision: 13260
    Author:   [email protected]
    Date:     2010-01-04 11:56:12 -0800 (Mon, 04 Jan 2010)
    Log Message:
    Integrating latest FXGUtils
    Changelist: 661734
    Implementation-Title: FXG Compiler
    Implementation-Version: 1.416692
    BuildDate: 2009/12/23:03:06:35
    Bug(s) Fixed:
    - 2510876: FLEX SDK: SWF containing blendMode="auto" produced via static compilation using MXMLC will render in FP10 with an ArgumentError: Error #2008: Parameter blendMode must be one of the accepted values.
    - 2510741(Close path Linear Gradinet fill of DropShadowFilter is clipped in AppearanceVariant)
    - 2509319: Scientific notation in tabstops causes compilation failure.
    QE notes: None
    Doc notes: None
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests, mustella fxg
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/util/SWFWriter.java

  • [svn:fx-trunk] 8846: Integrating latest fxgutils from version DEBUG-1. 396615 build 2009/07/24-01:43:23-PDT.

    Revision: 8846
    Author:   [email protected]
    Date:     2009-07-27 17:43:08 -0700 (Mon, 27 Jul 2009)
    Log Message:
    Integrating latest fxgutils from version DEBUG-1.396615 build 2009/07/24-01:43:23-PDT.
    QE: No
    Doc: No
    Reviewer: Sujata
    Bugs:
    CT 2385712: FXG Utils tries to parse unsupported FXG Tags
    Ticket Links:
        http://bugs.adobe.com/jira/browse/DEBUG-1
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXParser.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException.properties

    I get the same error after replacing my VGA-cable. Maybe the cable (without those 'noise-cancelling magnets' on it) is hindering the EDID-data to be correctly detected...
    Zl.

  • [svn:fx-trunk] 6459: Integrating latest fxgutils which also fixes SDK-20777 .

    Revision: 6459
    Author:   [email protected]
    Date:     2009-05-01 07:51:21 -0700 (Fri, 01 May 2009)
    Log Message:

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • I cannot download the latest update for Adobe Muse CC. I have been directed  to this formum. I have an erro message "ERROR Adobe Muse CC has encountered an error and will now exit. Please report the last few actions you took leading up to this error to th

    II cannot download the latest update for Adobe Muse CC. I have been directed  to this formum. I have an erro message "ERROR Adobe Muse CC has encountered an error and will now exit. Please report the last few actions you took leading up to this error to the Adobe Muse CC team. Trying to instantiate UID U4691 but lastAllocatedUID is only: 4491 OK"
    I am very frustrated because Muse crashes when cannot download updatres.
    I have been redirected to this forum from the 'Adobe Chat Team'
    I am trying to complete a project for a client, this is the second time I have asked for help. Can anyone please help me I
    I am using Windows 7. I am not sure if a response will come. I am new to forums. Do I wait or will someone contact me?
    Deb Kelleher
    [email protected]

    Hi Deb,
    Please accept my apologies for the inconvenience so far.
    I am not sure if you already tried this, but in case not, try to update Muse via Creative cloud directly.
    Start creative cloud application manager, if you dont have it, you can download it from here,
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager
    Login using your adobe id, once you are in, switch to Apps, and you should see the Update for Muse, click Update.
    Let me know if you get any error or warning.
    Thanks.

  • HT5654 I am unable to update latest version of Itune, I get error R6034 C runtime library incorrect. My windows are up to date and I have been able to access itune until today and now I don't have it.

    I am unable to update latest version of Itune, I get error R6034 C runtime library incorrect. My windows are up to date and I have been able to access itune until today and now I don't have it.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • My Office for Mac keeps getting "Error Reporting" and I find it very hard to open without it closing and "Error Report" I even went through Microsoft support and look for the plist file and keep it on my desktop which solves the problem temporarily.

    Process:         Microsoft Error Reporting [275]
    Path:            /Library/Application Support/Microsoft/*/Microsoft Error Reporting.app/Contents/MacOS/Microsoft Error Reporting
    Identifier:      com.microsoft.error_reporting
    Version:         2.2.7 (2.2.7)
    Build Info:      Unknown-110707~0
    Code Type:       X86 (Native)
    Parent Process:  launchd [112]
    Date/Time:       2012-01-09 23:50:57.914 +0800
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          27616 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  394 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      C05EBED5-CDE0-4A98-9B3B-BD69496D018F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Library/Application Support/Microsoft/*/Microsoft Error Reporting.app/Contents/MacOS/Microsoft Error Reporting
        __TEXT                 0000000000001000-0000000000062000 [  388K] r-x/rwx SM=COW  /Library/Application Support/Microsoft/*/Microsoft Error Reporting.app/Contents/MacOS/Microsoft Error Reporting
    Application Specific Information:
    objc[275]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x90b85f29 mig_strncpy + 27
    1   com.apple.framework.IOKit               0x92c9a269 io_registry_entry_from_path + 123
    2   com.apple.framework.IOKit               0x92c46c99 IOServiceGetMatchingServices + 51
    3   com.apple.MultitouchSupport.framework          0x956379ed _mthid_copyAvailableDevicesInfo + 268
    4   com.apple.HIToolbox                     0x99bd68c6 TISHardwareSupportsGestureHandwriting + 47
    5   com.apple.HIToolbox                     0x99bd66c2 SyncHandwritingHotKey + 20
    6   com.apple.HIToolbox                     0x99bd5840 _FirstEventTime + 1474
    7   com.apple.HIToolbox                     0x99bcd95f RunCurrentEventLoopInMode + 30
    8   com.apple.HIToolbox                     0x99bd4cc6 ReceiveNextEventCommon + 168
    9   com.apple.HIToolbox                     0x99bd4c0a BlockUntilNextEventMatchingListInMode + 88
    10  com.apple.AppKit                        0x95661040 _DPSNextEvent + 678
    11  com.apple.AppKit                        0x956608ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    12  com.apple.AppKit                        0x9565cc22 -[NSApplication run] + 911
    13  com.apple.AppKit                        0x958f118a NSApplicationMain + 1054
    14  com.microsoft.error_reporting           0x000039d9 0x1000 + 10713
    15  com.microsoft.error_reporting           0x000033de 0x1000 + 9182
    16  com.microsoft.error_reporting           0x00003305 0x1000 + 8965
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x90b8890a kevent + 10
    1   libdispatch.dylib                       0x9563fc58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9563e6a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x90b8802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b79cccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b79e6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x90b8802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b79cccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b79e6fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x90b8802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b79cccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b79e6fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x00000001  ecx: 0x00000200  edx: 0x00000000
      edi: 0x00000000  esi: 0x92c42236  ebp: 0xbffff204  esp: 0xbffff1f8
       ss: 0x00000023  efl: 0x00010283  eip: 0x90b85f29   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2

    Hi croatia2014,
    Thanks for visiting Apple Support Communities.
    If you have photos in your Photo Stream that you want to save to your iPad, you can save them to your Camera Roll using this method:
    Manage My Photo Stream contents. In the My Photo Stream album, tap Select.
    Share, print, copy, or save photos to your Camera Roll album:  Select the photos, then tap .
    You can find these steps in the iOS 7 user guide here:
    My Photo Stream
    http://help.apple.com/iphone/7/#/iphbfeb468fc
    You may also find this advice useful:
    If there are any photos in My Photo Stream that you want to keep, save them to your Camera Roll, then back up your Camera Roll and other data using iCloud or iTunes.
    From:
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989
    All the best,
    Jeremy

  • Try updating my ipad  2 ,came back with error 1602, and now my ipad is stuck with the itune and usb icon on the screen

    Try updating my ipad 2, pop up with error 1602 and now my ipad is stuck with the itune and USB icon on the screen. I tried to restart it, but screen still comes up the same.

    See if this page helps http://support.apple.com/kb/TS3694#error1602

  • [svn:bz-trunk] 8453: Update qa-frameworks. zip on blazeds trunk to pick up fix for QETOOLS-39.

    Revision: 8453
    Author:   [email protected]
    Date:     2009-07-08 08:50:29 -0700 (Wed, 08 Jul 2009)
    Log Message:
    Update qa-frameworks.zip on blazeds trunk to pick up fix for QETOOLS-39.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/QETOOLS-39
    Modified Paths:
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • Trying to download latest operating system update for iPhone4. Received error 2001 and now iPhone 4 will not respond. Is there a fix?

    Trying to download latest operating system update for iPhone 4. Received error 2001 and now iPhone will not respond. Can anybody suggest a fix?

    tried restoring?

  • [svn:fx-beta1] 6996: Fixed 2 bugs for beta.

    Revision: 6996
    Author:   [email protected]
    Date:     2009-05-17 09:53:54 -0700 (Sun, 17 May 2009)
    Log Message:
    Fixed 2 bugs for beta. One caused a problem when running Rotate3D and Move in parallel. The other caused an RTE in some transitions.
    QE Notes: -
    Doc Notes: None
    Bugs: SDK-21166, SDK-21181
    Reviewer: Jason (UIComponent), Ely (AdvancedLayoutFeatures)
    Tests: checkintests, Mustella effects, layout, group, layout3d, Transition
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21166
        http://bugs.adobe.com/jira/browse/SDK-21181
    Modified Paths:
        flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures. as
        flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/core/UIComponent.as

  • When I recently updated FireFox, the DownloadHelper add-on was lost, and will now not download, though I have tried about 5 times??

    When I recently updated to the newer version of FireFox, (version 3.6.13) the DownloadHelper add-on was lost, and it will now not re-install, though I have tried about 5 times?? When I clicked the icon to download the add-on the download progress bar indicated that the download was underway however, when it had completed, the add-on appeared not to have downloaded - including no icon - not even if I search for one. When I tried to download the same add-on again, the download window indicated the download in a faded color and it seemed to be indicating that I already had the add-on. Try as I might, I can't get it to work. DownloadHelper always worked with no trouble on the previous version of FireFox. Are you able to help? Many thanks for this service!

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the "Find Updates" button (Firefox 4: click the Tools button at the left side of the Search Bar) to do a compatibility check.
    You can also try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.
    * http://kb.mozillazine.org/Resetting_preferences
    * http://kb.mozillazine.org/Preferences_not_saved
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for

  • Adobe acrobat 7.0 Standard don't works if the user don't has administrative rights

    I've installed Adobe Acrobat Standard 7.0 on a Windows Server 2003 domain client with windows XP SP3 onboard. To install Adobe Standard 7.0 I must log-in on the client as a local/domain administrator and after the installation is completed, all works

  • New iPhone 5 keeps crashing, help?

    Okay, so I've just upgraded from my very solid 3GS (a bit slow albiet) to the brand new iPhone 5 which I'm very pleased with, I love it, especially since I've just got retina, Siri and all the rest of the stuff the 4+4S owners enjoyed. There is just

  • WEBLOGIC CRASH

    My weblogic has been consistently crashing. This is the last dump that it gives. Any clue? I went to Sun site and they've posted that if the Hotspot error happens on a third party product, contact the vendor. # HotSpot Virtual Machine Error, Internal

  • Data not saving in flowable form

    Hi, I have created a form where there are flowable and positioned parts. In the attachment section, data entered into Attachment A (flowable) seems to save, but after saving, closing and re-opening, the data has not saved.  The data entered into Atta

  • Deskjet F2120 All in one

    Need Help My Copier stoped working,the printer and scaner works ok