[svn:fx-trunk] 7465: Rev 7434 removed an optimization that didn' t work if bounds.x != 0.

Revision: 7465
Author:   [email protected]
Date:     2009-06-01 05:52:48 -0700 (Mon, 01 Jun 2009)
Log Message:
Rev 7434 removed an optimization that didn't work if bounds.x != 0.  This puts it back in correctly.
QA Notes: need to add tests to determine if objects are clipped when they should not be
Doc Notes:
Bugs: SDK-21470
Reviewers: Gordon
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-21470
Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as

Updated first post with dmesg output. I added all of it, but here's a quick snippet of the tail (which is right after booting up and attempting to autostart SLiM)
[ 13.426857] NVRM: API mismatch: the client has the version 310.19, but
NVRM: this kernel module has the version 304.60. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
Why is the kernel getting 304.60 ? That's got to be the issue, but I don't why the kernel is getting 304.60 ...
Output of pacman -Qs nvidia:
local/conky-nvidia 1.9.0-2
An advanced, highly configurable system monitor for X based on torsmo
local/lib32-nvidia-utils 310.19-1
NVIDIA drivers utilities and libraries. (32-bit)
local/libvdpau-git-flashpatch 20120825-1
Nvidia VDPAU library from git with patch to fix flash blue tint and bleed through
local/libxnvctrl 304.51-1
NVIDIA X Ctrl library
local/nvidia 310.19-2
NVIDIA drivers for linux.
local/nvidia-utils 310.19-1
NVIDIA drivers utilities and libraries.

