XML style sheet error at Validate step in FDM for few locations

Hi All,
Users are facing the "XML page cannot be displayed - The style sheet doesnot contain a document element. The style sheet may be empty, or it may not be weel-formed XML document.." for very fre locations while validating the data.
Please advise as it is most annoying thing for users.
Thanks and Regards

You will need to check a few things:
a) Check that the Integration Option in the HFM Adapter "FDM WEB SERVER NAME" matches the value that the users are using to access FDM.
http://<fdmwebservername>/HyperionFDM
Make sure that the server host name is entered into this option.
b) Check that the XML file type on the users workstation is configured to open with Internet Explorer and not the XML Editor.  You can do this by creating a text document named test.xml and right-clicking on it and choose "properties" and update the program to open the file to Internet Explorer and save.
c) Make sure that the FDM Web Site is in the users trusted sites in the IE Browser
d) Make sure that the "Automatically prompt for file downloads" and "Automatically Prompt for Active-X Controls" options are set to Enabled in the IE Settings.

Similar Messages

  • Can the XML style sheet be embedded in the report file?

    My customer would like to be able to share test reports with several locations. The problem is that sending just the XML report file is not enough. The report file points to a style sheet that must exist at the specified path on the destination PC. It creates problems when one simply wants to email over a test report. I have customized the style sheet slightly to make things easier to read. So, can I embed my custom style sheet in each report file?
    Thanks,
    Daniel L. Press
    PrimeTest Corp.
    www.primetest.com

    Hi,
    The XML style sheet should not be embedded into the report file. Since XML would represent raw data, you would not include information on how to interpret it. However, there is a way for you to easily reference your style sheet, even when it is on another computer.
    1) Go to Configure >> Report Options in TestStand, and change the style sheet file to your style sheet.
    2) Uncheck the "Store Absolute File Path" box.
    3) Make sure the style sheet is in the same folder as your report.
    You can view this on any computer, and now a relative path is now being used to reference the file.
    Allen P.
    NI

  • XML Style sheet

    Does anyone know how to create xml style sheet from oracle report. Or is it possible thru the tool ?
    Please let me know.
    Thanks
    Rakesh

    You will need to check a few things:
    a) Check that the Integration Option in the HFM Adapter "FDM WEB SERVER NAME" matches the value that the users are using to access FDM.
    http://<fdmwebservername>/HyperionFDM
    Make sure that the server host name is entered into this option.
    b) Check that the XML file type on the users workstation is configured to open with Internet Explorer and not the XML Editor.  You can do this by creating a text document named test.xml and right-clicking on it and choose "properties" and update the program to open the file to Internet Explorer and save.
    c) Make sure that the FDM Web Site is in the users trusted sites in the IE Browser
    d) Make sure that the "Automatically prompt for file downloads" and "Automatically Prompt for Active-X Controls" options are set to Enabled in the IE Settings.

  • Editing style sheet error

    Whenever I try to edit a component of my style sheet, I keep getting this error.  (attached screenshot). I look at the ipdc-screen.css is on my local disk. ???

    I can't see the top of your page, where you link the stylesheet to your page, but if you are linking with an absolute link (http:// etc. etc.), you are linking to an online file, and that will not be available to be edited locally. I would do as the warning suggests, and download the file to your local system.
    If the file is indeed available locally in your site files, then you should change the link to a local, document-relative link instead of an absolute link.
    If you are linking to the online stylesheet because it is a standard across departments, then perhaps it should not be edited. You can make an additional, editable stylesheet to go along with (and modify) the styles in the online stylesheet. When you do so, be sure to place the link to your new stylesheet after the link to the online stylesheet.
    Beth

  • "Could not find  Dreamweaver Fluid Grid style sheet error" in Dreamweaver CS6

    I have error in Adobe Dreamweaver CS6 which is part of the Creative Suite 6 Master Collection.
    Error  was when I trying to use "rubber" <div> layout: "Could not find  Dreamweaver Fluid Grid style sheet". When I clicked on the button in the  sidebar, in the new document.

    #1 Go to File > New FluidGrid Layout > select 3rd item > Hit Create button.  See screenshots.
    #2  DW will prompt you for a file name and location for your new FluidGrid.css file.  Give your style sheet a name without spaces or special characters eg. MyFluidGrid.css.  Save.
    #3 From the SourceCode tag, hit Ctrl+S to Save your HTML Page.  DW will set the corrected path to your external files: 
    MyFluidGrid.css
    boilerplate.css
    respond.js
    That's all there is to it.
    Nancy O.

  • Style Sheet error in Transaction code ME21N

    After executing the Transaction ME21N.If we press "Help push button" the system should open help on the left side of the system. But in our case it is displaying only one line.                          
    <style type="text/css"><
    It seems to that some style sheet are missing. We have just upgraded the R/3 support pack from 39 to 48. Before support it was working fine.    
    we have the same problem with transaction ME51N.Please suggest.                                                          
    Thanks and Regard
    Amandeep Singh

    Hi
    That table stands for Customer/Vendor Tolerance
    Go SM30 and put V_T043G table and press maintain. Then Copy 0001 and change the Company code & currency - SAVE
    Hope your problem will solve
    Regards
    Tanmoy

  • link href="style sheet error returned"

    <link href="rescueRegister.css" rel="stylesheet" type="text/css" />
    Check browser compatibility in DW CS4 on mac returned the following but did not suggest solution. Anyone have a suggestion?
    Found 4 errors in rescueRegister.css
    Affects: Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Opera 8.0, 9.0; Safari 2.0

    Here is the css
    @charset "UTF-8";
    body  {
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    .thrColFixHdr #container {
    width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 825px;
    .thrColFixHdr #header {
    background-color: #DDDDDD;
    background-image: url(images/rescuehead.jpg);
    height: 200px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10;
    padding-left: 20px;
    margin: 0px;
    .thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 205px; /* padding keeps the content of the div away from the edges */
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    height: 500px;
    background-color: #F9F4EF;
    }.smallprint {
    font-size: 10px;
    color: #444;
    CSS
    #navcontainer
    background: #f0e7d7;
    width: 205px;
    font-family: georgia, serif;
    font-size: 13px;
    text-align: center;
    text-transform: lowercase;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 1em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 0;
    ul#navlist
    text-align: left;
    list-style: none;
    padding: 0;
    width: 205px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    ul#navlist li
    display: block;
    margin: 0;
    padding: 0;
    ul#navlist li a
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 2em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #555;
    text-decoration: none;
    background: #f7f2ea;
    #navcontainer>ul#navlist li a { width: auto; }
    ul#navlist li#active a
    background: #f0e7d7;
    color: #800000;
    ul#navlist li a:hover, ul#navlist li#active a:hover
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
    .thrColFixHdr #mainContent {
    margin-top: 0;
    margin-right: 55px;
    margin-bottom: 0;
    margin-left: 220px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    .thrColFixHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 11px;
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    h2 {
    font-size: 18px;
    a:link {
    color: #022A4E;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #5D1A0F;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    h1 {
    font-size: 24px;
    line-height: normal;
    font-style: normal;
    text-align: left;
    padding: 0px;
    margin-top: 21px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    #mainContent p small print {
    font-size: 12px;
    color: #777;
    #mainContent p small print {
    font-size: 10px;
    color: #444;

  • Error from LOA Self service page for few employees

    Hi
    I have a problem in our production environment were few employees are receiving the following error when they enter absences from LOA SS.
    We did not make any security profile changes. Please advise.
    1. java.sql.SQLException: ORA-20001: An error occurred when trying to retrieve the default person type for your business group. Please check that you have a business group and a security profile assigned to your responsibility. Depending on your security setup, you can do this either by viewing the HR:Business Group and HR Security Profile profile options, or by viewing your responsibility in the Assign Security Profile window. You must also check that you have a default and active Assignment Status Type defined for your business group. If the above are set correctly then report this problem to your System Administrator. ORA-06512: at "APPS.PQP_GB_OSP_FUNCTIONS", line 6712 ORA-06512: at line 1
    2. Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: An error occurred when trying to retrieve the default person type for your business group. Please check that you have a business group and a security profile assigned to your responsibility. Depending on your security setup, you can do this either by viewing the HR:Business Group and HR Security Profile profile options, or by viewing your responsibility in the Assign Security Profile window. You must also check that you have a default and active Assignment Status Type defined for your business group. If the above are set correctly then report this problem to your System Administrator. ORA-06512: at "APPS.PQP_GB_OSP_FUNCTIONS", line 6712 ORA-06512: at line 1 ;
    Regards
    Amarnath.K

    This is a pain; this can happen when users manage to submit or approvel leave of absence transactions without selecting a responsibility first.
    It's when you select a responsibility that the HR initialisation is performed, including setting the Business Group and Security Profile context. No responsibility selected = no proper initialisation.
    How can a user do this? Easy:
    a) Access a Saved For Later notification from the worklist and continue the transaction
    b) Access an item via Favourites
    c) Approve a transaction via a notification in the worklist
    d) Approve a notification by accessing a link through an email notification
    What can you do about it?
    Well if your single Business Group and you haven't enabled multiple security groups you can usually just set HR: Security Profile and HR: Business Group at the Site level.
    If you're multiple Business Groups or you have enabled multiple security groups then you may need to consider:
    • Removing the worklist from the home page (or making the Subject non-clickable)
    • Removing Favourites functionality
    • Disallowing email notifications from being clickable (this is a customisation)

  • Error there is no  source code for current location

    Hi,
    i am very new web tool customization this my first sample page for testing how the netpont.api.dll and netpoint.dll below  i add code
    pls guide me how to compile in aspx,iam very new
    using System;
    using System.Data;
    using System.Configuration;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;
    using netpoint.api;
    using netpoint.classes;
    public partial class _Default: NPBasePage
        protected void Page_Load(object sender, EventArgs e)

    There are a number of examples in the plugins directory.  If you are on 5.9, look at the ones that have no .cs files.
    The connection is created for you automatically in NPBasePage.  I gave you an example of using it in your other post.
    I can't give you a complete example because the forum does not allow script tags to be posted.
    If you use the API objects you should be able to get most of the data you need.  If you want to do a direct query of the db you can use ADO or the the DataFunctions, which are simply a wrapper of ADO.  Following is an example of using the DataFunctions:
    <%@ Control Language="c#" %>
    <%@ Import Namespace="netpoint.classes" %>
    <%@ Import Namespace="netpoint.api.catalog" %>
    <%@ Import Namespace="netpoint.api.data" %>
    <%@ Import Namespace="System.Text" %>
    --script tag here
        void Page_Load(object sender, System.EventArgs e)
           // this is the object that contains the connection object
            NPBasePage bp = (NPBasePage)Page;
            Stringbuilder sb = new Stringbuilder();
            sb.Append("SELECT OrderID, AccountID, UserID, GrandTotal ");
            sb.Append("FROM OrderMaster ");
            sb.Append("WHERE CartType = 'O' AND AccountID = @acctid");
            DataParameters dp = new DataParameters (1);
            dp.Add(NPDataType.NPString, "@acctid", bp.AccountID);
            myGridView.DataSource = DataFunctions.GetDataSet(sb.ToString(), dp.Paramters, bp.ConnectionString);
            myGridView.DataBind();
    --close script tag here

  • I am forced to hold shift and refresh the page on 99% of the sites I visit. How do I fix this from happening? If I don't the pages are missing style sheets and etc.

    When ever I go to sites they half load or are missing style sheets. If I view the source for the page and click on a style sheet link I get the following error:
    Content Encoding Error
    The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
    If I hold shift and refresh the page loads as normal.
    It's happening on 99% of the sites I visit. I have disabled my plugins and add-ons.
    I do have some add-ons or plugins that I would like to remove completely but there is no uninstall or remove option, neither in regular or safe mode.

    '''I'm NOT buying a backup Computer till, Firefox will Run on Windows 8 !'''

  • Variable Entry Style Sheet (CSS)

    The Web template uses the style sheet from the MIME repository:
    <link href=/sap/bw/mime/BEx/StyleSheets/BWReports.css  type=text/css rel=stylesheet>
    But, when the variable entry screen is displayed when executing the query it is not formatted and uses this style sheet:
    <link rel="stylesheet" href="OWNER">
    What is missing or needs to be configured so that the variable entry page uses the same style sheet as the Web template?
    Thanks for the help in advance.

    i had ot type out in the file:css in order for it to be imported into DW i dont know why its doing that.
    Did you define a local site folder in DW before you begain your project? 
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    This critical first step allows DW to manage your site links and assets for you.  Without a local site folder definition, many of DW's advanced features won't work.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Use of tables and style sheet

    Hi all,
    I am strungling using tables in RoboHelp HTML 7, to generate
    webhelp.
    What I try to accomplish is using tables in RH, and have its
    formatting defined in a style sheet. The html code generated by RH
    should be nice and clean. If possible I would not like to go into
    the HTML code, I prefer the use of the Design editor.
    I have the following in a new file in the RoboHelp table
    gallery:
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    The following is in the CSS file:
    quote:
    table {
    border: 2px #c0c0c0 solid;
    border-collapse: collapse;
    width: "100%";
    margin: 10px;
    td, th {
    border: 1px #c0c0c0 solid;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    th {
    background: #ffc000;
    When I insert a table into a page, using the table file I
    created above, the html looks like:
    quote:
    <table x-use-null-cells>
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    </table>
    So, RoboHelp adds a number of styles to the inserted table
    that overrules the style sheet. That shouldn't be done.
    Also, in the RoboHelp editor the table looks different than
    in the preview. That shouldn't be a big deal, but something is
    missing:
    - There's no table caption shown.
    - The background in the table header is not colored as I
    expected to be.
    To eliminate the behavior of RoboHelp with respect to the
    table gallery, I created a new page in RoboHelp, and opened the
    HTML view. I inserted the following to create a new table.
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    When switching to Design view and bach to HTML, it has been
    converted by RoboHelp to:
    quote:
    <table x-use-null-cells>
    <col style="width: 5%;">
    <col style="width: 40%;">
    <caption>CAPTIONTITLE</caption>
    <tr><th style="width: 5%;" width=5%>
    <p> </th>
    <th style="width: 40%;" width=40%>
    <p> </th></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    </table>
    That seems ok, there are no styles redefined, other that the
    width.
    In Design view the table looks different than intended,
    however in preview it is as expected. I shows the caption tile, and
    the background of the table header, and text alignment is correct
    (at the top of each cell).
    So, my interpretation is that RoboHelp messes up the nice and
    neat html code when using the table gallery, and does not show the
    table in Design view as it would like in the Preview.
    As a consequence I think I will copy and paste the table code
    into the html directly, rather than using the table gallery.
    Unless, there's a good solution by using the table gallery.
    It would also be nice that the Design view behaves as a
    WYSIWYG editor.
    Has anyone an idea how I can use tables in RoboHelp as easy
    as possible, while keeping the benefits of style sheets?
    TIA,
    Andre
    BTW, my excuses for using quotes rather than attach code, but
    it seemed all code was added to the end.

    You should avoid locking yourself into a single solution for
    anything to do with RH (or any other help authoring tool, for that
    matter). Whether dealing with lists, tables, or images (the three
    major areas that usually create problems), it's wise to strike a
    balance between the features and drawbacks in HTML, CSS, RH, and
    web browsers.
    Confronted with the issue of changing border colors and table
    heading colors earlier this year (and having to do this for the 42
    projects in our merged WebHelp project), I simply used
    FAR to change the hex numbered
    colors in the code, outside of RH (from #808080 to #d8e4f8, for
    example). Some freeware products for content replacement are also
    available.
    If you've used those colors for other things, such as H1/H2,
    or other backgrounds, etc., you'll need to identify all table uses
    first, and then change only those instances. You could then set up
    a batch file to change all border-right-color: #808080;
    border-left-color: #808080; etc. all at once
    You could also just use the RH Multi-File Find & Replace
    if you're only dealing with a few projects, since these table
    attributes are likely to always appear as complete on a single line
    (the RH feature doesn't handle search and replace strings
    interrupted by line breaks and multiple spaces).
    All of our tables had been created using Rick's solution via
    the Table Gallery, and the background and border colors show up
    identically in Design, Preview, and output views. The only use of
    the css for our tables is the styling of the actual text that
    appears in the cells (TableHead, TableRow, TableSubHead), such as
    shown in the attached code below.
    BTW, another look at your original post shows that your claim
    that "RoboHelp adds a number of styles to the inserted table that
    overrules the style sheet," is not quite on the mark. The only
    change is that the
    "padding-left:" value has been increased from the CSS 5px to
    10px. I would guess that you have a 5px indent in either your BODY
    or P tag in the CSS, thereby resulting in the value being increased
    to the total of 10px.
    Good luck,
    Leon

  • How to attach a CSS style sheet ?

    Hi,
    How to attach a CSS Style sheet to a portal page ?
    Thanks for your help,
    Jean-Christophe

    For a standard Portal page you should use the Portal styles and associate them to a page. These effectively generate a CSS style sheet anyway if you view the HTML source of a rendered page in your browser.
    Using the correct PDK APIs you effectively reference the CSS tags in your Java or PL/SQL code.
    If your portlet need to open a page in a new window you can no longer reference the Portal page style as the CSS style sheet does not get attached.
    In this situation, code your HTML as normal and reference your CSS style sheets as normal.
    If you create you CSS sheet you can store it in a page as a file and access using the direct access URL like I showed you in a previous response regarding the storing of images.
    Cheers,
    John

  • Style sheet administration

    I would like to see a new InDesign feature or add-on whereby I could administer and edit paragraph/character style sheets for multiple documents, rather than having to individually edit style sheets in all those documents.
    Rather than the style sheets being embedded in the document, they could be linked to it from a central set.
    Recently I was involved in a job where we had to change the style sheets on 40,000 templates. Lucrative for me on a freelance basis, but somewhat tedious...

    Interesting idea.
    But do you know you can already do a lot of what you want by using the Book feature? As long as the style names are EXACTLY the same in all the files you can add files to a Book (.indb) and synchronize the styles for all to a single document of your choice (the one you edited). Just be careful NOT to synch any sort of numbering or anything else.

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

Maybe you are looking for

  • HELP cant get it to get music, frusterated into te

    ok, i got it for christmas, and i was realy looking forward to getting it going cause i have an mpc port in my car and i dri've alot, well...you get the drift, either way, i cant get it to work, i tried calling the customer support, but forgot they w

  • Cleaning iMac screen

    I have an iMac from 2007. What is the best way to clean the screen? What type of product would one use. Best, ISAAC

  • How to downgrade EFI 1.8 to 1.7 on Macbook Pro 5,1 (late 2008)

    I need to downgrade my EFI 1.8 to 1.7 and then 1.7 to 1.6 to be able to use my new hard disk Western Digital 640GB blue. Can anyone send me the link of the dmg? Thanks in advance!

  • OpenOffice and X11

    Hi, I just purchased a MacBook Pro. I installed X11 and then Open Office. When I run OO I have to also open X11. This brings up an xTerm window and the OO writer. My problem is that I do not know how to get back to the Mac window. I am stuck on a blu

  • Z10 screen not responding after 10.3. update, 28.2.15

    The latest OS update by BB has turn my mobile into an unusable piece of equipment. The touch screen works now only randomly. After unlocking the screen automatically magifies and all icons disapear. I have to swipe again to reduce screen size so that