Display Enhancement

Hi!
1. I am using Display Form/Information Screen on at many different places in reputed organization.
2. This Information Form appears on LCDs (hang on walls) using Coxaial Cable through T.V out card.
3. Forms color scheme is Black background with white text.
4. Plz give me some suggestion regading Forms color schemes, to enhance its appearanc that people can watch these LCD from distance.
By keepin in view I am using Oracle Forms 6i.
Regards.

And what do you expect from us? Telling you which colors may look better?

Similar Messages

  • Internal error occurred when displaying enhancement options

    Hi All,
    I am having an Error - "Internal error occurred when displaying enhancement options" (Message no. ED294) when trying to click on to the "Show Implicit Enhancement Option" inside the Edit > Enhancement Operation in SE37 TCode while Enhancing the FM : QAPP_CUST_IP_F4 in ECC 6.0 environment. For this error I am unable to go ahead with the enhancement process.
    I have applied OSS Note 951293, but in vain. Pls help!

    Nikhil.
    Did you ever solve this issue. I see the same issue?

  • Enhance Contrast does not stick

    I like to enhance the contrast on my display to add a little pop to the colors, so I set the System Preferences > Accessibility > Display > Enhance Contrast slider to where I want it.  When I restart my computer, the slider is still set to the same spot but the contrast is back to the normal setting.  As soon as I adjust the slider, the contrast adjusts accordingly again, but to do this everytime I restart my computer is a pain.
    I don't believe it is an issue with Mavericks, it was also doing it in mountain lion.  I have both an iMac late 2012 and a Macbook Air mid 2013, and it does this on both devices.
    Any ideas?  Anyone else see the same thing?

    CS5. And I should say, the instructions given on the Adobe site  on how to swap out the colors.xml file indicate a folder that doesn't exist. There is no Preferences folder. It's Configurations.

  • Acrobat Preferences: Enhance thin lines: OFF

    Question:
    Is there a way to save Page Display Preferences with a PDF? (NB: Not Document Properties)
    Desired outcome:
    To retain chosen Acrobat Preference: Unselected "Enhance thin lines" in PDF when forwarding file to others.
    I have gone to Preferences -> Page Display -> Enhance thin lines and made sure it is NOT checked so that my lines show as they are in my source file.
    Any advice/help appreciated. Thank you.

    No, it's a user preference which cannot be saved with a file.

  • Enhancement spot in ECC 6.0

    Hi all,
    can anyone please make it clear on what enhancement spot is in ECC 6.0.
    All Useful answers will be rewarded..
    Thanks & Regards,
    Saroja.

    Hi
    ENHANCEMENT-POINT
    ENHANCEMENT-POINT can either be static (for example, additional data declaration) or dynamic (for example, additional coding).
    http://help.sap.com/saphelp_nw2004s/helpdata/en/56/ee9441026aae5fe10000000a1550b0/content.htm
    Refer the very useful links below:
    Enhancement-Point is a part of the new enhancement framework. He is some lite reading.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Please check this blogs and wiki as well.
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&
    Please check these weblog for more information and sample codes.
    /people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    Look at this articles:
    New Enhancement Framework
    Enhancement Framework
    Enhancement Framework - The New Way to Enhance Your ABAP Systems
    Switch Framework Demo
    Introduction to the Enhancement Framework
    To now more about BADi Implementation see:
    How To Define a New BAdI Within the Enhancement Framework
    How to implement a BAdI And How to Use a Filter
    Enhancement-Point is a part of the new enhancement framework. He is some lite reading.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Please check this blogs .
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&
    Enhancement frame work is the new concept using which SAP allows you to change the existing programs
    See the following blogs that talk about the same in detail
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    Defines a position in an ABAP program as an enhancement option, at which one or more source code plug-ins can be inserted.
    Syntax
    ENHANCEMENT-POINT enh_id SPOTS spot1 spot2 ...
                      [STATIC]
                      [INCLUDE BOUND].
    Extras:
    1. ... STATIC
    2. ... INCLUDE BOUND
    Effect
    : This statement defines an explicit enhancement option at the current position in the program at which a source code enhancement can be made. In program generation, the source code plug-ins of the assigned enhancement implementation that are available in the current system and have a switch in the status stand-by or on, are inserted at this position.
    If the addition STATIC is not specified, the source code enhancement is dynamic. This means that in program execution, only those source code plug-ins are executed whose switch has the status on. If a source code plug-in does not have a switch assigned to it, it is handled in the same way as a plug-in with a switch in the status on.
    With enh_id, an ID must be specified directly for the enhancement option, which is unique in the current compilation unit without the addition INCLUDE BOUND, and with this addition, is unique in current Include program. At least one enhancement spot must be assigned to the enhancement option using the specification simple enhancement spots spot1, spot2, and so on.
    Within enhancements, one or more source code plug-ins can be created for one enhancement option. A source code plug-in is created by the assignment of an enhancement implementation in the Enhancement Builder. This automatically generates an empty source code plug-in with a unique ID, which is displayed underneath ENHANCEMENT-POINT in the Editor, where the actual enhancement can be implemented between ENHANCEMENT and ENDENHANCEMENT.
    A source code plug-in is assigned to only one enhancement option. Multiple source code plug-ins of one enhancement implementation and the source code plug-ins of multiple enhancement implementations can be assigned to one enhancement point.
    Notes
    : In the terminology of the enhancement concept, the statement ENHANCEMENT-POINT includes both the enhancement spot element definition and the enhancement spot invocation of the enhancement option.
    The statement ENHANCEMENT-POINT can either be entered directly or created by choosing Edit ? Enhancement operations ? Create enhancement in the Enhancement Builder. After the program has been saved or created using Edit ? Enhancement operations ? Create enhancement, the statement can only be deleted by choosing Edit ? Enhancement operations ? Delete enhancement.
    In addition to the enhancement options explicitly specified by ENHANCEMENT-POINT, ABAP programs also contain implicit enhancement points, which can also be enhanced using source code plug-ins.
    Addition 1
    ... STATIC
    Effect
    : The addition STATIC is used to define a static source code enhancement. In a static source code enhancement, all incorporated source code plug-ins are taken into account when the program is executed, including those whose switch is in the status stand-by.
    Note
    : The STATIC addition is intended for the enhancement of data declarations, while the statement ENHANCEMENT-POINT without the STATIC addition is designed for the enhancement of executable coding. When the statement is executed using Enhancements ? Create enhancement, the addition is set according to this selection.
    Addition 2
    ... INCLUDE BOUND
    Effect
    : This addition can be entered in Include programs. It links the source code enhancement to the current Include program. Each program that incorporates an Include program only includes the source code enhancements that are defined with this addition. Source code enhancements created using the INCLUDE BOUND addition have their own namespace in each Include program. This ensures that if several Include programs are integrated into one compilation unit, no namespace conflicts arise, either between Include programs, or with the source code enhancements of the compilation unit.
    Without the addition INCLUDE BOUND, a source code enhancement is assigned to only one compilation unit. If the statement ENHANCEMENT-POINT is executed in an Include program without this addition, a compilation unit must be assigned to it in the Enhancement Builder.
    Note
    : In an Include program, Include-bound and non-Include-bound source code enhancements can not be defined at the same time. This also applies if an Include program incorporates other Include programs.
    Enhancement points are points provided by sap in standard programs to modify the source code. Go to any standard program, Locate the spiral button on the toolbar. Then press it and then navigate to edit->enhancement operations->display enhancement point menu. Then a no of yellow lines would appear, which are the available en points. You would have to change it and write the applicable source code.
    Regards
    Anji

  • New to Enhancements and Modifications in SAP ABAP

    Hi experts,
    Could anyone has a tutorials or ebooks on this topic? I need to learn more about this.. tnx in advance!!!

    Hi
    Enhancements and User Exits
    User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a function module. The code for the function module is written by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
    The naming standard of function modules for functionmodule exits is:
    EXIT_<program name><3 digit suffix>
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    To find a Exit.
    Goto Transaction -- Find The Package
    SMOD >f4>Use the Package here to Find the Exits In the Package.
    Else if you Want to search by Application Area wise ,
    There is one more tab to find the Exits in the Respective Application Area.
    Implementing the Exit-- CMOD Create ProjectsAssgn your Component .
    Now Run ur Transaction to Check if it Triggers.
    Thats it..
    Suppose you need to find out all the user exits related to a tcode.
    1. Execute the Tcode.
    2. Open the SAP program.
    3. Get the Development Class.
    4. Execute Tcode SE84.
    5. Open the Node 'Envir. -> Exit Techniques -> 'Customer Exits -> Enhancements'
    6. Enter the Development class and execute.
    Check out this thread..
    The specified item was not found.
    1. Type the transaction : system->status-> <PROG. NAME>
    2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.
    3. Open CMOD utilities->SAP enhancements
    EDIT->All selections
    4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.
    5. The displayed list contains the enhancements names for the transaction You were looking for.
    6. Create a project in CMOD and the code in default include->activate.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    which gives the list of exits for a tcode
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm
    For information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.planetsap.com/userexit_main_page.htm
    User-Exits
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/ab038.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.sap-basis-abap.com/sapab013.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/user-exits-for-the-transaction-code-migo-3283
    These links will help you to learn more on user exits.
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.allsaplinks.com/user_exit.html
    www.sap-img.com/abap/what-is-user-exits.htm
    Also please check these threads for more details about user exits.
    Re: Screen exit
    user exit and customer exit
    user exit
    1. Document on UserExits in FI/CO
    http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
    2. Finding User Exits...
    http://sap.ionelburlacu.ro/abap/sap2/Other_Useful_Tips.html#Finding_User_Exits
    3. List of all User Exits...
    http://www.planetsap.com/userexit_main_page.htm
    ENHANCEMENT-POINT
    ENHANCEMENT-POINT can either be static (for example, additional data declaration) or dynamic (for example, additional coding).
    http://help.sap.com/saphelp_nw2004s/helpdata/en/56/ee9441026aae5fe10000000a1550b0/content.htm
    Refer the very useful links below:
    Enhancement-Point is a part of the new enhancement framework. He is some lite reading.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Please check this blogs and wiki as well.
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&
    Please check these weblog for more information and sample codes.
    /people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    Look at this articles:
    New Enhancement Framework
    Enhancement Framework
    Enhancement Framework - The New Way to Enhance Your ABAP Systems
    Switch Framework Demo
    Introduction to the Enhancement Framework
    To now more about BADi Implementation see:
    How To Define a New BAdI Within the Enhancement Framework
    How to implement a BAdI And How to Use a Filter
    Enhancement-Point is a part of the new enhancement framework. He is some lite reading.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Please check this blogs .
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&
    Enhancement frame work is the new concept using which SAP allows you to change the existing programs
    See the following blogs that talk about the same in detail
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    Defines a position in an ABAP program as an enhancement option, at which one or more source code plug-ins can be inserted.
    Syntax
    ENHANCEMENT-POINT enh_id SPOTS spot1 spot2 ...
                      [STATIC]
                      [INCLUDE BOUND].
    Extras:
    1. ... STATIC
    2. ... INCLUDE BOUND
    Effect
    : This statement defines an explicit enhancement option at the current position in the program at which a source code enhancement can be made. In program generation, the source code plug-ins of the assigned enhancement implementation that are available in the current system and have a switch in the status stand-by or on, are inserted at this position.
    If the addition STATIC is not specified, the source code enhancement is dynamic. This means that in program execution, only those source code plug-ins are executed whose switch has the status on. If a source code plug-in does not have a switch assigned to it, it is handled in the same way as a plug-in with a switch in the status on.
    With enh_id, an ID must be specified directly for the enhancement option, which is unique in the current compilation unit without the addition INCLUDE BOUND, and with this addition, is unique in current Include program. At least one enhancement spot must be assigned to the enhancement option using the specification simple enhancement spots spot1, spot2, and so on.
    Within enhancements, one or more source code plug-ins can be created for one enhancement option. A source code plug-in is created by the assignment of an enhancement implementation in the Enhancement Builder. This automatically generates an empty source code plug-in with a unique ID, which is displayed underneath ENHANCEMENT-POINT in the Editor, where the actual enhancement can be implemented between ENHANCEMENT and ENDENHANCEMENT.
    A source code plug-in is assigned to only one enhancement option. Multiple source code plug-ins of one enhancement implementation and the source code plug-ins of multiple enhancement implementations can be assigned to one enhancement point.
    Notes
    : In the terminology of the enhancement concept, the statement ENHANCEMENT-POINT includes both the enhancement spot element definition and the enhancement spot invocation of the enhancement option.
    The statement ENHANCEMENT-POINT can either be entered directly or created by choosing Edit ? Enhancement operations ? Create enhancement in the Enhancement Builder. After the program has been saved or created using Edit ? Enhancement operations ? Create enhancement, the statement can only be deleted by choosing Edit ? Enhancement operations ? Delete enhancement.
    In addition to the enhancement options explicitly specified by ENHANCEMENT-POINT, ABAP programs also contain implicit enhancement points, which can also be enhanced using source code plug-ins.
    Addition 1
    ... STATIC
    Effect
    : The addition STATIC is used to define a static source code enhancement. In a static source code enhancement, all incorporated source code plug-ins are taken into account when the program is executed, including those whose switch is in the status stand-by.
    Note
    : The STATIC addition is intended for the enhancement of data declarations, while the statement ENHANCEMENT-POINT without the STATIC addition is designed for the enhancement of executable coding. When the statement is executed using Enhancements ? Create enhancement, the addition is set according to this selection.
    Addition 2
    ... INCLUDE BOUND
    Effect
    : This addition can be entered in Include programs. It links the source code enhancement to the current Include program. Each program that incorporates an Include program only includes the source code enhancements that are defined with this addition. Source code enhancements created using the INCLUDE BOUND addition have their own namespace in each Include program. This ensures that if several Include programs are integrated into one compilation unit, no namespace conflicts arise, either between Include programs, or with the source code enhancements of the compilation unit.
    Without the addition INCLUDE BOUND, a source code enhancement is assigned to only one compilation unit. If the statement ENHANCEMENT-POINT is executed in an Include program without this addition, a compilation unit must be assigned to it in the Enhancement Builder.
    Note
    : In an Include program, Include-bound and non-Include-bound source code enhancements can not be defined at the same time. This also applies if an Include program incorporates other Include programs.
    Enhancement points are points provided by sap in standard programs to modify the source code. Go to any standard program, Locate the spiral button on the toolbar. Then press it and then navigate to edit->enhancement operations->display enhancement point menu. Then a no of yellow lines would appear, which are the available en points. You would have to change it and write the applicable source code.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050 [original link is broken]
    Please try the link given below
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Regards
    Anji

  • How does enhance thin line work on Adobe reader X?

    Hi there,
    I noticed a display difference between different PDF readers. Especially in the rendering of thin line weights and widths and after a little research I discovered that Adobe reader X has a option called "enhance thin line", which when turned on (turned on by default) it seems to thicken/enbolden the thin lines.
    Option is under "Edit->Preferences->Display->Enhance thin line
    Opening these in a different PDF reader like PDFill you notice the same lines are thin by default and I assume this is how the drawing creator originally intended the viewer to see it.
    My question is, is this setting only affect the electronic display? i.e. monitors and laptops screens or does this setting also affect the output print?
    Also how does the Adobe reader decide which lines to articifically increase and which ones to leave alone and also by what level does it increase the lines to?
    Does the reader parse the file and checks for any line widths that are for example less than 0.5 in width and then add .2 to all these lines?
    Many questions I know but I just hope someone has some answers
    Many thanks in advance.

    Been searching around the internet but still can't find a answer, can anybody help?

  • Acrobat page display is clunky

    I'm using Acrobat X and my PDFs print perfectly, but the page display is clunky. Fonts and rules look about twice as thick as they really are. This is not good when sending PDFs to clients as proofs. Also, at actual size or a couple of sizes up, any gradients show a line at the fade-out edge – a line that really isn't there.

    Hi,
    Could you please check the option 'Enhance thin lines' it is checked or not?
    Edit-Preferences-Page Display-Enhance thin lines
    If it is checked then uncheck it and check the behaviour.
    Also, is it happening with all the documents?
    Regards,
    Anand

  • Feature request: make enhancer more silent

    It would be nice if the enhancer only reported (or had an option to only
    report) the classes actually enhanced.
    Currently (as of 2.2.6) it displays:
    Enhancing "class x"...
    Type "x" is already PersistenceCapable; skipping.
    Cheers,
    Sebastien

    I second that.
    Paul
    Vauclair Sebastien wrote:
    It would be nice if the enhancer only reported (or had an option to only
    report) the classes actually enhanced.
    Currently (as of 2.2.6) it displays:
    Enhancing "class x"...
    Type "x" is already PersistenceCapable; skipping.
    Cheers,
    Sebastien

  • Implict enhancement spots

    i created an enchanement spot in MP041600 with name ZHR_LE_ENCASH_CHKS. but while navigating to se11 screen from d coding screen the enhancemnt got lost i dnt knw wht happnd though i saved it its not showing nowhere in standard code.
    next time when i tried the message came : ERROR WHILE CREATING ENHANCEMENT IMPLMENTATION.
    how shld i resolve this problem......give me some idea guys.
    i have to put some post-input checks when a user is applying for leave encashment through PA30.
    Moderator message: please do not use SMS speak in these forums!
    Edited by: Thomas Zloch on Mar 8, 2011 10:51 AM

    Go to se20 and check if your enhancement implementation is active. If it is not activate it.
    Else copy your code in this implementation from SE20 display enhancement and then delete it. Then create it once again by pasting the copied code.

  • HP Envy 17 heat issues

    Hi everyone! At the beginning of this year I bought a HP Envy 17 both for school and gaming, so far I've been pretty happy with it. However, the day before yesterday I bought Far Cry 3 Blood Dragon, a game that my laptop should be able to handle pretty well. But when playing the game, the CPU reaches temperatures of 90-93C and the GPU seems to run steady at 91C. That's extremely hot, since I've been able to run Battlefield 3 and Crysis 3 running in the low 80C without issue.
    Of course when I experienced this my first action was to clean up dust and debris from the vents (There was very little), but that didn't do anything major. Then I started lowering that settings of the game quite a bit, I went from high settings to low/medium settings as well as switching from DX11 to DX9, this didn't help either though. Then my last attempt was to close everything but the programs required to run the game, didn't help either.
    So now I turn to you, the HP forum, for help. I figured if anyone knows how to fix it, it's you guys.
    Here's my dxdiag:
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: Danish (Regional Setting: Danish)
    System Manufacturer: Hewlett-Packard
           System Model: HP ENVY 17 Notebook PC
                   BIOS: Default System BIOS
              Processor: Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz (8 CPUs), ~1.6GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8126MB RAM
              Page File: 2786MB used, 13463MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
     System DPI Setting: 120 DPI (125 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    GPU:
              Card name: ATI Mobility Radeon HD 5850
           Manufacturer: ATI Technologies Inc.
              Chip type: ATI display adapter (0x68A1)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_68A1&SUBSYS_144D103C&REV_00
         Display Memory: 4071 MB
       Dedicated Memory: 1011 MB
          Shared Memory: 3059 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: AUO159D
            Native Mode: 1920 x 1080(p) (60.064Hz)
            Output Type: Internal
            Driver Name: atiu9p64.dll,aticfx64.dll,aticfx64.dll,atiu9pag,aticfx32,aticfx32,atiumd64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.14.0001.6099 (English)
         Driver Version: 8.712.0.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 3/3/2010 07:06:36, 28160 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2BE1-11CF-5F64-4C34A1C2C535}
              Vendor ID: 0x1002
              Device ID: 0x68A1
              SubSys ID: 0x144D103C
            Revision ID: 0x0000
     Driver Strong Name: oem6.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_Manhattan:8.712.0.0ci\ven_1002&dev_68a1&subsys_144d103c
         Rank Of Driver: 00E60001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    I hope you guys can help me, because I'm at a loss. Thanks!
    This question was solved.
    View Solution.

    Master,
    So it sounds like you know what you are doing.
    I have to ask the obvious:
    Are you already running a cooler under that notebook?   This works when the system is doing its best and all else is equal.
    Commentary:
    Should you have to run a cooler under a notebook for which you paid a bunch of money and you do not feel like it should be necessary?  Personal option and opinion.  I do not debate this particular issue with anyone.  I run a fancy cooler under a hot running dv7t Quad.  Works quite well, in fact.
    If you are open to the idea, you can buy a cooler with lights, switches for on / off, fan speed control... you can opt to plug in your cooler to a powered hub so you do not have to run it directly off the notebook -- you do need to remember to turn the cooler on / off when it is connected this way -- you can stick a Hercules X-stand under the notebook between the cooler and the notebook for even more air circulation, and this way you don't even have to run the cooler as often since the notebook runs better with more air under it.
    Just Google / search for any price range.  The better coolers will run you between $40 and $70 or so US.  You can get a cheap one that works for $20 US.   The Hercules X-stand is sold at Amazon.com and maybe some other places.  ??
    ====================================================================================
    Your system is not running slow.. nonetheless, you might scan the following:
    Fan Runs Constantly, the PC Notebook Operates Slower than Expected and Generates Heat
    ====================================================================================
    If you have not already done so, you can try this setting.  Granted it is really for "performance" and NOT for heat generation.  Anything that is not spinning cycles is saving you heat, so in that sense, it is saving you both resource and heat:
    In Visual Settings Tab:
    To turn OFF every Aero display enhancement:
    Select "Adjust for best Performance" > OK
    To turn OFF some display enhancements:
    Select "Custom"
    And CHECK - UNCHECK those features you desire to use > OK
    ====================================================================================
    Good Luck!
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    See a Post that is useful - or that teaches you something you did not know?
    Your HP Experts are here to help.
    Click the Kudos Star!  It is a great “Thank You” for the Author.
    Solved?  Click this Post "Accept as Solution" to help others find a Fix.
    Year of the Dragon 2012   Year of the Snake 2013
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Kind Regards,
    Dragon-Fur

  • I have an iMac running Yosemite 10.10.1 & Outlook 2011 for Mac.  For a while, sent emails went to a sent folder on the iMac so I have a collection of sent emails there.  How can I move them to a sent box on my server so I can see them on other devices?

    I have an iMac 3.2 GHz Intel Core i5 with 16 GB memory and 1.12 TB storage running Yosemite 10.10.1 & Outlook 2011 for Mac.  For a while, sent emails went to a sent folder on the iMac so I have a collection of sent emails there.  I have attempted to move those sent emails from the iMac to my email server (IMAP), but without success.  Is there a way to move them to a sent box on my server so I can see them on other devices?  Many thanks for any help you can provide.

    Go to: Apple > System Preferences > Universal Access and in the Seeing tab make sure that the Display Enhance contrast: is set to Normal.
    Alternatly, try holding the  ⌃⌥⌘ (control command alt) keys and then pressing the , (comma) key a few times.

  • Table view in EHP1 CRM 7.0

    How to create a table view in ehp1 CRM.
    Is it the same way by creating a view and adding value node /model node then selecting view as table view with congigurable mode?

    Hi Anita,
    As per your requirement, AET table enhancement will be best suited to it.
    Use the help.sap.com link i gave in earlier reply to know more about  AET table enhancements.
    Now to get on to this task ,
    1) Use transaction AXTSYS and create an entry for Z component, give a name say ZAET_TBLEXT.
    and Save. The AET Table extension, then will use this component by default( if you select the radio button there) to create the views. Remember, just give any name you desire for the component. You dont need to create this componenet. AET extension wizard will create the component automatically.
    2) Open the overview page on which you would like to have the tableview as an assignment block. Since its a compititor info, i assume you want to place it on a BP/Account/Prospect. Competitor Overview Page or Opportunity Overview Page. Now chose the config button and once the Assignment blocks are highlighted, select the Header View( Compititor header or Opportunity header view depending on the overview page you are in) and config tool will open. Use the Display Enhancement button or create enhancement button and another popup will open which display the enhancements if any,
    3) On this Pop up you will see the AET table extensions assignment block. Use the Add table button. Follow the wizard and create the table, mention fields, translations etc. Also mention it as 1:n relation and so the table view. Chose the Standard buttons so you get all action buttons as well as inser, editlist, delete buttons etc.
    Once done, save and generate. This creates the view and also adds the component usage on overviewpage.
    Now all you need to do is just configure the overviewpag to pull the new tableview assignment block from Available to Displayed blocks.
    Note :
    1) this creates a Ztable , name same as mentioned/defaulted while AET table enahncement
    2) this create Z BOL entity with 1:n relation with Access Entity of OverviewPage , for example, BuilHeader if account overview page or BTAdminH if Opportunity overview page.
    3) creates BOL strucutre, handler class etc on its own.
    4) You do not need to do any coding,
    Thus in half an hour, you are done with Table view enhancement with Z table based entities.
    Before EhP1, we had to extend the BT/BP model with ZBOL and had to do a lot of thigs on our own. Almost 2 days job for an advance developer which is reduced to 15-20 minutes with zero coding required.
    If you have a sandbox or IDES system, i would recommand you to try it there frst, get confident and then do development on your development system.
    Remember ->
    1) AET Enhancement tool has to be started from WEB UI - which is generally runs on Customizing client, but creating AET table and enhancements is Workbench task. So if your customizing client is locked for workbench developments, then You must run the WEBUI on your workbench client ( use transaction wui ). It does not make any difference as far as development is concerned because your development its pure Workbench activity. later, you configure the Overview Page to pull the AET table view on your customizing client.
    2) Be confident and have well determined about the table design & about your table view design like the fields you need etc. because once you add the fields and mention the field type like Numeric, indicator,text etc, you can not change it later once the Tableview is generated. You can add more fields later and you can delete fields too but you can not change their type later.
    All the best.
    Thanks & Regards
    Suchiita
    Edited by: Suchita Phulkar on Jul 30, 2011 12:16 AM

  • FAQ: What is the Photoshop CS6 13.0.2 update? What is the 13.1 update?

    What updates have been released?
      Photoshop CS6 has two new updates: 13.0.2 and 13.1. The 13.0.2 update is available only for Mac users and updates the user interface to be Retina compatible. The 13.1 is for Creative Cloud subscribers and adds new features to Photoshop CS6.
    How do I get the updates?
      Simply go to Help > Updates to launch the Adobe Application Manager (AAM) to start the download process. You may already have an AAM notification to install these updates waiting in your task bar. You can also download and install the 13.0.2 update from here:
    Photoshop 13.0.2 update for CS6
      Don't see the updates in AAM? Make sure the Adobe Application Manager is updated to 6.2 or later.
    Windows
    Mac OS
      Note: Using this update patch will install the latest version of AAM, which may be greater that 6.2.
      Additionally,
    Updates not available for Creative Cloud products
    What is the availability of these updates?
      The 13.0.2 update is available only for Mac OSX version 10.6 or later. The 13.1 update is only available to Creative Cloud subscribers (including Creative Cloud single-app membership, i.e. subscribing to Photoshop only), but it is for both Windows and Macintosh.
      Some of the Photoshop CS6 System Requirements have changed in order to allow for the features in the 13.1 update.
    Windows XP and Vista are no longer supported.
    The video card VRAM requirements have gone up to 512 MB.
    For more information, see:
    New system requirements for Photoshop 13.1
    Heads Up: Photoshop System Requirement Changes
    Error: "Graphics hardware not officially supported" occurs in Photoshop 13.1 (Subscription Edition)
    Do I need to install both updates?
      No, the 13.1 update also includes the Retina display enhancements added with 13.0.2. So on the Mac platform, you will only be asked or are required to install the 13.1 update if you are a Creative Cloud subscriber.
    What are the new features added for Creative Cloud subscribers in 13.1?
      There have been many new features added to Photoshop CS6, including:
    Smart Object support for Blur Gallery and Liquify — Enjoy the creative freedom to experience non-destructive editing with Blur Gallery and Liquify now that both features offer Smart Object support.
    Conditional Actions — Speed up image processing by creating Conditional Actions. These commands use logic to automatically choose among different Actions based on rules that you establish.
    Crop tool refinements — User-inspired enhancements to the Crop tool allow you to work smarter.
    Copy CSS — Quickly export Cascading Style Sheet (CSS) markup for text and objects, potentially saving hours of work translating your Photoshop designs into web code.
    Load color swatches from HTML or CSS — Import color swatches so that you can easily design incredible websites.
    Improved Type Styles — Ensure consistent type formatting across multiple documents by defining shareable default styles, which are then available in any Photoshop document.
    3D type enhancements* — Enhance 3D type with new GL preview and image-based lights (IBL) improvements.
      For more information on these features, including demonstration videos, please see:
    Release Notes Photoshop 13.1 update
    Membership Exclusive Features
    New Exclusive Photoshop Features for Creative Cloud Members!
    New Photoshop Features and Team Version Headline Major Update to Adobe Creative Cloud
    *Note: Photoshop CS6 single-app subscription is for the Standard version, which does not include 3D features and thus does not include these enhancements. Creative Cloud subscription comes with Photoshop CS6 Extended and includes the 3D enhancements.
    I am not a Creative Cloud subscriber, why do I not the get the 13.1 update? Doesn't my full purchase also qualify me for free updates?
      When you buy Photoshop CS6 outright, you are essentially buying a static product. You still qualify for minor, bug fixing releases like 13.0.1 and 13.0.2, but your purchase will not include any new features, as has always been the case in the past.
      When you subscribe to Creative Cloud, you are not buying CS6, you are subscribing to whatever the latest version of Photoshop is. This means you are immediately entitled to any new features and upgrades as they become available. And this is only one of the many great reasons to be a Creative Cloud subscriber. Find out more here:
    Adobe Creative Cloud
    Why do my images appear smaller on my Retina enabled Mac after installing the 13.1/13.0.2 update?
      Retina displays use a higher pixel density than a normal monitor. The individual display pixels are approximately one half the size of previous devices. While working in Photoshop before installing the 13.1/13.0.2 update, as with any other non-Retina optimized application, the number of pixels used is doubled to give a normal, non-miniaturized appearance. This can cause applications to be slightly blurred or pixilated. Thus, when viewing images in Photoshop, the zoom level is effectively double whatever is displayed. At 100% zoom, the image is displayed so that every one image pixel is shown with four display pixels, the same as viewing the image at 200%. With the 13.1/13.0.2 update, Photoshop now displays natively on Retina screens, meaning that image pixels now appear at the much smaller Retina size, thus reducing the amount of screen space they take up when viewed at 100%.
    Photoshop CS6 HiDPI and Retina Display Support FAQ
    Known Issues
      The following are known issues with the 13.1 and 13.0.2 updates but have been fixed in the 13.1.1 and 13.0.3 updates:
    Program error opening files in 13.1 and 13.0.2
    Photoshop 13.1/13.0.2 crashes opening EPS files
    Photoshop crashes after updating to 13.1 or 13.0.2 on Retina display
      For more information, see:
    Photoshop 13.0.3/13.1.1 Updates Now Available
    Why have icons disappeared?
      Due to changes in the number of pixels involved in the UI, some icons can disappear. If the Photoshop Dock icon is now blank, rebooting the computer will refresh the system and load the new HiDPI icon. Some extensions do not have a Retina ready icon and thus will be blank when you have the panel minimized. In most cases like these, we may have to wait until the manufacturer also releases a HiDPI version of the Extension. Additionally, sub-menu headers may become blank when you view the contents of the sub-menu. For example, if you select Filter > Sharpen, while viewing the list of Sharpen, Sharpen Edges, Sharpen More, etc "Sharpen" itself will be blank.
    Additional known issues:
    Image on second monitor goes black
    No Print Size button in Zoom tool options in Photoshop CS6

    Curt Y wrote:
    You might want to wait.  There are some bugs in it and Adobe is working on it.  See threads posted in last few hours.
    Well that might explain things more than I've garnered from the Forums.  I've got a MacBook Pro with Mountain Lion and a Mac Pro with Lion, both with CS6 Design and Web Premium on them.  The Mac Pro updates Photoshop to 13.0.3, the MacBook Pro is "stuck" at 13.0.1.  It won't update via the "Help/Updates" or by downloading and trying to install manually.  AAM gives an error when trying manually; says to contact support.  Other CS6 apps, i.e. Illustrator, do not update on the MBPro either.  I've uninstalled/reinstalled, deactivated/reactivated, etc., to no avail.  If it means anything, I just deactivated the Illustrator app, quit it, restarted, and the splash screen (which shows the loading progress) showed "Try" on it - haven't noticed that before, and I have not installed any trial downloads.  I'm at a loss as to why one installation of CS6 Design and Web Premium (physical/downoad) will update properly on one computer and not the other.
    Am waiting to see if Adobe has an answer.  The apps work, just don't update...
    Tom

  • IMac 24" with washed out colours - Help!

    My iMac 24" Aluminium (June 2008) running 10.5.8 has behaved impeccably for almost two years. I use it for graphics and photographic work, so colour fidelity is very important.
    A few days ago, in the morning, the machine was still "perfect". By lunchtime I realised something was not right. The Photoshop file I had been working on looked different. I could not see details in highlights, transparency in layers that was clearly there in the morning had suddenly vanished. Looking closer at the whole screen I realised the whole environment was washed out - not just in Photoshop files.
    I tried:
    Calibrating the monitor - no difference.
    ColorSync Utility: Verify/repair - reported loads of errors but fixed nothing.
    Took the mac to authorised Apple repair shop in Hove (UK). Spent time with the engineers trying to sort it out. They had not experienced this before.
    We connected 2nd monitor. Strangest thing: The same moment the 2nd monitor was connected, the native screen instantly looked fine. Both monitors fine.
    Disconnecting 2nd monitor, and the native screen went bad again.
    Booted up the iMac with their external drive and system (sorry, not sure which system but probably the same 10.5.8). The screen looked fine, even without a 2nd monitor. Rebooting with native OS and the screen went bad again.
    Conclusion: Corrupt file in the system somewhere. Advice: Reinstall system (archive/install).
    I did this today. Screen is the same bad screen, so reinstalling 10.5.2 and upgrading to 10.5.8 did NOT solve the problem. Erase and install is my VERY LAST resort. I really don't want to start from scratch with new system, new installation of applications, updates, settings etc.
    I would rather buy a small 2nd monitor, watch the screen look good again, having another screen to use and PRETEND I DON'T HAVE A PROBLEM!
    I also ran an extended hardware test (from OSX 10.5.2 install DVD) without reporting any problems.
    Questions:
    Has anyone any idea what this can be?
    Is it possible that upgrading to Snow Leopard can solve the problem (but that is also just an upgrade and not a clean start?)
    One way of describing it is that a finder window has no contrast in highlights (blue and white horizontal stripes are only visible when another window's drop shadow multiplies with the background. Everything is too bright, banding appears in visible highlights.
    Someone suggested moving the file /Library/Preferences/com.apple.windowserver.plist to trash, without deleting yet. Then reboot.
    It didn't work.
    Thanks for any help!

    My problem was purely about screen contrast, not the colours. It was in fact me accidentally keying the shortcut (key command was unknown to me then) for contrast settings that are found in System Preferences -> Universal Access > Seeing, Display: Enhance Contrast. The key command is also shown there.
    I now realize that I did this key command when working in Quark XPress which has a very similar command: "Shift-Option-Command" and then "," or "." I accidentally keyed "Control-Option-Command" and then "." Worth being aware of if you're working with Quark.
    Glad your problem was solved by calibrating your monitor.

Maybe you are looking for

  • ABAP OO:  Duplication of selected data in created objects?

    I am new to ABAP OO and I have a conceptual question/concern that I cannot resolve.  Can someone explain what I am missing? I would think that selecting and storing (in internal tables) a large amount of data from many related database tables and, at

  • Can I run a backup when iOS beta has expired?

    Hi, I'm traveling overseas and have been unable to install IOS 6 after the latest beta. I was trying to backup my phone, but the Internet here is bad, so it kept failing. Is there a way to still do a backup before restoring to the release version of

  • Can we add custom region to Details header region of AdvTbl-in-AdvTbl

    Hi, I have a requirement to customize AdvancedTable-in-AdvancedTable DETAILS header region, to add new items, which should be rendered with other delivered items of this region, only on clicking Show/Hide. Can we do it? / Did anyone achieved this ear

  • Boris 3D plugin Crashing FCP

    I'm using FCP5 and having a heck of a time. Once I put some titles in the project with Boris 3D, now the project won't even load up without crashing. In the past at least I could get the project opened, and then it would crash (over 50 times in the p

  • Is anyone having issues with icloud?

    I log in just fine but when I click on contact it gives me an error.  Anyone having issues?