[svn:fx-trunk] 12462: DropDownList could catch a mouseDown on the bubble and think it was a click outside the dropdown and end up dismissing the dropdown .

Revision: 12462
Revision: 12462
Author:   [email protected]
Date:     2009-12-03 12:08:55 -0800 (Thu, 03 Dec 2009)
Log Message:
DropDownList could catch a mouseDown on the bubble and think it was a click outside the dropdown and end up dismissing the dropdown.
QE Notes: None
Doc Notes: None
Bugs: SDK-24462
Reviewer: Jason
API Change: No
Is noteworthy for integration: No
tests: checkintests mustella/gumbo/components/DropDownList
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24462
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.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

  • [svn:fx-trunk] 10140: DropDownList mouseWheel and arrow navigation bug fixes

    Revision: 10140
    Author:   [email protected]
    Date:     2009-09-10 17:29:24 -0700 (Thu, 10 Sep 2009)
    Log Message:
    DropDownList mouseWheel and arrow navigation bug fixes
    http://bugs.adobe.com/jira/browse/SDK-22604 - awkward mouse wheel behavior on Spark DropDownList
    Added code to DropDownController to close the dropDown on a mouseWheel scroll unless the mouseWheel scrolling occurred over the dropDown and the dropDown handled the event. For example, if an opened dropDown had a Scroller and the user uses the mouseWheel scroller while over the dropDown, the list should scroll and the dropDown should remain open. But if the user scrolls outside of the dropDown, then the controller should close the dropDown.
    Also discovered that using the keyboard navigation keys was changing the dropDown selection and scrolling the DropDownList's parent container. The fix is to call event.preventDefault if we have handled the navigation key event. 
    QE notes: None
    Doc notes: None
    Bugs: SDK-22604
    Reviewer: Hans
    Tests run: DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22604
        http://bugs.adobe.com/jira/browse/SDK-22604
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as

  • [svn:fx-trunk] 9117: DropDownList bug fixes

    Revision: 9117
    Author:   [email protected]
    Date:     2009-08-05 14:12:45 -0700 (Wed, 05 Aug 2009)
    Log Message:
    DropDownList bug fixes
    http://bugs.adobe.com/jira/browse/SDK-22536 - Spark DropDownList highlight not working as expected when navigating using keyboard with useVirtualLayout=true
    In the keyDownHandler function, the DropDownList was trying to set the selected state on the new itemRenderer. However, in a virtual layout, the renderer might not exist until later.
    The fix is to update the renderer in the updateRenderer function. This function calls isItemIndexSelected in order to choose which item to select. I have overridden the behavior to select the proposedSelectedIndex instead of the selectedIndex.
    I have also renamed proposedSelectedIndex to userProposedSelectedIndex to avoid a naming conflict in ListBase.
    http://bugs.adobe.com/jira/browse/SDK-22406 - Spark DropDownList popup behaves unexpectedly when component is initially disabled
    I removed the call in the partAdded function that was setting the openButton to disabled. Spark components handle disabling by blocking user interaction.
    QE notes: Add test cases for both bugs
    Doc notes: None
    Bugs: SDK-22536, SDK-22406
    Reviewer: Ryan
    Tests run: DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22536
        http://bugs.adobe.com/jira/browse/SDK-22406
        http://bugs.adobe.com/jira/browse/SDK-22536
        http://bugs.adobe.com/jira/browse/SDK-22406
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as

    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.

  • [svn:fx-trunk] 8518: DropDownList bug fix

    Revision: 8518
    Author:   [email protected]
    Date:     2009-07-10 16:36:38 -0700 (Fri, 10 Jul 2009)
    Log Message:
    DropDownList bug fix
    http://bugs.adobe.com/jira/browse/SDK-22006 - Spark DropDownList not showing label (or correct value) if value grabbed from a binding
    Corrected the logic in DropDownList.updateLabelElement to check for null and undefined.
    Changed the function name to match the new name of the skinPart.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-22006
    Reviewer: Deepa
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22006
        http://bugs.adobe.com/jira/browse/SDK-22006
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as

    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.

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • TS1424 i have purchased 2 different movies of itunes but i could not down load them straight away as my wifi was down but now i cantfind them to download. The money has already been taken from my account.

    hey
    i purchased 2 different movies from the itunes store. batman begins on 05/04/12 and The lord of the rings on 07/04/12 i was unable to download at the time becuase my wifi was down but now i cant find them anywhere to try and download again. where can i find these movies to download?
    thanks jake

    PinguXeF wrote:
    , while I have taken a backup of the iTunes Library,
    this means nothing if it was not done correctly...
    To have  EVERYTHING on a New Computer...
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751

  • Hi my wife and i both have seperate itunes accounts but on the same laptop and we always lag into our own but somehow always end up with the others stuff as well . Could anyone help me . Its quite annoying and were not very technically minded lol thanks j

    Hi my wife and i both have seperate itunes accounnts and always make sure we log into our own but always. Seem to end up woth the others stuff as well which is quite annoying . Were not very technically minded so would appreciate a bit of help lol thanks jim

    Hi Jjjames,
    Thanks for posting. I'm really sorryo for the problems you've had. I can look into this for you if you wish. Drop me an email with your account details and a link to this post for reference and we'll take it from there. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • When i first got my ipod i could turn it on by pressing the home button, now it was 2 years old last christmas and it takes me 4 or 5 trys to turn it on.

    thanks! my ipod is also slow and it freezes up do you have any suggestions of any ways to fix that?

    Try:
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • [svn:bz-trunk] 19323: Revert fix for BLZ-578 (checkin 19214).

    Revision: 19323
    Revision: 19323
    Author:   [email protected]
    Date:     2010-12-13 12:10:28 -0800 (Mon, 13 Dec 2010)
    Log Message:
    Revert fix for BLZ-578 (checkin 19214). The BlazeDS/LCDS Spring integration code had a dependency on the thread local stuff that was removed as part of this bug fix. Revert the fix so we can move forward with lockdown testing. We can add this change back in when we resolve the dependency issue (tracked by Watson 2774331) if that's the appropriate thing to do. 
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-578
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/FlexContext.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageException.java

  • [svn:bz-trunk] 9810: Update BlazeDS/ trunk to version 248835 of qa-frameworks. zip to pick up recent changes to the config suite.

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Revision: 9810
    Author:   [email protected]
    Date:     2009-08-30 06:58:37 -0700 (Sun, 30 Aug 2009)
    Log Message:
    Update BlazeDS/trunk to version 248835 of qa-frameworks.zip to pick up recent changes to the config suite.
    Fix problem in build.xml for config suite that would have caused mxunit tests not to run locally, ie. outside of a regression run.
    Fix problem with one of the config suite tests. The services-config.xml file used by the test looks like it was copied over from qa-regress and a bootstrapservice got removed from qa-regress along with the bootstrap class, so the copied services-config.xml file also needed to have the bootstrapservice removed because the class it depended on got deleted.  
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • Can not buy Mountain Lion: The product distribution file could not be verified. It may be damaged or was not signed.

    When I want to buy Mountain Lion I get the following message
    The product distribution file could not be verified. It may be damaged or was not signed.
    I have a MacBook Pro 15" from mid 2010 with OS X 10.7.4
    I have already reinstalled Combo 10.7.4 but that did not bring any change
    Does any one have an other greate idea?
    Thanks in advance for your help
    Rene

    renefromhannover wrote:
    Hello to everyone that helped me.
    I have tryed all the solutions that you have offered, but with no sucsess.
    I have also tryed to contact the support from the AppStore, but I only got the answer please contact our other collegues, from the Technical Support unit.
    I tryed as the last atemped to reinstall Lion 10.7 through the AppStore (by going to purchases) after I went through the process, downloading and installing, I could also purchase, download and install Mountainlion.
    (one small hick-up, after I finished downloading Lion, the AppStore gave me the same Message as before:
    The product distribution file could not be verified. It may be damaged or was not signed.
    I just pressed the button to download, again. After that I had no more issues.)
    I hope that this will help you.
    Best Regards
    Rene
    Hello,
    In my case, that would not be possible since before the message I have got , the system said
    "We could not complete your App Store request" or something similar.  And the only choice I had, is to click on OK button. As I said, the only way I found is to start from Mac OS 10.6 to succeed in buying, not only downloading, but simply buying Mountain Lion.
    Best Regards from France

  • We could not complete your purchase. The product distribution file could not be verified. It may be damaged or was not signed.

    I originally purchased Aperture 3 for my MacBook Air via the App Store. There is now an update available to version 3.2.2.
    When I follow the download process to update I get the message:
    We could not complete your purchase.
    The product distribution file could not be verified. It may be damaged or was not signed.
    There are other discussions advising deleting the App Store then downloading the Snow Leopard 10.6.6 combo update to resolve this problem but my MBA is running Lion 10.7.x (as supplied, not upgraded).
    I have two questions:
    1. If I try to delete the App Store (by dragging it to the Trash) I get a message telling me is cannot be modified or deleted as it is part of the OS. So how would I proceed if downloading the 10.6.6 update is necessary?
    2. Is it OK to download and install an update for an earlier version of OSX as I would be doing if I followed the suggested resolution?
    From browsing the support discussions this seems to be a common problem for OSX 10.7 Lion users. I would expect a resolution via Software Update but all Software Updates are up to date on my MBA.

    Donald...
    So how would I proceed if downloading the 10.6.6 update is necessary?
    That won't work since you are running v10.7
    Is it OK to download and install an update for an earlier version of OSX as I would be doing if I followed the suggested resolution?
    No.
    Since you are running Lion you can use Lion Recovery to reinstall the App Store app.

  • [svn:fx-trunk] 11737: ComboBox and DropDownList bug fixes

    Revision: 11737
    Author:   [email protected]
    Date:     2009-11-12 13:25:33 -0800 (Thu, 12 Nov 2009)
    Log Message:
    ComboBox and DropDownList bug fixes
    SDK-23635 - Implement type-ahead in DropDownList
    Added code in DropDownListBase keyDownHandler to listen for letters and change the selection if there is a match. At some point, we should modify findKey and findString (I'll file an ECR for that). For now, I've just overridden findKey and cobbled together the logic from List.findKey and List.findString. In ComboBox, we override findKey to do nothing since ComboBox has its own logic that relies on textInput changes.
    SDK-23859 - DropDownList does not reset caretIndex when selection is cleared
    Fixed this in two places. In ComboBox.keyDownHandlerHelper, we update the caret index when ESC is pressed. In DropDownListBase.dropDownController_closeHandler, we update the caret index if the commit has been canceled (ie. ESC was pressed).
    SDK-24175 - ComboBox does not select an item with ENTER when openOnInput = false
    When the ComboBox was closed and the arrow keys were pressed, the selectedIndex was changed. When ENTER was pressed, it was committing actualProposedSelectedIndex, not selectedIndex. The fix is to override the selectedIndex setter to keep actualProposedSelectedIndex in sync if selectedIndex was changed. Usually it is kept in sync when the dropDown is opened.
    SDK-24174 - ComboBox does not scroll correctly when openOnInput = false
    When typing in a match, the caretIndex was changed, but not the selectedIndex (because matching when it is closed doesn't commit the value until you press ENTER or lose focus). When closed, the navigation keys were changing the selectedIndex relative to the previous selectedIndex. I updated this to change relative to caretIndex instead. In most cases, caretIndex and selectedIndex are equivalent while the dropDown is closed.
    Other changes:
    - Replaced some calls to dropDownController.isOpen with isDropDownOpen.
    - Added protection RTE protection to ComboBox.changeHighlightedSelection
    QE notes: None
    Doc notes: None
    Bugs: SDK-23635, SDK-23859, SDK-24175, SDK-24174
    Reviewer: Deepa
    Tests run: ComboBox, DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23635
        http://bugs.adobe.com/jira/browse/SDK-23859
        http://bugs.adobe.com/jira/browse/SDK-24175
        http://bugs.adobe.com/jira/browse/SDK-24174
        http://bugs.adobe.com/jira/browse/SDK-23635
        http://bugs.adobe.com/jira/browse/SDK-23859
        http://bugs.adobe.com/jira/browse/SDK-24175
        http://bugs.adobe.com/jira/browse/SDK-24174
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownListBase.as

    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.

  • [svn:fx-trunk] 11652: The damageHandler needs to invalidateSize because the damage could have been caused by a programmatic change which would not have gone thru the EditManager .

    Revision: 11652
    Author:   [email protected]
    Date:     2009-11-11 06:06:14 -0800 (Wed, 11 Nov 2009)
    Log Message:
    The damageHandler needs to invalidateSize because the damage could have been caused by a programmatic change which would not have gone thru the EditManager.  Need to make sure invalidating the size and remeasuring doesn't cause another damage event to avoid an infinite loop.
    QE notes:
    Doc notes:
    Bugs: SDK-23052
    Reviewer: Gordon
    Tests run: checkintests, TextArea, TextInput, NumericStepper
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23052
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.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!!!!

  • [svn:fx-trunk] 9329: Fixing openDuration on Tree.

    Revision: 9329
    Author:   [email protected]
    Date:     2009-08-14 17:07:31 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Fixing openDuration on Tree.  The issue was that a call to UIComponent.suspendBackgroundProcessing() wasn?\226?\128?\153t being respected by LayoutManager, now that it doesn?\226?\128?\153t use UIComponent.callLater().  The fix was for LayoutManager to look at UIComponentGlobals.callLaterSuspsendCount.  There are probably other ways to fix this bug because all the tweening in Tree seems very hokey, but given that UIC.suspendBackgroundProcessing() should be respected by LayoutManager, this seemed like the right fix.
    QE notes: We should add tests for openDuration
    Doc notes: -
    Bugs: SDK-21752
    Reviewer: Alex
    Tests run: checkintests, mustella Tree
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21752
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as

    ould wrote:
    I have done the hard work for you. My HTPC is pretty barebones so it was relatively easy to roll back all the packages that depend on libjpeg>7 with older versions. I then compiled the xbmc-svn package using that system. Slow downs are gone and I have uploaded the package to hotfile here:
    http://hotfile.com/dl/13546051/021f9c9/ … ar.gz.html
    This is for 32-bit. You will need the libjpeg6 package from AUR installed. I have tested it on two systems, my main system which has both libjpeg7 and the AUR libjpeg6 installed and on my htpc which has only the libjpeg6 along with the rolled back dependancies. Works good on both systems.
    Hope that helps!
    Kevin
    Thanks ould!! You got it working with libjpeg6 again!
    I had to upgrade libcdio again so now I lost dvd support. It's not easy to use the svn version.
    If you could compile the build against libcdio 0.80 I'd be forever grateful... If you've got the time.
    Last edited by Perre (2009-09-26 17:09:04)

Maybe you are looking for

  • How to get IBANs from but0bk to TIBAN?

    Hello all, it's my first discussion so i would like to thank all of you for  your time :-) We are trying to convert classic account number and bank institute combinations, stored in but0bk, into IBAN. Therefore, we use the IBANMD transaction, which d

  • IPOD CANNOT BE SYNCED, THE REQUIRED FOLDER CANNOT BE FOUND

    ok ive had my ipod for months, i love it. but i accidently plugged it into my sisters account on the computer and it went a bit freaked out. after months of attempts i got it to sync somehow about a month ago. now all it says is 'ipod could not be sy

  • Still Out Of Stock??

    Okay well I am waiting with my broken phone here, that I cannot even make a cal with, for a replacement Droid. Where the{word filter avoidance} is it. It has been 2 weeks and I am wondering when I am going to receive this. Does anyone have any idea?

  • Error: Authorization for Reconstruct BW Structures

    Hi, We are on BI 7.0 & ECC 6.0. I am trying to reload the PM data under LO Cockpit. I am trying to fill setup tables using tcode OLIIBW, when I schedule the job in the backend I get an error: You do not have authorization for Reconstruct BW Structure

  • Delete infoobject from an infocube with data

    Hi, I have just added an infoobject to an infocube which has data. Now, I need to delete that infoobject and I think that if the infocube has data I couldnt delete the infoobject. How can I delete the infoobject without removing the data? Thanks a lo