Progress indicator issue in SRM portal

Hi,
I have used a progress indicator function module in one of my reports. It is working fine in SAP GUI but not when I run it in SRM portal. Is there any other way of putting progress indicator in portals?
quick response appreciated!!
Thanks,
Dhareppa

see MDM forum

Similar Messages

  • Material - UoM Pair issue in SRM Portal - shopping cart

    Hello Experts,
    When we try to add Pair type material in shopping cart in SRM Sandbox Portal (Material no:
    11100000000111) , it is throwing error as " Incomplete items in catalog. Only complete items were transferred" in checkout screen and item is not showing in shopping cart.
    I created some test implementation on this BADI BADI bbp_catalog_Transfer, so that it will give more log on SLG1 for this issue.
    >
    > Error in SRM - SLG1 tcode log for Pair Material while adding to shopping Cart:  PR cannot be converted to PAA ; Check units with product 0000000000000000000000000011100000000111 PR PAA 000000000
    >
    > SRM config(IMG ) for unit of measure:
    >
    > For PR ISO code - Unit of measure there are 2 entries in SRM config. Already this concept is used in SRM QA.
    >
    > One entry is PR - This also has ALE/EDI - ISO Code - PR
    > another entry is PAA - This also has ALE/EDI - ISO Code - PR
    >
    > In MDM Data manager for this material 11100000000111, if i look at the catalog item table,  There are 2 fields.
    >
    > A) Unit of Measure - Value: Pair - Look up table is UoM ISO code table
    >
    > B) Order Unit - Value : Pair - Look up table is UoM ISO code table
    >
    > In MDM Data Manager in UoM ISO Code table, If i look it, there are 3 fields.
    >
    > UoM description, UoM ISO Code, UoM Commercial Unit format.
    >
    > Value: Pair - PR - PAA
    >
    > It looks like this PR - Unit of measure value (MDM) is not able to adjust or find the right unit of measure in SRM for this material while adding into shopping cart because right now there are 2 entries in SRM for this unit of measure (PR) ISO code.
    In SRM for this material - Unit of Measure (Base unit of Measure) in Product work Bench (COMMPR01 tcode) : PAA
    In purchasing view : order unit PAA (Pair)
    This is SRM-MDM Catalog integration.
    SRM 5.5 / MDM 7.1 and SRM-MDM catalog 3.0
    Thanks in advance.
    I already posted this SRM shopping cart and i just posted to get more inputs reg. this

    you have put too many details ..
    this error is simple in the fact that there are a few mandatory fields that needs to be transferred from MDM to SRM SC
    The following fields are required fields in all cases:
    u2022 Either NEW_ITEM-DESCRIPTION[n] or NEW_ITEM-MATNR[n] must be filled. Only one of the two should be filled.
    u2022 NEW_ITEM-QUANTITY[n]
    The following fields are required fields depending on conditions:
    u2022 NEW_ITEM-UNIT[n] if NEW_ITEM-MATNR[n] has not been filled
    u2022 NEW_ITEM-CURRENCY[n] if NEW_ITEM-PRICE[n] has been filled
    u2022 NEW_ITEM-EXT_SCHEMA_TYPE[n] if NEW_ITEM-EXT_CATEGORY_ID[n] or NEW_ITEM-EXT_CATEGORY[n] are used
    u2022 NEW_ITEM-EXT_QUOTE_ID[n] if NEW_ITEM-EXT_QUOTE_ITEM[n] has been used
    u2022 NEW_ITEM-CONTRACT[n] if NEW_ITEM-CONTRACT_ITEM[n] has been used
    All other fields are optional.
    check in the catalog OCI mappings if these mandatory fields are mapped.
    if they look fine : then make sure that the values in those mandatory fields are also maintained in the SRM side
    for eg : if Prod cat of R01 is maintained and sent from MDM : then the same R01 must be present in SRM
                 if UoM ISO of EA  is maintained and sent from MDM : then the same EA (not EACH) must be present in SRM
    this will solve ur issue.
    thanks
    -Adrivit

  • Material Pair issue in SRM Portal - shopping cart

    Hello Experts,
    When we try to add Pair type material in shopping cart in SRM Sandbox Portal (Material no:
    11100000000111) , it is throwing error as " Incomplete items in catalog. Only complete items were transferred" in checkout screen and item is not showing in shopping cart.
    I created some test implementation on this BADI BADI bbp_catalog_Transfer, so that it will give more log on SLG1 for this issue.
    >
    > Error in SRM - SLG1 tcode log for Pair Material while adding to shopping Cart:  PR cannot be converted to PAA ; Check units with product 0000000000000000000000000011100000000111 PR PAA 000000000
    >
    > SRM config(IMG ) for unit of measure:
    >
    > For PR ISO code - Unit of measure there are 2 entries in SRM config. Already this concept is used in SRM QA.
    >
    > One entry is PR - This also has ALE/EDI - ISO Code - PR
    > another entry is PAA - This also has ALE/EDI - ISO Code - PR
    >
    > In MDM Data manager for this material 11100000000111, if i look at the catalog item table,  There are 2 fields.
    >
    > A) Unit of Measure - Value: Pair - Look up table is UoM ISO code table
    >
    > B) Order Unit - Value : Pair - Look up table is UoM ISO code table
    >
    > In MDM Data Manager in UoM ISO Code table, If i look it, there are 3 fields.
    >
    > UoM description, UoM ISO Code, UoM Commercial Unit format.
    >
    > Value: Pair - PR - PAA
    >
    > It looks like this PR - Unit of measure value (MDM) is not able to adjust or find the right unit of measure in SRM for this material while adding into shopping cart because right now there are 2 entries in SRM for this unit of measure (PR) ISO code.
    In SRM for this material - Unit of Measure (Base unit of Measure) in Product work Bench (COMMPR01 tcode) : PAA
    In purchasing view : order unit PAA (Pair)
    This is SRM-MDM Catalog integration.
    SRM 5.5 / MDM 7.1 and SRM-MDM catalog 3.0
    Thanks in advance.

    see MDM forum

  • Issue regarding Progress Indicator on table row selection

    Hi Team,
    I have overridden onSelectionListener on a table. On click of any record in the table I am performing some operation which takes few seconds to execute. So, I have to show a processing bar on click of any records in the table till the execution completes. I have added a .gif image as the progress Indicator and referring this in the client attribute of the output text in the columns in the table.
    --Code added for the output text in table column
    <af:column sortProperty="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.name}"
    sortable="false" headerText="#{emqacerts_uiBundle.TAG_NUMBER}" id="c9"
    filterable="true" align="center"
    inlineStyle="#{row.sn_status eq 'PRINT'?'background-color:#c4ff94;' : row.sn_status eq 'DRAFT'? 'background-color:#ffefa3;':'background-color:#ffffff;'}">
    <af:inputText value="#{row.bindings.TagNumber.inputValue}"
    label="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.label}"
    required="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.mandatory}"
    columns="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.displayWidth}"
    maximumLength="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.precision}"
    shortDesc="#{bindings.XxqaSSCOrderInfoRO11.hints.TagNumber.tooltip}"
    id="it6" clientComponent="true">
    <f:validator binding="#{row.bindings.TagNumber.validator}"/>
    <af:clientAttribute name="loadingIndicatorId"
    value="#{backing_Pages_MainPage.loadingIndicatorId}"/>
    <af:clientListener method="showWhenBusy" type="click"/>
    </af:inputText>
    </af:column>--Code in the backing bean
    public void setLoadingBox(RichPanelBox loadingBox) {
    this.loadingBox = loadingBox;
    public RichPanelBox getLoadingBox() {
    return loadingBox;
    public String getLoadingIndicatorId() {
    return getLoadingBox().getClientId(FacesContext.getCurrentInstance());
    }--Code in the jsff page for the image
    <af:panelBox text="#{emqacerts_uiBundle.PROCESSINGPLEASEWAIT}" id="pb10" clientComponent="true"
    binding="#{backing_Pages_MainPage.loadingBox}" inlineStyle="display:none;"
    titleHalign="center" background="dark" showDisclosure="false" ramp="highlight">
    <af:panelGroupLayout id="pgl5" layout="horizontal" halign="center">
    <af:spacer width="60" height="10" id="s1"/>
    <af:image source="/images/progress.gif" id="i1"/>
    </af:panelGroupLayout>
    </af:panelBox>--JavaScript
    <af:resource type="javascript">
    //Global variable to hold the component ref.
    var loadingIndicatorComponent;
    function showWhenBusy(event) {
    //get the dialog or other component we want to show and hide
    var componentId = event.getSource().getProperty('loadingIndicatorId');
    loadingIndicatorComponent = AdfPage.PAGE.findComponent(componentId);
    if (loadingIndicatorComponent != null) {
    AdfPage.PAGE.addBusyStateListener(loadingIndicatorComponent, handleBusyStateCallback);
    event.preventUserInput();
    else {
    AdfLogger.LOGGER.logMessage(AdfLogger.SEVERE, "Requested indicator compoenent not found");
    function handleBusyStateCallback(event) {
    if (loadingIndicatorComponent != null) {
    // Check is this is a dialog as
    // this needs different treatment
    var isDialog = (loadingIndicatorComponent.getComponentType() == "oracle.adf.RichPopup");
    if (event.isBusy()) {
    if (isDialog) {
    loadingIndicatorComponent.show();
    else {
    loadingIndicatorComponentId = AdfAgent.AGENT.getElementById(loadingIndicatorComponent.getClientId());
    loadingIndicatorComponentId.style.display = "inherit";
    else {
    if (isDialog) {
    loadingIndicatorComponent.hide();
    else {
    loadingIndicatorComponentId = AdfAgent.AGENT.getElementById(loadingIndicatorComponent.getClientId());
    loadingIndicatorComponentId.style.display = "none";
    AdfPage.PAGE.removeBusyStateListener(loadingIndicatorComponent, handleBusyState);
    </af:resource>My problem is, if I click on any record in the table for first time, progress bar is not displayed. But from second click of any record, it starts displaying.
    If anyone has any idea on this then please let me know what the issue is.
    Thanks in advance,
    Kavitha

    Hi John,
    Thanks for your quick reply. I tried using af|statusIndicator component. But this doesnt disable the components on the page while the server is busy.
    Is there any way to disable the page/make the page read only when the processing is happening ?
    Thanks in advance,
    Kavitha

  • Progress indicator icon does not appear in Sap Portal

    Hi experts.
    Currently, i Have developed a WD ABAP which contains a progress indicator icon. When I execute this WD from backend (R/3 via SE80) the Icon progress appears while the WD is recovering data, building structure, etc...
    The problem appears when I access to the scenary from SAP Portal, because from SAP Portal does not appear the Progress Icon. Someone can tell me why the icon is not appearing, and how Can i solve it???
    Thank in advance.
    Best regards

    Hi Thomas.
    First of all, thanks for your answer.
    My problem is that I can obtain a progress indicator icon (a circle moving) when I am inside of my Ivew, but I need to show this icon also in the first step, during the initialization. The initialization of my scenary is a hard process which spent a lot of time, and I wonder if is possible show a Process indicator Icon while all data are being recovery. This icon is showed when I run my webdynpro in the Backend, but this icon does not appears qhen the new Internet Explorer Windows is opened.
    Do you know how to show it???
    Thanks again.

  • Issues with Logic's Progress Indicator   Please Help!!!!!!!!!!!

    The issue I'm having Only happens when I'm recording audio in to Logic. Logic's little Progress Indicator window does not disappear(for lack of a better word) when I switch from my Logic screen to my Internet Browser.
    Is there anyway I can disable the Progress indicator from floating on the Internet browser and only appear on Logic's Screen? Any help would be greatly appreciated.
    -Frank
    Power Mac G5   Mac OS X (10.4.9)   Logic Pro 7 version 7.2.3

    The issue I'm having Only happens when I'm recording
    audio in to Logic. Logic's little Progress
    Indicator window does not disappear(for lack of a
    better word) when I switch from my Logic screen to my
    Internet Browser.
    The "Progress Indicator" is there because you are recording. If you don't record, it will go away. Better yet, if you surf the 'net, and forget about recording anything, you'll be better off, as you'll never have to see that indicator ever again. Lord forbid a recording session ever get int he way of your 'net surfing.
    Is there anyway I can disable the Progress indicator
    from floating on the Internet browser and only appear
    on Logic's Screen? Any help would be greatly
    appreciated.
    Yes there is, you simply forget about recording altogether, I mean who needs to record anything when you can :
    SURF THE NET!!!!!!
    Egyptian Merchet and Groma   Mac OS X (10.4.9)   Black Coffee and a black Staffordshire Terrier

  • Issue with progress indicator in oracle forms

    Thread moved from Forms
    Hi all,i have developed a new custom form,I have 3 windows in my form.When i am opening first window and closing,this works fine but when i opening second window and try to close it Progress indicator pops up.There's nothing much of a coding part in my button which brings up the 2nd window
    When-button-pressed
    SHOW_WINDOW('POINSPECT');
         GO_BLOCK('POINSPECT');I have searched the forums and Google but it brought up nothing.I have changed the pre-form trigger and in app-custom body.
    Can anyone suggest me where i am doing wrong.
    Any help is appreciated,
    Thanks in advance!!

    Hi Prakash,
    Do not use Data Binding tab to bind the Drop down,
    Select Specify Item Values
    There in binding tab specify binding and there are few more options to specify Item Text and Item Value.
    Please find the below screenshot for the same.
    Thanks & regards,
    Rajkamal.

  • Company code name is not getting displayed properly in SRM portal

    Hi Experts,
    I have an strange issue. In the ECC (Backend) system, my company code name is getting displayed correctly. But in the SRM portal, it is showing the old name.
    I have tried to run the report BBP_ATTR_TEXT_REFRESH. But the BUK attribute is not coming in the F4 help. I am using SRM 5.0
    Please suggest me any other way where i can refresh the company code name.

    Hello,
    Kindly refer to the SAP Note 1156021 to resolve your issue here.
    Best Regards,
    Rahul

  • PO not appearing in SRM portal

    Dear all,
    One of the PO is not appearing in SRM portal.  This issue related to specific PO only.  Remaining POs of the vender are appearing in the portal.  All the XML messages are processed successfully.  we are using SUS senario.  Pl. help me in this regard
    with regards
    Ram

    Hi,
    Please check in transaction  SXMB_MONI can found related information why it not transfer to SRM.
    Also check the purchasing data of the PO.
    Thanks,
    prasad.s

  • EDIT button not visible in Display Shopping Cart  screen in SRM portal

    Hello everyone,
    I am facing one strange problem in SRM portal.
    When i create a new shopping cart ON BEHALF of someone then after SAVING the shopping cart the EDIT button disappears from the screen.
    But if i create a shopping cart for  myself only then the EDIT button appears properly.
    My system is  SRM 7.0 .
    Please if anyone has solution to this kindly reply

    Found a note for this issue. The note is 1444219

  • SAP SRM- Portal supplier checkbox disappears

    Hello Gurus,
    I am trying to create bidders for RFX/Auctions.I am able to mark the supplier as "portal supplier" and change is being saved.
    But when i open the supplier i find that the checkbox has disappeard. Any idea why this is happening? Because of this suppliers are not receiving the
    invite.Please find the screenshot.
    Regards
    Arjun V

    Hi,
    The issue is with the decimal notification on the SRM portal. I could change it in the GUI from the menu path that I mentioned in my first mail  in the User Profile.
    Any chance of changing it on the SRM portal?
    Anyone, please advise.
    Thanks, SR

  • Table cell progress indicator

    I see in the JavaFX 2.2 API that there is a table cell implementation for rendering a progress bar. However, it appears that this only supports the progress indicator that takes an incremental update value (as a double, presumably a value between 0 and 1?) to adjust the "progress" in the indicator. There does not appear to be any support for an indeterminate progress indicator that can be embedded in a table cell.
    I am asking because I have a situation where there will be a background task that will be launched potentially for any row in a table. The task may take some time to execute and complete and I would like to show an indeterminate progress indicator that will "spin" until the task completes. I wanted to be able to include this as a cell (column) for each row so that individual rows could indicate whether they were currently "working" or done.
    Is there, or will there be in the near future, support for this type of functionality? Or, are there suggestions on a way to cobble together something that can do this?

    Copy and paste the ProgressBarTableCell code and search and replace ProgressBar with ProgressIndicator on it.
    http://hg.openjdk.java.net/openjfx/8/master/rt/file/tip/javafx-ui-controls/src/javafx/scene/control/cell/ProgressBarTableCell.java
    Here's a minor update to the great example James put together which does this.
    Seems to work fine. Only issue I see when running it on a recent jdk8 version is that the indeterminate progress indicator is a bit too big, then the whole indicator shrinks a little bit once the indicator switches to reporting percentage progress. I didn't investigate that any further, likely it's a minor styling bug in the new JavaFX modena style sheet for Java 8 which you could work around by applying your own style to indeterminate progress indicators.
    * Portions of this code (ProgressIndicatorTableCell) are base upon Oracle
    * JavaFX code (ProgressBarTableCell), which is subject to the following license term.
    * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    * This code is free software; you can redistribute it and/or modify it
    * under the terms of the GNU General Public License version 2 only, as
    * published by the Free Software Foundation.  Oracle designates this
    * particular file as subject to the "Classpath" exception as provided
    * by Oracle in the LICENSE file that accompanied this code.
    * This code is distributed in the hope that it will be useful, but WITHOUT
    * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    * version 2 for more details (a copy is included in the LICENSE file that
    * accompanied this code).
    * You should have received a copy of the GNU General Public License version
    * 2 along with this work; if not, write to the Free Software Foundation,
    * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    * or visit www.oracle.com if you need additional information or have any
    * questions.
    package test;
    import java.util.Random;
    import java.util.concurrent.*;
    import javafx.application.Application;
    import javafx.beans.value.ObservableValue;
    import javafx.concurrent.Task;
    import javafx.scene.Scene;
    import javafx.scene.control.*;
    import javafx.scene.control.cell.PropertyValueFactory;
    import javafx.scene.layout.BorderPane;
    import javafx.stage.Stage;
    import javafx.util.Callback;
    public class ProgressIndicatorTableCellTest extends Application {
      public void start(Stage primaryStage) {
        TableView<TestTask> table = new TableView<>();
        Random rng = new Random();
        for (int i = 0; i < 20; i++) {
          table.getItems().add(
                  new TestTask(rng.nextInt(3000) + 2000, rng.nextInt(30) + 20));
        TableColumn<TestTask, String> statusCol = new TableColumn("Status");
        statusCol.setCellValueFactory(new PropertyValueFactory<TestTask, String>(
                "message"));
        statusCol.setPrefWidth(75);
        TableColumn<TestTask, Double> progressCol = new TableColumn("Progress");
        progressCol.setCellValueFactory(new PropertyValueFactory<TestTask, Double>(
                "progress"));
        progressCol
                .setCellFactory(ProgressIndicatorTableCell.<TestTask>forTableColumn());
        table.getColumns().addAll(statusCol, progressCol);
        BorderPane root = new BorderPane();
        root.setCenter(table);
        primaryStage.setScene(new Scene(root));
        primaryStage.show();
        ExecutorService executor = Executors.newFixedThreadPool(table.getItems().size(), new ThreadFactory() {
          @Override
          public Thread newThread(Runnable r) {
            Thread t = new Thread(r);
            t.setDaemon(true);
            return t;
        for (TestTask task : table.getItems()) {
          executor.execute(task);
      public static void main(String[] args) { launch(args); }
      static class TestTask extends Task<Void> {
        private final int waitTime; // milliseconds
        private final int pauseTime; // milliseconds
        public static final int NUM_ITERATIONS = 100;
        TestTask(int waitTime, int pauseTime) {
          this.waitTime = waitTime;
          this.pauseTime = pauseTime;
        @Override
        protected Void call() throws Exception {
          this.updateProgress(ProgressIndicator.INDETERMINATE_PROGRESS, 1);
          this.updateMessage("Waiting...");
          Thread.sleep(waitTime);
          this.updateMessage("Running...");
          for (int i = 0; i < NUM_ITERATIONS; i++) {
            updateProgress((1.0 * i) / NUM_ITERATIONS, 1);
            Thread.sleep(pauseTime);
          this.updateMessage("Done");
          this.updateProgress(1, 1);
          return null;
    class ProgressIndicatorTableCell<S> extends TableCell<S, Double> {
      public static <S> Callback<TableColumn<S, Double>, TableCell<S, Double>> forTableColumn() {
        return new Callback<TableColumn<S, Double>, TableCell<S, Double>>() {
          @Override
          public TableCell<S, Double> call(TableColumn<S, Double> param) {
            return new ProgressIndicatorTableCell<>();
      private final ProgressIndicator progressIndicator;
      private ObservableValue observable;
      public ProgressIndicatorTableCell() {
        this.getStyleClass().add("progress-indicator-table-cell");
        this.progressIndicator = new ProgressIndicator();
        setGraphic(progressIndicator);
      @Override public void updateItem(Double item, boolean empty) {
        super.updateItem(item, empty);
        if (empty) {
          setGraphic(null);
        } else {
          progressIndicator.progressProperty().unbind();
          observable = getTableColumn().getCellObservableValue(getIndex());
          if (observable != null) {
            progressIndicator.progressProperty().bind(observable);
          } else {
            progressIndicator.setProgress(item);
          setGraphic(progressIndicator);
    }

  • The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play.

    The progress indicator in version 11.0.1.2 does not appear when a song or podcast starts. It may or may not appear during play. How do I make it appear so I can start a podcast in the middle of the program?

    No errors in error console. No effect using *. I tried using the dns name of my localhost both in the Firefox URL and in the javascript and I get exactly the same. I have spent a huge amount of time looking into this issue.
    One thing I noticed is that if I use the examples on the internet (http://arunranga.com/examples/access-control/preflightInvocation.html or http://saltybeagle.com/cors/) they work in the same browser. These examples however, are accessed through HTTP proxies.
    I am wondering if the issue has to do with using the same hostname just with different ports.

  • No progress indicated

    I made a minor change to my website. I mean minor. I clicked publish site changes. The whole Facebook routine came up. Then nothing seems to be happening. The program has supposedly been publishing for an hour and still no indication of progress. When I try to quit it warns me that doing so will stop the publishing. So now what? I still think Apple could come up with a better progress indicator than iWeb has.

    Parrish ~ If this Apple doc doesn't help:
    MobileMe: Troubleshooting iWeb publishing issues
    ...MobileMe live chat support is now 24/7 — see this announcement.

  • Progress indicator in webdynpro

    we have a requirement to display a progress indicator when large data is being loading on to a webdynpro view.Can some body please help with any FM or any logic to display a progress indicator.

    Hi,
    Can anyone please tell me the way to upload file from client system to server.
    The code i have is as follows:-
    Jsp:-
    function saveImage(){
         //projectname.javafilename
         var strStatus = "save";
         document.saveImageForm.action="/irj/servlet/prt/portal/prtroot/TestXML.TextImageLink?frmstatus="+ strStatus;
         document.saveImageForm.method="post";
         document.saveImageForm.submit();     
    <form name="saveImageForm" encrypt="multipart/form-data">
    <table width="388" cellpadding="1" cellspacing="1" bgcolor="#F0F0F0" border='0'>
           <tr>
                 <td><font color="blue" face="verdana" size="2">IMAGE:</font></td><td><input id="image" type="file" name="image" value=""/></td>
         </tr>
    <tr>
         <td><input type="submit" name="submit" value="Submit" onclick="saveImage();"/></td>
         </tr>
    </table>
    </form>
    now i am not getting what to write in java file
    using IPortalComponentRequest.
    Using the jsp file upload in tomcat is working but here it is not working
    please help meee
    Thanks in Advance
    Regards
    Sirisha

Maybe you are looking for

  • Need help restoring iTunes Library and iPhoto Library after re-install???

    some history, my 5 1/2 year old iMac started as Tiger, upgrade to Leopard and then to Snow Leopard...the latter being done after Snow Leopard came to market. Over a week ago I developed a Disk error that could not be fixed by the repair disk and ever

  • Batery replacement for lumia 900

    Can i change the batery of lumia 900.

  • Mp4 files as reference movie only?

    Hi I have several mp4 files created out of a PPro sequence. It's impossible to use QTPro to either export (result is not playable / all white 8KB file), save as (both Self Contained & Reference movie options show to be 13 KB), edit (clipboard empty a

  • Magic Bullet Movie Looks プラグイン

    今.Magic Bullet Movie Looks プラグイン をダウンロードして.インストールし.プロジェクトを開いて.その効果を試そうとしたのですが. プロシージャ エントリ ポイント ?npos@?$basic_string@DV?$char_traits@std@@V?$allocator@D@2@@2IB がダイナミック リンク ライブラリ Look Suite.win.dll から見つかりませんでした. という エラーが出てしまい.使用出来ません.なにぶんパソコン素人な者で.どう対

  • TS3276 from iphoto can not share photos via email

    error message says "The email server didn't recognize your username/password combination." had previously been able to share photos from iphoto via email.  Did not change any settings and cant do so now. Help