Fiori Approve All app rendering issue

Hi,
I have a strange issue with the the Fiori Approve All app (ui5_ca_all_apv) when rendering in any desktop browser. I have tried IE9, Chrome and Firefox. What happens is it doesn't seem to load the css properly. The UI5 runtime on the system is 1.22.2
On first load I usually get the following:
Then after refreshing any number of times, sometimes once sometimes 10 times or more, I eventually get it to load.
However when running it through Ripple, a mobile emulator plugin for chrome, it always works first time.
I have looked at the console logs in all browsers, and there are no errors reported in any browser.
I have tried a few other Fiori apps, most work but there are a few others which behave the same.
This is also not specific to my desktop as this is also happening for other users.
Anyone using this app already and had similar issues?
Any help would be appreciated.
Thanks,
Brad
Tags edited by: Michael Appleby

Hi Masa,
I'm not using a custom theme, just the default theme, which is supposed to be blue crystal however on failed attempts to load, it appears to try and load gold reflection.
See this screenshot when it fails to load:
And after refreshing a few times it successfully loads and shows the blue crystal theme. see below:
Which made me think about passing the theme in as part of the url using this parameter: &sap-theme=sap_bluecrystal
This seems to fix the problem and it loads perfectly first time everytime now.
However, is this a proper solution? Should you need to pass the theme through the URL, is it not defined within application ui5_ca_all_apv?
I took a look at the code for the ui5_ca_all_apv where it supposedly sets the theme to sap_bluecrystal:
// startup shell before UI5
  var oScript = sap.ca.common.uilib.bootstrap.createScriptTag("/sap/public/bc/ui2/shell-api/sap/ui2/shell/shell.js");
  oHead.appendChild(oScript);
  var bDebugMode = /sap-ui-debug=(true|x|X)/.test(window.location.search);
  //Check local storage (modified via UI5 technical info dialog)
