Technical Information for UI Element

When one right-clicks on our WDAs a menu appears:
Hide Quick Help
More Field Help
This seems like a pretty useless feature, especially for users - how can we hide it?
The following does NOT help:
1. Setting WDHIDEMOREFIELDHELPASDEFAULT to X .
2. Checking "Extended Help Off by Default (Exception per Field):" in WD_GLOBAL_SETTING

Hi,
You need to pass the WebDynpro Application,parameter WDDISABLEUSERPERSONALIZATION
set its value as X to disable users right click & personalization. Select ur webdynpro application double click, select parameters TAB.
Refer the SAP Help [url Parameters and Application Parameters  |http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm]

Similar Messages

  • Disable Technical Information for UI Element in WEB DYNPRO ABAP

    Hi expert,
    I want to disable  Technical Information for UI Element in  my web-dynpro application i am alredy disable  in user setting by parameters WDDISABLEUSERPERSONALIZATION by i want to disbale other two options 1 Display quick help.
                2 More field help.
    KINDLY GIVE ME SUTIABLE SOULATION.
    REGARD'S
    Vikash

    Hi Vikash,
    Check this thread, may be you'll get some clues from here.
    [How to restrict right click to show user setting in WebDynpro ALV?;.
    Regards
    Manas Dua

  • Warning Messages - Could not find schema information for the element applicationSettings - App.Config of a console app

    This is my app.config file
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="IntelBrandFX.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
            </sectionGroup>
        </configSections>
      <appSettings>
        <add key="connStr" value="Data Source=tmvnasql1.tmvn.com;Initial Catalog=brandplan;Integrated Security=True"/>
      </appSettings>
      <applicationSettings>
        <IntelBrandFX.Properties.Settings>
          <setting name="IntelBrandFX_rollupViewerService_extract" serializeAs="String">
            <value>https://viewer.rollup.com/omdsp2008/extract.asmx</value>
          </setting>
        </IntelBrandFX.Properties.Settings>
      </applicationSettings>
    </configuration>
    And the Warning messages  are
    Message 1 Could not find schema information for the element 'applicationSettings'.
    Message 2 Could not find schema information for the element 'IntelBrandFX.Properties.Settings'.
    Message 3 Could not find schema information for the element 'setting'.
    Message 4 Could not find schema information for the attribute 'name'.
    Message 5 Could not find schema information for the attribute 'serializeAs'.
    Message 6 Could not find schema information for the element 'value'.
    Althought they do no hinder me from successfully running the project. these messages are annoying. I have seen many articles on the web but could nowhere find the exact schemas for that the above elements that I could add to the  DotNetConfig.xsd file.
    Could somebody give me an idea how to create xsds for the elements above and include in the dotnetConfig.xsd.
    I understand what needs to be done but not sure of the exact way to do it.
    Thanks,

    You don't need to modify the dotnetconfig.xsd.  All you need to do is generate an XSD for your section and let VS know where it is at.
    1) Create your XSD using any of the various tools available or by hand.
    2) Copy your XSD into the <VSDir>\Xml\Schemas directory.
    3) Create a catalog file for your schema.
    4) Restart VS and it'll load the XSD and give you Intellisense.
    Here's the MSDN documentation for it: http://msdn.microsoft.com/en-us/library/ms255821.aspx
    Michael Taylor - 8/18/09
    http://p3net.mvps.org

  • Using Project Settings creates an app.config and dozens of errors about "Could not find schema information for the element...

    I am trying to work with Application settings.  I would just like to put together a very simple example of using these, but I can't get the most basic example to work.  Virtually every tag regarding the new Settings produces an Error "Could not find the schema information for the element "applicationSettings". or the element "Settings" etc. etc.  I am not using IIS, this is not a Web Project, and I am not working with User Settings.  Just simple read-only Application Settings.  I've read every MSDN page regarding this subject, I don't see that I am missing a reference - HELP !!!
    REPRODUCING THE PROBLEM:
    Step 1. Create a new C# solution and Windows Forms project. 
    Step 2. Add a reference to System.configuration
    Step 3. Right click the project, choose Properties, then Settings.
    Step 4. Using the Settings Designer, create ONE setting called "MySetting" as a String with the value "MyValue".
    RESULT: Observe the Errors like these, complaining about all of the Settings tags and elements.
    Message 1 Could not find schema information for the element 'applicationSettings'. 
    Message 2 Could not find schema information for the element 'LoadOriginalLists.Properties.Settings'. 
    Message 3 Could not find schema information for the element 'setting'. 
     HERE IS MY APP.CONFIG, AS GENERATED BY THE SETTING DESIGNER TOOL:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="LoadOriginalLists.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <applicationSettings>
    <LoadOriginalLists.Properties.Settings>
    <setting name="MySetting" serializeAs="String">
    <value>MyValue</value>
    </setting>
    </LoadOriginalLists.Properties.Settings>
    </applicationSettings>
    </configuration>

    Ummmm... okay so these are Messages that are in the Error List.  Whether or not they are actually Errors is debatable.  They are in the Error List, so they are errors. 
    The application runs, so my question is slightly changed to the following.
    I would like to use Application Settings.  However, having settings in my app.config pollutes my Error List with a bunch of meaningless messages like "Could not find the schema information for...".  These messages then hide real errors. 
    Am I missing some setting or is there something I can do to make Visual Studio not show me these messages? 

  • Website with lots of technical information for farmers

    Hi,
    I am wondering how to set this up - I have a site with lots of technical notes that I want to put up under 5 different categories.  I want to include a search function so the customer can search for the info and it comes up.  However I also want it to be very clear on the homepage that the site is a tool for farmers and they can see straight away that it is a resource site and easy to access info.
    Should the articles be pages or an item in a web app?  I haven't used webapps for along time so not really sure.
    Any help would be greatly appreciated.
    Thanks,
    Tammy

    Sure it's on this site www.sheepconnectsa.com.au under Technical Information, there isn't alot there atm but will be after I have redesigned the site.
    Thanks for your help.
    Cheers
    Tammy
    Sent from my iPhone

  • Requesting Technical Information for Message Body OIE_DIRECT_PAYMENT_TO_EMP

    Requesting Technical Information on a Workflow Message Body
    Workflow -> Credit Cards(Internal Name - APCCARD)
    Process -> Payment to Employee(PAYMENT_TO_EMPLOYEE)
    Notification -> Notification of Payment to Employee by Direct
    Deposit(DD_PAYMENT_TO_EMP)
    Message -> Notification of Payment to Employee by Direct Deposit (OIE)(OIE_DIRECT_PAYMENT_TO_EMP)
    There is an enhancement request from our Client to add a Payment Date to the Notification
    DD_PAYMENT_TO_EMP Body. But, if we look at the Worflow, both Text Body and HTML
    Body of Message OIE_DIRECT_PAYMENT_TO_EMP is Empty.
    Following are my questions:
    1) Where exactly is this Body getting prepared and rendered ?
    2) What are the technical components involved here ?
    3) What is the Package.procedure if its a PLSQL or What is the CO/VO/Page name if its a OAF?

    Thanks for the input Pillai.
    Anyways, I had already tried your approach 1 of Item attribute PAYMENT_DATE to the message OIE_DIRECT_PAYMENT_TO_EMP, and setting a value to PAYMENT_DATE in the process before the Notification is sent out. But it did not work out.
    In Approach 2, where do we set the notification body using OAF or PL/SQL ? which OAF page or which PLSQL package ? I have almost checked most of the AP Packages, but was unable to find.
    Any other/more thoughts ?
    Thanks
    Ganganna

  • Help needed on mapping information for AT701 element in EDI X12 214 Transportation type (X12_00401_214 schema)

    Hi all,
    As per the EDI defined standard schema, AT701 element takes the following Enumeration values.
    <xs:element minOccurs="0" name="AT701" type="X12_ID_1650">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo notes="Shipment Status Code_1650" />
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:simpleType name="X12_ID_1650">
    <xs:restriction base="xs:string">
    <xs:enumeration value="A3" />
    <xs:enumeration value="A7" />
    <xs:enumeration value="A9" />
    <xs:enumeration value="AF" />
    <xs:enumeration value="AG" />
    <xs:enumeration value="AH" />
    <xs:enumeration value="AI" />
    <xs:enumeration value="AJ" />
    <xs:enumeration value="AM" />
    <xs:enumeration value="AN" />
    <xs:enumeration value="AP" />
    <xs:enumeration value="AR" />
    <xs:enumeration value="AV" />
    <xs:enumeration value="B6" />
    <xs:enumeration value="BA" />
    <xs:enumeration value="BC" />
    <xs:enumeration value="C1" />
    <xs:enumeration value="CA" />
    <xs:enumeration value="CD" />
    <xs:enumeration value="CL" />
    <xs:enumeration value="CP" />
    <xs:enumeration value="D1" />
    <xs:enumeration value="I1" />
    <xs:enumeration value="J1" />
    <xs:enumeration value="K1" />
    <xs:enumeration value="L1" />
    <xs:enumeration value="OA" />
    <xs:enumeration value="OO" />
    <xs:enumeration value="P1" />
    <xs:enumeration value="PR" />
    <xs:enumeration value="R1" />
    <xs:enumeration value="RL" />
    <xs:enumeration value="S1" />
    <xs:enumeration value="SD" />
    <xs:enumeration value="X1" />
    <xs:enumeration value="X2" />
    <xs:enumeration value="X3" />
    <xs:enumeration value="X4" />
    <xs:enumeration value="X5" />
    <xs:enumeration value="X6" />
    <xs:enumeration value="X8" />
    <xs:enumeration value="XB" />
    </xs:restriction>
    </xs:simpleType>
    Now, in my sample input file I am having a column "MileStone", and for example: If I have
    "Picked Up Date" in that column, I need to pass "A3" as the value for
    AT701 element as per the above code snippets. 
    Please let me know how to map the "Milestone to "AT701" element.
    If I straight away map those two fields, I am getting the below error : 
    error btm1046: Output validation error: The 'AT701' element is invalid - The value 'MileStone_0' is invalid according to its datatype 'http://schemas.microsoft.com/BizTalk/EDI/X12/2006:X12_ID_1650' - The Enumeration constraint failed.
    So, please guide me on how to map the above fields using the functoids. 
    Thanks in Advance..

    Hi Anand,
    You can try
    Value Mapping functiod along with Logical Equal functiod for this requirement.
    Connect the element “MileStone”
    to the Logical Equal functiod as the it’s first parameter. And add “Picked Up Date”
    as the second parameter.
    Connect output of the Logical Equal functiod as the first parameter to the Value Mapping functiod and “A3"
    as the second parameter.
    Connect the output of
    Value Mapping functiod “AT701”
    element.
    This maps the value “A3”
    to the element “AT701”, if the value of “MileStone” element is
    “Picked Up Date”
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Missing technical information on X200/X200s/X300 for final buying decision

    Hello Thinkpad community,
    I am planning to buy a thinkpad x200s, x200, x300 or x301 to replace my z61m.
    Since I am missing some detailed technical information, it is hard for me to make this decision. Please help me to fill the gaps.
    X200/X200s
    My favourite is the x200s, since the main requirement is ultra mobility. To make it usable also on the outside of buildings, I am interested how bright is the display
    1.) Candela / nit of X200s?
    2.) Candela / nit of X200?
    However, I want to use the notebook when I am at home as desktop system with a dual Monitor setup, too.
    3.) Does the x200 / x200s with extension bay support dual monitor setup (one via vga, one via digital output)?
    4.) If dual monitor setup is supported, what is the maximal supported resolution for two monitors?
    5.) Is dual monitor setup supported with linux?
    X300/X3001
    Just in case the display / resolution of the X200s is two small (I will have to check it in real in a lenovo partner store if it will be available in Germany) for me I will switch to X300 / X301.
    5.) Candela / nit of X300?
    6.) Candela / nit of X301?
    Dual Monitor support of X300 series?
    7.) AFAIK, X300 supports only dual monitor in combination with this usb-docking station with NO linux support (window drivers needed). Is that true?
    8.) AFIAK, the X3001 has dual display out on the notebook itself (vga and display port). Can thes ports be used in parallel fo dual monitor set up?
    9.) If dual monitor setup is supported with X301 is it working in combination with linux?
    64-Bit Operation System support
    If I wouldn't have stumbled across this tread (http://forums.lenovo.com/lnv/board/message?board.id=X_Series_Thinkpads&thread.id=1485&view=by_date_a... I wouldn't dare to ask, thought it would be impossible because of the 32-Bit processors. Does the X200 / x200s support 64-Bit Operation systems? Especially Windows Server 2003 Standard Edition or SUSE / REDHAT X86_64 64BIT? Not that I would need it for office usage, however some servers (local development & testing on ultra mobile thinkpads rocks ) require this.
    Thanks to your feedback! I am really eager to come to a decision, place the order and have a terrific ultra-mobile, but still desktop friendly notebook
    BTW: Is there any technical document listing some or all of the information which I am missing? If yes, I cannot find it on the lenovo web site...
    Thanks & Regards!
    Kris
    Solved!
    Go to Solution.

    welcome to the forum!
    here are a few links which may help your research.   the last link will give you specs on the various display panels among many other specs as well.
    http://www.pc.ibm.com/us/thinkpad/tech_library.html
    http://shop.lenovo.com/ISS_Static/merchandising/US/PDFs/x200_datasheet.pdf
    http://shop.lenovo.com/ISS_Static/merchandising/US/PDFs/x300_USEN_00.pdf
    http://shop.lenovo.com/ISS_Static/merchandising/US/PDFs/X301_Datasheet.pdf
    ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tabook.pdf
    64-bit OSes are supported on all X300/X301 and X200/X200s models.   server 2003 and 2008 are not officially supported but will run on the above equipment.   there's a chance that not all drivers can be found however, especially for 2003.   2008 is much easier to implement since it registers with most drivers and apps as simply being vista with SP1 (since vista shares 2008's kernel).
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • removed_by_mod How can I get technical information of screen fields by FM?

    Hi, experts.
    I want to get technical information of screen fields by using any FM.
    Actually, I know the screen field name and I need which DATA ELEMENT IS ASSIGNED
    to the screen field.
    Thanks for your answers in advance.
    Edited by: Julius Bussche on Jul 15, 2008 10:52 PM
    I edited your subject title. Pkease read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

    Hi Kim,
    I hope you may use the standard function module RS_IMPORT_DYNPRO .
    This function module takes input as program name, screen no and gives the complete information abot that screen.
    The tables parameter FTAB holds the information regarding all controls in the screen.
    FTAB parameters :
    FNAM : control name
    FILL : control type incase of push button it would be P
    STXT : Label or text of the control
    RES1 : Function code ,
    You can check all other parameter , and debug that function module to know more .
    Regards,
    Naveen Veshala

  • KB15N_No adjustment account found for cost element Message no. K5112

    When I am trying to post Manual Cost Allocation through TC KB15N with the following input data I am getting the following error message and the same could not be posted.  Kindly advise.
    Screen Variant used: 01 SAP Cost Center
    Input Type: List Entry
    Item No.1
    Sender Cost Center : 3402100942
    Cost Element: 6200001
    Amount : 62,201.56
    Receiving Cost Center: 3405100945
    First four digits represent profit center code.  If first four digits are equal the above error is not coming. But posting is needed with different profit centers.
    No adjustment account found for cost element
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element  in company code SCCL.
    Procedure
    Maintain the standard or enhanced account determination for transaction KAMV. Information on maintenance can be found in the program documentation.
    Execute

    Hi all,
    I face the issue like this but with transaction KOAP - Plan settlement
    But, the problem is that, I do not active reconciliation ledger, so I do not maintain any thing relate to reconciation ledger or adjustment posting? I can do transaction "actual settlement"  without error
    So, How this error come to me?
    And how I can fix it?
    Thanks all!

  • No Adjustment account found for cost element

    Dear Gurus,
    I am getting Three errors  msg "No Adjustment account found for cost element" when i try to run the conformation of production order create  ( T Code : C015 )"  and I am not able to save the record . like
    1 ).No adjustment account found for cost element
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element  in company code XXXX
    Procedure
    Maintain the standard or enhanced account determination. Information on maintenance can be found in the program documentation.
    Execute
    2) . No adjustment account found for cost element XXXXXXXX
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element XXXXXXX in company code XXXX.
    Procedure
    Maintain the standard or enhanced account determination. Information on maintenance can be found in the program documentation.
    Execute
    3 ) No account is specified in item 0000000002
    Message no. F5670
    Diagnosis
    No account was specified for account type "S" in item "0000000002" of the FI/CO document.
    System Response
    The Financial Accounting program cannot process the document.
    Procedure
    A system error has probably occurred in the application you called up. Check the data transferred to item "0000000002" of the FI/CO document.
    Could anyone please help me with this.
    Regards
    SAP CO

    Hi,
    iam not able to understand of this  SAP Notes: 531606 and 1027645
    Could you pl give me full details for come out this problem.
    Regards
    SAP CO

  • Bussiness logic/technical flow for  report with tcode MB5B

    Guys,
    Please send me any Functional Spec or Technical Spec of the standard SAP report with tcode MB5B ( Stock as on posting date). Any document explaining logic or technical flow is very much useful to me..I need to understand the logic and what are all the underlying tables used. I will assign more points to anyone who help me.

    MB5B - Stock on posting date
    The report Stock for posting date lists a company's own stocks in a particular time period (earliest date/Time 00:00, latest date/time 24:00).
    The posting date is used for selection. Note that the posting date may be different from the entry date (date entered in the system) as well as the document date.
    Starting with the current stock balance, the report uses the material documents to calculate the stock balance for the specified posting date.
    Requirements
    You need authorization to display material documents for all chosen plants (authorization object Material documents: plant, activity 03).
    Output
    Thisreport issues a list with the following information for each material:
    Stock quantity and stock value on first date
    Total and value of all receipts
    Total and value of all issues
    Stock quantity and stock value on last date
    List of the material documents that were posted in the specified time period
    To go to the detail screen for the material document item, place the cursor on a material document and choose Goto -> Document item
    If you require more data and want a detailed evaluation, you can enhance the current layout or choose another existing layout via Settings -> Layout.
    Tables Used :
    t001; t001w; t001l; mchb, mbew,mseg.
    Thanks

  • Could not find schema information for the attribute 'filename'

    Can anyone help me.
    I download the VB.NET sample source and try to run the application and got this error.
    "Could not find schema information for the attribute 'filename'"
    and
    "Could not find schema information for the attribute 'url'"
    and
    "Custom tool warning:Schema validation warning:Schema item 'element' named 'AccountWS_AccountUpate_Input' from namespace 'urn:crmondemand/ws/account/' is invalid. Namespace 'urn:/crmondemand/xml/account' is not available to be referenced in this schema"
    Thanks
    Pitiporn

    Are these errors or warnings? If warnings, you should be able to just ignore them.

  • I can no longer edit information for streaming files in Get Info.

    I can no longer edit information for streaming files in Get Info.

    Similar problem here. My Ical refuses to edit or delete events. Viewing is possible, though sometimes the whole screen turns grey. Adding new events from mail is still possible. The task-pane completely disappeared. My local apple technic-centre messed about with disk utility for a bit and than told me to reinstall leopard. I could of course do that, but it seems to me that reinstalling Leopard just to fix iCal events is a bit invasive.
    I tried also tried removing everything, installing a new copy of iCal from the leopard-cd, software updates, all to no avail.
    At the moment I'm open to all suggestions that do not include a complete leopard reinstall.

  • Downloading error for Photoshop Elements on my Mac 10.5.8. Help!

    Downloading error for Photoshop Elements 11 on my Mac 10.5.8. After downloading and getting past the serial number information, the error below occurs. I've restarted the computer, and reinstalled the application install process several times now. HELP!
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 12 error(s), 13 warning(s)
    WARNING: DW066: OS requirements not met for {FA19351D-E98C-48C1-B5E1-0C8C42B5E11C}
    WARNING: DW066: OS requirements not met for {F7FD5B5C-CE79-4657-AEB7-B0EE4626C912}
    WARNING: DW031: Payload:{F6F5021E-0548-43C1-82CC-C5C7A6906585} Camera Profiles Installer 7.0.0.0 has been updated and has been selected for repair. The patch {0449467E-102A-4514-9F4D-91BCEE129390} Camera Profiles Installer_7.1_ElementsCameraRawProfile7.0All 7.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{F6F5021E-0548-43C1-82CC-C5C7A6906585} Camera Profiles Installer 7.0.0.0 has been updated and has been selected for repair. The patch {0449467E-102A-4514-9F4D-91BCEE129390} Camera Profiles Installer_7.1_ElementsCameraRawProfile7.0All 7.1.0.0 will be uninstalled now.
    ----------- Payload: {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 -----------
    ERROR: DW030: Custom Action for payload {64191879-379D-4ADF-9D1E-929FC71E7218} Elements 11 Organizer 11.0.0.0 returned error. Failing this payload.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw for Elements 11: Install failed
    ERROR: DW050:  - Elements 11 Organizer: Failed due to Language Pack installation failure
    ERROR: DW050:  - Elements 11 Organizer_AdobeElements11Organizer_en_US: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5: Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe Photoshop Elements 11_AdobePhotoshopElements11_en_US: Install failed
    ERROR: DW050:  - Adobe Photoshop Elements 11: Failed due to Language Pack installation failure

    you don't meet the system requirements:
    Multicore Intel® processor
    Mac OS X v10.6 through v10.8
    1GB of RAM (2GB for HD video functions)
    4GB of available hard-disk space (additional free space required during installation)
    1024x768 display resolution
    DVD-ROM drive
    QuickTime 7 software required for multimedia features
    Internet connection required for Internet-based services*
    update your os.

Maybe you are looking for

  • Mail icon and e-mail

    The mail icon was missing from the dock when I opened my iMac. 1.) Where can I find the icon to be able to access mail; 2.) How can I prevent this from happening to other icons? Thanks for your help!

  • FM for List of all Products

    Hi , Can anyone help me in finding out the FM for the List of all Products   without specifying any input fields. Regards, Sijo.

  • Re: unable to update Premiere 2014 to 2014.1 (8.1) on PC (Windows 8.1). CC says it is 'up-to-date'

    I am having the same problem PP will not update from 8.0 to 8.2. i do see in the install logs that updater has attempted to install 8.2 so there must be an error somewhere. that said, am i correct in understanding the only fix is manually uninstallin

  • Trouble upgrading to Snow Leopard

    My iMac is the first one with the Intel Core 2 - I'm guessing 5 of 6 years old.  I ordered Snow Leopard anticipating upgrading to Lion and version 10.6.3 will not install.  Do I not have the systems requirements needed for Snow Leopard? The specs say

  • Return stock bootloader to ZTE Open C

    Recently, I followed a guide on how to install android 4.4 on a zte open c, mostly to see how it was: https://www.youtube.com/watch?v=axOYIfo7y2s After quickly getting bored and wanting to return to Firefox OS, I installed the 'droid to FFOS package,