Similar Messages

  • [svn:fx-trunk] 7434: Remove over-optimization that doesn't work if bounds. x != 0.

    Revision: 7434
    Author:   [email protected]
    Date:     2009-05-29 11:22:17 -0700 (Fri, 29 May 2009)
    Log Message:
    Remove over-optimization that doesn't work if bounds.x != 0.
    QA Notes:
    Doc Notes:
    Bugs: SDK-21470
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21470
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/SimpleText.as

    I have exactly the same issue and it is INFURIATING. I have done several factory resets. reinstalled iTunes, pretty much everything as above. Hours and hours of failed trial and error. I can get one proper sync. ONE. If I'm lucky, by wiping everything. Then will iTunes update reliably? NO. Exactly the above issue. (including huge "other" files from some of the failed syncs.)
    Iphone 6, latest updates. Latest OS X, latest iTunes. This problem started in the last week or so with my iPhone 5 before I upgraded a few weeks ago. It has to be an issue with the new iTunes and its (in)ability to do proper syncing.

  • [svn:fx-trunk] 5946: restore mxml-manifest. xml so that FB will work properly when working directly off the trunk

    Revision: 5946
    Author:   [email protected]
    Date:     2009-04-06 09:12:34 -0700 (Mon, 06 Apr 2009)
    Log Message:

    Revision: 5946
    Author:   [email protected]
    Date:     2009-04-06 09:12:34 -0700 (Mon, 06 Apr 2009)
    Log Message:

  • [svn] 1418: Remove the optimization that was added as part of the fix for BLZ-133.

    Revision: 1418
    Author: [email protected]
    Date: 2008-04-25 11:16:16 -0700 (Fri, 25 Apr 2008)
    Log Message:
    Remove the optimization that was added as part of the fix for BLZ-133. We cannot depend on isRequestedSessionIdFromCookie reliably, instead we should rely on the fact that encodeURL returns the same url when cookies are enabled.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-133
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SessionFilter.j ava

    This indicates corrupt files.  A restore should resolve.

  • [svn:bz-trunk] 20693: Add a web.xml. crx that has no MessageBroker and RDSServlet.

    Revision: 20693
    Revision: 20693
    Author:   [email protected]
    Date:     2011-03-08 13:09:18 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Add a web.xml.crx that has no MessageBroker and RDSServlet.  Remove reference of webtier in HttpServiceTest.java.  Not sure which tests are using this class and hopefully we can get rid of it since webtier.jar is about to be gone.  Watch out for any new failtures that might be related.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/dev/httpservice/HttpServiceTest.java
        blazeds/trunk/qa/apps/qa-regress/build.xml
    Added Paths:
        blazeds/trunk/qa/resources/webtier/qa/web.xml.crx

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • [svn:fx-trunk] 9385: SkinnableTextBase. as - remove code to redispatch UPDATE_COMPLETE event from RET.

    Revision: 9385
    Author:   [email protected]
    Date:     2009-08-19 08:54:55 -0700 (Wed, 19 Aug 2009)
    Log Message:
    SkinnableTextBase.as - remove code to redispatch UPDATE_COMPLETE event from RET.  For each property setter, even though they are just proxies to RET, call invalidateProperties() to generate UPDATE_COMPLETE events and add handler for the TextOperationEvent.CHANGE and call invalidateDisplayList() to generate UPDATE_COMPLETE events for RET size and display list changes.  SDK-22705
    TextArea.as - remove code to set scroller horizontalScrollPosition to off if "toFit".  Need to do it "virtually" rather than actually change the scroller property.  SDK-22680
    RichEditableText.as
    Changes to rememasureText() and measure() since not all combinations of constrainted width/height worked correctly, particularly if auto sizing.  SDK-22727
    Changes to textContainerManager_compositionCompleteHandler() to try to keep "contentWidth" seen by scroller constant if lineBreak="toFit" so the scroller doesn't think it needs to add a horizontal scroll bar.  If the text is "toFit" there should never be a hsb.  SDK-22680
    Change to updateDisplayList() to scroll after updating the container if it was delayed when EditManager.updateAllContainers() last ran. SDK-22705
    Removed default params from scrollToRange() since they don't make sense.  SDK-22696.
    Some cleanup based on TLF cleanup.
    RichEditableTextContainerManager.as - in drawBackgroundAndSetScrollRect(), if auto sizing, should use the display list width and height for the scroll rect and background for the text rather than the content width and height.   SDK-22727 and SDK-22678 ended up fixed too.
    RichEditableTextEditManager.as - flag to know if scroll is needed after updating the container in updateDisplayList.  SDK-22696
    QE notes: be sure to make automated tests for SDK-22727, SDK-22705, SDK-22678 please
    Doc notes:
    Bugs: SDK-22727, SDK-22626, SDK-22680, SDK-22705, SDK-22696, SDK-22678
    Reviewer: Gordon
    Tests run: basictests, checkintests, TextArea, TextInput, NumericSteeper
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22678
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22678
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22626
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22678
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextEditManager.as

    Potomac wrote:
    check these bugreports :
    https://bugs.archlinux.org/task/42505
    https://bugs.archlinux.org/task/42353
    it seems that this bug related to i915 chip ( or intel graphic card ) is fixed in kernel 3.18rc3 mainline ( we can find this kernel package in AUR )
    there is also another and complete different bug when we use a kernel 3.17 and even 3.18 ( it's a random bug ) but with a similar effect : boot can hang ( the boot process suddenly stops ) :
    https://bbs.archlinux.org/viewtopic.php?id=189622
    https://bbs.archlinux.org/viewtopic.php?id=189324
    downgrading to kernel 3.16.x is the workaround
    I assume my computer is affected by one of these bugs. While I can get to the point where my window manager is loaded, everything almost immediately hangs (but doesn't freeze). Terminal windows become non-responsive and Chromium will refuse input. It's very weird. This happens with both of the 3.17 kernel updates but not in any of the 3.16 releases (including 3.16.7).
    This is on an AMD system (cpu/gpu w/ open source driver). Overall 3.17 seems rather buggy.

  • [svn:fx-trunk] 13299: fix the _rb swc so that it updates properly when changes happen - update=" true" so that it will compile correctly when using locales

    Revision: 13299
    Revision: 13299
    Author:   [email protected]
    Date:     2010-01-05 19:07:45 -0800 (Tue, 05 Jan 2010)
    Log Message:
    fix the _rb swc so that it updates properly when changes happen - update="true" so that it will compile correctly when using locales
    QE notes: ensure it contains a catalog.xml file, a swf, and a locale directory with properties file
    Doc notes:
    Bugs: https://bugs.adobe.com/jira/browse/SDK-24802
    Reviewer: pete
    Tests run:
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24802
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/build.xml

    I've dropped my guard before with the security and I had so much trouble with my computer because of all the people trying to attack my computer I just can't take the chance again.  www.MySafetyGates.com

  • [svn:fx-trunk] 10674: PARB related API tweaks for the 'simplified skins' work item.

    Revision: 10674
    Author:   [email protected]
    Date:     2009-09-29 06:34:39 -0700 (Tue, 29 Sep 2009)
    Log Message:
    PARB related API tweaks for the 'simplified skins' work item.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Chet/Glenn
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/SparkChromeWindowed ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/WindowedApplication Skin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacTit leBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/TitleB arSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonBarFirstButtonSkin.m xml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonBarLastButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonBarMiddleButtonSkin. mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListButtonSkin.mxm l
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HScrollBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HSliderSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HSliderThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HSliderTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperTextInputSki n.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/RadioButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollBarDownButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollBarLeftButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollBarRightButtonSkin.m xml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableContainerSkin.mxm l
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableDataContainerSkin .mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerDecrementButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerIncrementButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ToggleButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VScrollBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VSliderSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VSliderThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VSliderTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/FullSc reenButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/MuteBu ttonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/PlayPa useButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/ScrubB arSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/ScrubB arThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/ScrubB arTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/Volume BarSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/Volume BarThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/mediaClasses/normal/Volume BarTrackSkin.mxml

  • [svn:bz-trunk] 18821: Check-in a minor fix that deals with a missing MessageBroker class ( this could happen in Java/Android clients).

    Revision: 18821
    Revision: 18821
    Author:   [email protected]
    Date:     2010-11-26 07:33:24 -0800 (Fri, 26 Nov 2010)
    Log Message:
    Check-in a minor fix that deals with a missing MessageBroker class (this could happen in Java/Android clients).
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageException.java

    I see some message about a proxy. Have you checked that you can use the proxy from you network?
    If not you should turn the proxy off.
    Timo

  • [svn:fx-trunk] 11541: Fix the textLayout build number that is set in the main build. xml to match what will be set when the build machine does NOT do the build

    Revision: 11541
    Author:   [email protected]
    Date:     2009-11-06 14:29:41 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Fix the textLayout build number that is set in the main build.xml to match what will be set when the build machine does NOT do the build
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml

    Thats good news.

  • [svn:fx-trunk] 10322: Fix a few Container dependencies that should be INavigatorContent

    Revision: 10322
    Author:   [email protected]
    Date:     2009-09-16 14:04:29 -0700 (Wed, 16 Sep 2009)
    Log Message:
    Fix a few Container dependencies that should be INavigatorContent
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-23202
    Reviewer: Glenn
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/Accordion
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23202
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • I have Win7Pro64, tried to Un-Install Firefox control panel, no luck, tried running helper.exe from Uninstall folder and it says "Not a Valid Win-32 Application" What gives?? Just want to update to 3.6.4 and that didn't work either so I'm trying to remove

    Running Win7Pro64. Tried to update to 3.6.4 and it failed. It said to download the whole program so I did. Tried to install and says that the "License File" is missing. SO I go to un-install 3.6.3 myslef with Control Panel. All that did was remove Firefox as a listed program in control panel, all of it is still there in Explorer and it runs fine. So I go to use Helper.Exe under the Uninstall folder of Mozilla Firefox and when I click that, it says "Not a Valid Win-32 Application" What's up with that?? All I want to do is remove 3.6.3 so that I can clean install 3.6.4. I tried installing 3.6.4 two different ways with failures both times. I tried to remove 3.6.3 using two different ways, and that also failed both times.
    == This happened ==
    Just once or twice
    == I tried updating to 3.6.4. It failed both with the update and the full download, so tried to un-install 3.6.3 in control panel, then helper.exe with no luck.

    You don't want to update to 3.6.4, trust me. Stay with 3.6.3. If you need to download it again you can find it here:
    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/win32/en-US/

  • How can I remove icons from the Finder sidebar?  Were transferred when I set up laptop from my desktop computer.  Tried dragging off but that didn't work.

    How can I remove icons from the Finder sidebar?  Transferred info from my Mac Pro desktop computer (using target mode) and there were folder icons on the Mac Pro Finder sidebar that are now on the MacBook Finder sidebar, even though these folders do not exist on the MacBook.  Tried to drag them off, which is the usual way to get rid of folders that the user adds to the sidebar (as opposed to those that can be added via the Customize Toolbar dropdown menu) but was unsuccessful.  I then unchecked all of the Customize Toolbar menu items and the folder icons still remained.  What else can I do?

    Did you hold the Command (Apple) key while dragging them off the sidebar? That usually makes them go *poof*.

  • CAN'T REMOVE A GAME THAT DIDN'T FINISH DOWNLOADING !

    When downloading a game on my itouch, my internet crashed and now it doesnt continue downloading and i cant remove it. ive tried alot of stuff so i am happy if you can help me
    Thanx in advance,

    Try going to that partially downloaded app's location (just write the app's name in the search option on your computer...not on iTunes) and delete it from there.
    Hope this helps!

  • I have a new Mac book pro- accidentally removed downloads stack from dock - want to restore it --tried looking for home folder and that didn't work

    I accidentally trashed download icon from dock --how do I restore it?

    Your Home folder is located in the /Users/ folder. Double-click on the disk icon on your Desktop. Double-click on the Home folder. Select the Downloads folder and drag its icon into the Dock on the right side of the Dock's sizing bar (next to the Trash icon.)

Maybe you are looking for

  • How to use MS Project in conjunction with a time-tracker tool

    In my new job, the company is using a time-tracking tool in a very strict way. Allow me to explain... Let's say the project has two phases: Ph1 and Ph2. Ph1 starts on day 1 and effort is 5 days. Ph2 starts after Ph1 and effort is 10 days. There are

  • Button in ADOBE

    Hi Experts, I am displaying Vendor details on the form. Now i had placed a button on the my form and i need to display the Vendor city (ORTO1) when i click on this button. Please tell me how do i do this? Thanks Dany

  • External microphone question

    Is there a difference in audio input quality between the microphone input jack and a USB port? I'm trying to add narration to a slideshow in Final Cut Express and the iMac appears to be finicky about which external microphones it will accept. My very

  • Trying to migrate mail folders

    I have an iMac and I use apple mail with 2 mail accounts (plus iCloud). In the older account I have many saved mail folders that I want to either migrate to iCloud or my other new account. Can this be done? If so, how? Thanks I hope!

  • Built-in or open source AudioPlayer in Flex 4.5

    Is there an AudioPlayer, similar to VideoPlayer, that has built-in buttons (play, stop, pause, ...), progress bar, volumn control...?