try { //Necessary for FF when Cookies are deactivated
        bDebugMode = bDebugMode || (window.localStorage.getItem("sap-ui-debug") == "X");
} catch(e) {}
  var sUI5Url = "resources/sap-ui-core" + (bDebugMode ? "-dbg" : "") +  ".js";
  var oScript = sap.ca.common.uilib.bootstrap.createScriptTag(sUI5Url);
  oScript.id="sap-ui-bootstrap";
  var sUilibs = "sap.m, ";
  if (!sap.ca.common.uilib.bootstrap.applicationSettings.bNoSapMe){
  sUilibs = sUilibs + "sap.me, "
  sUilibs = sUilibs + "sap.ui.commons, sap.ca.common.uilib";
  oScript.setAttribute("data-sap-ui-libs", sUilibs);
  oScript.setAttribute("data-sap-ui-theme", "sap_bluecrystal");
  oScript.setAttribute("data-sap-ui-xx-bindingSyntax", "complex");
  oScript.setAttribute("data-sap-ui-oninit", "sap.ca.common.uilib.bootstrap.onUI5Init();");
  oHead.appendChild(oScript);
Do you think this is a bug? Or should I just go with setting the theme as a URL parameter?
Thanks for your help!
Cheers,
Brad

Similar Messages

  • Fiori Approve Requests App

    Hi,
    few questions about SAP Fiori Approve Requests App:
    As I understood so far this App is the mobile way to see tasks like in the UWL. Am I right?
    And is SLC supported? Can we see task out of SLC?
    Thank you
    Özlem

    Hi Ozlem,
    SAP Fiori Approve Requests app can handle any workitems which are handled in SAP Business Workflow Engine on any ABAP systems.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Fiori : Approve Requests Comment/Attachment showing 0

    Hi All,
    I am using Fiori Generic Approve all (Fiori Approve Requests app) old version aka wave 1. I know I am using old UI but this was implemented long back and now the defect is raised.
    UI component : UIGIB001 SP05
    Issue is my approve/reject comments are not going to second level in Fiori. But comments are getting updated in the backend (SAP inbox -SBWP) . Could someone please help on whether this would require any UI note implementation or I am missing something ?
    Screenshot below :
    Also when i post comments from first level. I see this error in Inspect element :
    sap/opu/odata/IWPGW/TASKPROCESSING;o=SAP_ERP_PGW/Decision?SAP__Origin=%27SAP_ERP_PGW%27&InstanceID=%27000000703260%27&DecisionKey=%270001%27&Comments=%27rejected%27
    Regards,
    Tejas

    Hi Tejas,
    I guess the issue is in workflow template side. Please check the container biding and make sure attachment element is binded from flow container to task container.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Approve Request App Error

    Hi All,
    i am working on Fiori Approve Request App & getting below  Error on Launchpad.
    Check the URL parameters and the scenario definition. To check the scenario definition, go to customizing for SAP NetWeaver Gateway and choose SAP NetWeaver -> Gateway Service Enablement -> Content -> Task Gateway Service -> Scenario Definition.
    can you please help me.
    I am following this document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ab2463-4e16-3110-b08e-d93918e513a1?QuickLink=index&overridelayout=true&59407987747630
    Regards,
    Naresh
    Tags edited by: Michael Appleby

    Hi Masa,
    As per the troublshotting doc ,i have taken last URL from network tab which is "/sap/opu/odata/UI2/PAGE_BUILDER_PERS/$batch".
    After excting the last url  in /IWFND/GW_CLIENT we are getting error:
    The server is refusing to process the request because the entity has a unsupported format
    Regards,
    Naresh

  • Fiori Approve Requisitions error - unable to start app

    Hello Experts,
    We have implemented the UIX01EAP (SAPK-10002INUIX01EAP) Fiori component. I have followed the link Approve Requisitions.
    I have activated the OData Service GBAPP_PRAPPROVAL, activated the UI5 application MM_PR_APV, assigned the Business Role SAP_MM_BCR_Buyer_X1, Technical Role SAP_MM_TCR_T_X1 in the Front-end Server and the authorization role SAP_MM_PR_APV_APP in the Back-end server to the relevant User ID.
    I have also followed the Configuration Tasks given in the above link including maintaining the Workflow Task under Customizing for Materials Management under Purchasing Purchase Requisition Approve Requisitions App Specify Workflow Task IDs for Approve Requisitions App.
    After this when I login to the launchpad URL using the approver user, I am able to see the Buyer (MM) group on the home page and also the Approve Requisitions tile with the correct number of pending workitems.
    But when I click on the Approve Requisitions tile to open the app, I get an error popup saying Failure - Unable to start App and get the below error in Chrome console.
    Can this be due to some missing role/authorization? Or can this be an issue with the Approve Requisitions app itself?
    Regards,
    Saurabh

    Thanks for your response Masa.
    I am getting the below response when I run the service /sap/opu/odata/UI2/INTEROP/ResolveLink service:
    Regards,
    Saurabh

  • Rendering issue on Samsung S4 (specific models) with AIR app

    We have an Android/IOS app compiled with AIR 3.9. It works fine for all devices but some specific models of Samsung S4. First let me describe the device models & compilation details, as below:
    > Issue found on devices (given models only, on other S4(s) works fine):
         - Samsung Galaxy S4 (Model No. SGH-M919)
         - Samsung Galaxy S4 (Model No. SCH-I545)
    > Compilation:
         - AIR 3.9 (also with 3.8)
         - Render Mode GPU
         - Bitmap graphcis
    > Problem:
    There problem is with redering of grpahics speically which are masked. Either those masked graphcis doesn't display at all OR display in wrong layer (also distracted) when Display List realted to that object is manipaulated i.e. A child object is added to the parent of masked object & the masked object appears above it which was previously not visible. Some masked obejcts are not displayed at all.
    > Observation:
    It was same with CPU mode rendering however when the render mode is changed to AUTO the issue is resovled. But then app is preforming too slow as it uses all bitmap graphcis.
    It seems the specfic S4 models are using different type of GPU, though it should not create such weird issue. Can anybody suggest possible solution for this? OR have faced sismilar behavior on said devices ?

    Hi  Omi,
    Thanks for your reply for issue “Rendering issue on Samsung S4 (specific models) with AIR app”. My adobe account is [email protected]<mailto:[email protected]>, you can send your simple app to me by this account, now we are working on it.
    Thanks
    -Bo
    发件人: grosssmutttr [email protected]
    发送时间: 2013年12月28日 18:52
    收件人: Bo Tang
    主题: Rendering issue on Samsung S4 (specific models) with AIR app
    Re: Rendering issue on Samsung S4 (specific models) with AIR app
    created by grosssmutttr<http://forums.adobe.com/people/grosssmutttr> in AIR Development - View the full discussion<http://forums.adobe.com/message/5961441#5961441

  • Approve Request App on Fiori Wave2 - Error

    Hi,
    We are trying to use the Approve Request App on Fiori Wave2.A dynamic tile has been created. While trying to launch the app from the Approver id we get a popup saying Failure-Unable to launch App. Steps mentioned in the Approve Request app on SCN (links referred : http://scn.sap.com/docs/DOC-46215 and http://help.sap.com/fiori_bs2013/helpdata/en/a8/995952d9a6617fe10000000a44538d/content.htm  have been followed and checked.
    Could you help us with this issue?
    Attached is a screenshot of the error.
    Regards,
    Ann

    Hi Ann,
    Beside the Dynamic App Launcher Tile, you also need to add a target Mapping in your catalog.
    Check if the target Launchpad role (Transaction LPD_CUST) exists in your SAP ECC system
    Add an Target-Mapping Tile
    •Add the Intent data
    •Semantic Object  WorkflowTask
    •Action  approveRequests
    •Add Target data
    •Launchpad Role  UIX01CA1
    •Launchpad Instance  TRANSACTIONAL
    •Application Alias  ApproveRequests
    •Add General Data
    •Specify the supported form factor
    Good luck, it works for me.

  • I baked up my iphone and when i had issues with sim lock i got it to finally work isynced my phone with i tunes and lost all apps recently downloaded how do i get it back

    i had to get an internet conection from a friend to download akll my apps evrytime i sync with my pc wich already had itunes all apps except statup are gone only thing left was an i tunes song i brought from itunes  each time i use my apple id pass word it tells me to retry i do this 4 to 5 times and some times have no success my latest issue was my sim locking buy  itself then asking me to put in a sim without a lock  , i only have 1 sim  i brought 2 phones  and have had no issues with the other phone and when i do have the original startup apps i can not move or arange them thru itunes apps and i cannot use sim from other iphone pls help evry1 i ask wouldnt have a clue because there having there own dificulties

    If you also backed up to your computer - you can restore from that backup - to retrieve the files. As far as I know- that should have no bearing on deleting them from iCloud - they should still be in that backup.
    If you used iOS file sharing with your computer - and saved the files to your computer - you can retrieve them from there.
    if the only place that the files were saved to was iCloud, I know of no way to get them back.

  • My ipad air getting close all apps automatically within seconds while connecting wifi. This issue is started after the updation of the iSO 8, Please help me to rectify this issue.

    Hi,
    My ipad air getting close all apps automatically within seconds while connecting wifi. This issue is started after the updation of the iSO 8, Please help me to rectify this issue.
    Expecting some quick solution in this regard,
    Thanks
    Prabhu

    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    Note: Data will not be affected but settings for Wi-Fi, FaceTime, Message, Home Sharing will be reset

  • Fiori Approve Reqs - Custom Sales Order Approval Issue

    Hi All,
    Urgent Help required .
    We are developing Sales Order Approval apps using Approve Requests as baseline.   We have requirement to  display the sales Order details in Apps Like the PO apps.  Please help me find out how to add business data to Approve request apps . I have checked below Doc .
    .http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ab2463-4e16-3110-b08e-d93918e513a1?QuickLink=index&overridelayout=true&58789512365087
    Step 8 Extensibility section .
    8.2 we have implemented . all the steps mentioned in Doc were implemented in the backend system as we have to retrieve data from ECC/ERP
    Created Model Provider Class.
    Created the data provider Class.
    Created Service and maintained the customization table /IWPGW/C_TGW_CTX with Service.
    But i am not able to see the fields i have added to Entity when testing in the metadata fields in TASKPROCESSING. However, it does show there is Contextserviceurl with the context service what we have created
    Please let me know the Next step or if i am missing some steps .
    Please suggest me best approach to develop the Approval apps if not delivered by SAP ???
    Thank you very much for your help.
    Thanks,
    Deepanker
    Tags edited by: Michael Appleby

    You need to REDEFINE   method ENTITYSET_TASK and couple of other methods like GET_ENTITY etc. I am showing one for reference:
    Please look at std SAP method for GET_ENTITY in the std class. Here is a sample example:
    first get a handle to the Instance ID
    CASE iv_entity_name.
        WHEN 'InvoiceItem'.
    * get work item's instance ID   
          READ TABLE it_key_tab INTO ls_key WITH KEY name = 'InstanceID'.
          READ TABLE it_key_tab INTO ls_key_item WITH KEY name = 'InvoiceLineItem'.
          lv_wiid = ls_key-value.
    *     retrieve Invoice details
                      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                      EXPORTING
                        input  = lv_wiid
                      IMPORTING
                        output = num.
                     CALL FUNCTION 'SAP_WAPI_READ_CONTAINER' destination lv_destination
                       EXPORTING
                         WORKITEM_ID              = num
                         BUFFERED_ACCESS          = 'X'
                       IMPORTING
                         RETURN_CODE                = lv_returncode
                       TABLES
                         SIMPLE_CONTAINER         = lt_simple_container
                         SUBCONTAINER_BOR_OBJECTS = lt_subcontainer_bor_objects
                         SUBCONTAINER_ALL_OBJECTS = lt_subcontainer_all_objects.
                   if lv_returncode = 0.
                   "TEST
                          READ TABLE lt_subcontainer_bor_objects with table key element = lc_element
                          into wa_subcontainer_bor_objects.
                                      " call rfc for data
                                         CALL FUNCTION 'ZRFC' destination lv_destination
                                          EXPORTING
                                                AUSBK = wa_subcontainer_bor_objects-value+20(4)
                                                BELNR = wa_subcontainer_bor_objects-value+24(10)
                                                GJAHR = wa_subcontainer_bor_objects-value+34(4)
                                          IMPORTING
                                                BLDAT = wa_BLDAT
                                                XBLNR = wa_XBLNR
                                                VENDOR = wa_vendor
                                                WRBTR = wa_wrbtr
                                          TABLES
                                                  LT_ITEM        =  lt_inv_item.
                    ENDIF.
    *     map details
          READ TABLE lt_inv_item INTO  wa_inv_item WITH KEY BZKEY = ls_key_item-value.
                    ls_item-instance_id = lv_wiid.
                    ls_item-invline_item =  wa_inv_item-BZKEY.
                    ls_item-COST_CENTER =   wa_inv_item-KOSTL.
                    ls_item-COMPANY_CODE =    wa_inv_item-AUSBK.
                    ls_item-FISCAL_YEAR =  wa_inv_item-GJAHR.
                    ls_item-GLACC_TEXT =   wa_inv_item-TXT20.
                    ls_item-FISCAL_YEAR =  wa_inv_item-GJAHR.
                    ls_item-GL_ACC_NO =  wa_inv_item-SAKNR.
                    ls_item-INV_DOC_NO =  wa_inv_item-BELNR.
                    ls_item-INVOICE_AMT =  wa_inv_item-WRBTR.
          CALL METHOD copy_data_to_ref
            EXPORTING
              is_data = ls_item
            CHANGING
              cr_data = er_entity.
    You might have to handle exceptions in this code and this is just an example.
    thanks
    Ashish

  • IPod and iTunes say there are two apps that need to be updated but when I click into it it says all apps are up to date. Has anyone else had this issue??? And is there anything I can do to fix it??

    iPod says two updates but says all apps are up to date

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • I have a dynamic table that calculates the sum of all rows, no issue.  I'm struggling with pulling out a subtotal though.  I would like to have a check box in each row  that flags those rows and gives the sum of their total.  Any help would be greatly app

    I have a dynamic table that calculates the sum of all rows, no issue.  I'm struggling with pulling out a subtotal though.  I would like to have a check box in each row  that flags those rows and gives the sum of their total.  Any help would be greatly appreciated.

    Here's something I threw together rq. The script is in the change event for the checkbox in the table. (Of course, you'll have to modify it to suit the names of your fields.)
    var rows = xfa.resolveNodes("tblAmounts.Row1[*]");
    var subtotal=0;
    for (i=0; i<rows.length; i++) if (rows.item(i).cbAdd.rawValue == 1) subtotal = subtotal + rows.item(i).nfAmount.rawValue;
    nfSubtotal.rawVlaue=subtotal;

  • Fiori Approve Timesheets - Activity Type not Displayed

    According to the BPD document for the Approve Timesheets App, the Activity Type should be displayed in the details area of the timesheet.
    However, when a user selects the details option, the following is displayed.
    Has anyone else experienced this issue?  I'm testing in Chrome and we're on the latest service pack that was just released last week.

    HI Pankaj,
    Thank you for supplying these notes. They look like exactly what I need. We have implemented Fiori App My Timesheet and Approve Timesheet, but during the approval process, the approving manager cannot see what kind of time (attendance type) is being approved. All of the days shown below were entered as 8hrs of sick time, but that doesn't show up anywhere.
    I was able to install the first OSS note 1994214 on the ECC back-end, but when I try to install 1994889 on the gateway, it won't because it can't find the right place to insert the new code in many objects.
    I could find no prerequisite notes that were not already installed. Incidentally, the code it was looking for in the first one was a copyright notice for 2013, but instead the code had a copyright notice going to 2014.
    We just installed UIX01HCM SP03. Was this OSS note included in that support pack? If so, it doesn't look like was effective because we are still not seeing any attendance types in the approval app.
    In case, its helpful here is a list of which components are installed on our gateway:
    SAP_ABA
    740
    0007
    SAPKA74007
    Cross-Application Component
    SAP_GWFND
    740
    0007
    SAPK-74007INSAPGWFND
    SAP Gateway Foundation 7.40
    SAP_UI
    740
    0009
    SAPK-74009INSAPUI
    User Interface Technology 7.40
    PI_BASIS
    740
    0007
    SAPK-74007INPIBASIS
    Basis Plug-In
    ST-PI
    2008_1_710
    0007
    SAPKITLRE7
    SAP Solution Tools Plug-In
    SAP_BW
    740
    0002
    SAPKW74002
    SAP Business Warehouse
    IW_PGW
    100
    0005
    SAPK-10005INIWPGW
    Process Gateway
    IW_SPI
    100
    0004
    SAPK-10004INIWSPI
    Service Provider Infrastructure
    IW_SCS
    200
    0008
    SAPK-20008INIWSCS
    Screen Scraping
    UIAPP001
    100
    0005
    SAPK-10005INUIAPP001
    UIAPP001 100: Add-On Installation
    UIAPP002
    100
    0004
    SAPK-10004INUIAPP002
    UIAPP002 100: Add-On Installation
    UISRA001
    100
    0003
    SAPK-10003INUISRA001
    HTML 5 Purchase contract approval
    UISRA002
    100
    0004
    SAPK-10004INUISRA002
    HTML5 Time Recording
    UISRA010
    100
    0004
    SAPK-10004INUISRA010
    HTML5 Staffing List
    UISRA012
    100
    0004
    SAPK-10004INUISRA012
    HTML5 My Department Spend
    UISRA020
    100
    0005
    SAPK-10005INUISRA020
    HTML5 Change Order (Address/Delivery Date)
    UIX01HCM
    100
    0003
    SAPK-10003INUIX01HCM
    UI for HCM Application
    Likewise, in case its helpful, here are our component versions on the ECC system in case that's helpful:
    GBAPP002
    600
    0005
    SAPK-60005INGBAPP002
    GBAPP002
    SRA001
    600
    0003
    SAPK-60003INSRA001
    Approve Purchasing Contracts OData Integration Component
    SRA002
    600
    0004
    SAPK-60004INSRA002
    Time Recording OData Integration Component
    SRA010
    600
    0004
    SAPK-60004INSRA010
    Staffing List OData Integration Component
    SRA012
    600
    0003
    SAPK-60003INSRA012
    My Department Spend
    SRA020
    600
    0005
    SAPK-60005INSRA020
    Purchase Order Status (In Process, Approved)
    thanks for any advice or suggestions you might have!
    -Rob Solomon

  • Family Sharing Approval of App keeps Looping

    I have my son and daughter setup for Family Sharing. My son has requested for two apps from his iMac (OS 10.10). On My iMac (also OS 10.10) I have selected one notification and have hit "APPROVE' button. It prompts me to sign in to purchase the app (Although it is a FREE app $0.00) and already has my ICLOUD username defaulted in grey, but prompts for ICLOUD password.  I enter this and select OK - it keeps repeating this prompting for the password.
    I have confirmed I have the correct password by logging into he accounts section of my ICLOUD account via System Preferences.
    I have tried the 2nd notification, and also asked him to send a new one (third) request through - but the same 'looping' upon selecting APPROVE/DECLINE occurs.
    Per above, I have also attempted to DECLINE the request, but it also prompts for my ICLOUD Password repeatedly.

    No, did not find a solution, but the looping stopped - it may have been on one set of requests - I'm not really sure.
    I am having other issues with Family Sharing request - notifications don't appear on all devices and once approved they app is not loading on requestors device etc.   Great concept but its harder than it needs to be at the moment.

  • InDesign CS4 - Serious Screen Rendering Issue

    I just migrated from the CS2 Suite to CS4 Suite (I uninstalled CS2 Suite first before installing CS4 Suite) on my Windows XP SP3 system.
    The first thing I noticed was that InDesign CS4 (ID) had trouble rendering its screens properly when doing common functions. When the issue occurs, only "parts" of the ID app screen will display (see attached figure), and the CPU usage (as shown in Task Manager) goes to 100% usage. At this point, my system grinds to a halt, and I don't know where I am in the ID application because the screen is not fully "painted". All I can do then is shut down ID using the "End Task" option of the Windows Task Manager. As soon as ID closes, my CPU usage immediately goes back to normal (5-10% range).
    So far, I've noticed this rendering issue when:
    - I minimize the app to the system tray, then go to maximize it. This happens with or without an ID file open.
    - I am closing/exiting a file
    - any time a lot of screen repainting needs to occur when moving "in" and "out" of ID
    This issue may not happen at every instance in the above circumstances, but often enough (90% of the time) to make ID virtually unusable to me. Sometimes, I am able to "jog" ID back to its senses (i.e., a proper repainting of the screen) by navigating through the ID menus. This works only sporadically, however, and the results usually do not last long.
    This issue does not show up on any other of my CS4 apps (PhotoShop, Illustrator, Acrobat, etc.), nor on any of my Windows Office 2003 apps. My other colleagues in my department have not seen this issue with their CS4 ID, and some of them are running nearly identical systems as mine (everything but the Dell monitor).
    What I've tried so far without any help:
    - used Adobe Updater for the latest CS4 updates (I am running ver. 6.0.2 of ID)
    - ran Windows Update and installed all the latest updates beyond SP3
    - deleted files on my hard drive to free up space (I have 20% free)
    - defragged my hard drive
    - updated my display driver
    - tried various screen resolutions and refresh rates of my display
    Specs of my machine:
    Dell Optiplex GX620
    Pentium 4 3.00 Ghz CPU
    80 GB Hard drive
    4 GB RAM
    Windows XP SP3
    Dell 1907ftp LCD monitor
    IE ver. 6.0.2900
    McAfee 3.6.0.608 virus checking
    Can anyone help?

    One thing that is missing from your list of system components is the video card used on your system. And that may be the source of your problems. In general, though, we are not aware of any video problems particular to InDesign 6 as opposed to InDesign 4 which you previously had installed.
    Many low-end computers from Dell and others take the low cost route by integrating a graphics display chip, typically from Intel, on the motherboard which does not have its own dedicated graphics memory. It shares memory with Windows. This has several ramifications (pun not really intended, sorry!). The first is that using main memory as video memory means that you have very slow video memory, very much slower than the memory on dedicated graphics cards. The second is that access to that memory competes with disk operations, CPU operations, and virtually everything and anything going on with your system. If in fact your system does have one of these integrated graphics chips in lieu of a real graphics card, there might not be much you can do assuming you have the latest video driver (you said you checked that) unless your Dell OptiPlex allows you to disable the motherboard integrated graphics chip and install a real video card. (To be completely fair, the integrated graphics display chips are perfectly fine for systems that are not running graphically intensive applications - Outlook, Word, and a web browser instance or two work quite well with those configurations.)
    Other things that I would check would be disk space as well as fragmentation. An 80GB disk is not that big these days and if most or much of the remaining free disk space is highly fragmented (as it might be after uninstalling CS2, installing CS4, and perhaps doing a whole bunch of Windows updates including SP3), disk operations, including page file operations, might be excrutiatingly slow.
              - Dov

Maybe you are looking for

  • Problem by  Sending an Email with attached Adobe Interactive Form (Code)

    Thanks. I have written Programm, but it does not work as i want it to do. I will send an Email with attached Adobe Interactive Firm to [email protected]. I tried it with "*lo_recipient = cl_sapuser_bcs=>create( sy-uname )" at the marked(bold, fat) p

  • Ports to be unblocked.

    I need to provide access to certain machine ips(source) to access other ips(destination) of different classess for the ports mentioned 22, 21, 80 , 3389, 3000, 443,8080, 8443 , 8000-65535 in my corporate firewall. Can you please give me the commands

  • FileDialog does not use Windows XP L&F

    Hi, Just noticed that when using FileDialog, the buttons, combo boxes & icons along the top row are not displayed in the XP look & feel. Here's some sample code to show the problem:     public static void main(String[] args){         try{            

  • Tutorial: Azure AD Integration with Bluejeans

    Click reply and tell us what you think: Tutorial: Azure AD Integration with Bluejeans Markus Vilcinskas, Knowledge Engineer, Microsoft Corporation

  • Aperture Not Recognizing iPhone Jpegs

    Has anyone else had a problem with Aperture having issues with jpegs from iPhones while having no problems with jpegs out of other cameras? The problem is characterized by selected jpegs turning back and displaying a triangle with exclamation mark an