Multi-Tabbed PDF Output / 9i graphics

1 - Is there a clean and easy way to create a multi-paged report (each page having a unique layout) using either 6i or 9i Reports? I already know how to create a multi-paged report with the same layout but am having a hard time creating a large document (ie 30+ pages) with each page having a unique layout. Or is there a way to link multiple reports together to generate a PDF in 9i?
2 - Have the graphics capabilities of 9i been greatly improved over 6i? I have developed extensively in 6i and am able to do the basics plus a little bit more in graphics builder but am wondering if the graphics has been improved in 9i.
Any and all help or opinions are greatly appreciated.
- Greg

1) Yes, you can create a new layout in each section (of which there are three). If this isn't sufficient then you could create a new layout on each new panel in the layout editor (i.e., scroll down the page and add a new layout after the end of the previous page). This will probably get pretty unwieldy pretty quickly though.
2) Yes, there's a completely new graphics component that supports many more graph types than 6i.
Regards,
Danny

Similar Messages

  • Whats the best way to produce PDF output for Graphics

    Greetings;
    I posted something earlier which received no replys, so I figure I probably asked the wrong question.
    I have recently migrated an application over from Delphi and I have to admit that I'm not as familiar with using Java and Graphics as I wish I were - I'm learning fast though..
    Anyway I have an bufferedImage object in which I am drawing a few lines, pasting some text, and drawing circles and such. I currently am saving the file as a JPG using the following snippet of code:
        try
          FileOutputStream fos = new FileOutputStream(fileName);
          JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(fos);
          encoder.encode(myBImage);
          fos.flush();
          fos.close();
        catch(Exception e)
          System.err.println(e.toString());
        }I've seen a few posts about PDF which all seem related to Text and printing as such - in fact the only post I've seen about converting a JPG to PDF seemed to circumvent the whole graphics object - which isn't a choice (I don't think it is) in my case.
    Can anyone just provide me the best direction to look for this?
    Thanks again;
    Eirik..

    Ouputing PDF manually can be large undertaking, i would recomend you refere to the many open source project of apache to use a pre-built method of output.
    jakarta.apache.org
    ( there are two projects that accomplish what you are trying to do .. i just cant remember their names off the top of my head. )

  • How can i automate .pdf output and organize by color/bw?

    how can i "automate" multi-page .pdf output to preflight/imposition software workflow, organized by color/bw?
    basically what i'm trying to do is create a simple output function from InDesign that allows the user to just export a multi-page .pdf into a hot folder and on through preflight and imposition software. i want to be able to tell the hot folder which pages are color -so it can separate, rename and direct color pages to a color queue and b/w pages to a b/w queue.
    i've researched indesign distiller presets and the Acrobat JDF but the JDF isn't really meant for this exact purpose and doesn't help reduce the number of steps currently necessary to manually output/rename/etc.
    is there another way that i can embed information into a .pdf that could be read by a hot folder?

    You might check out this third-party plug-in for InDesign. It may or may not help you (I've never used it). I just saw it on the new Adobe Exchange (beta in Adobe Labs). Here's the description:
    Output Factory automates printing and exporting from Adobe InDesign. Export as single pages with variable file names, output layer versions, update modified links on the fly, preflight InDesign files before output, output to several format at once and much more.
    Just select the documents, adjust settings and Output Factory will do the rest for you. Keep working with other programs while Output Factory processes InDesign files in the background. Or leave it working overnight to output hundreds of documents, and the job will be done when you return in the morning.
    Key features:
    • Output multiple InDesign files automatically
    • Output as single pages
    • Automate printing and exporting to PDF, PostScript, EPS, Flash, IDML, EPUB and several image formats
    • Output files to multiple formats at once
    • Layer versioning: output layer combinations as single files
    • Update modified links automatically
    • Variable output file names
    • Preflight InDesign files and final PDFs
    • Supports books and booklet printing
    • Send output files over Internet and locally
    • Detailed output history
    System Requirements:
    - Adobe InDesign CS3-CS6
    - Mac OS X 10.5 and later, Intel-based Mac

  • Placed rasters shift colors in PDF output

    Hi all,
    New to the forum but been working with CS tools for many years now. I'm sure this problem is fairly straightforward but it has me completely stumped.
    This problem has surfaced recently; I've noticed it before but the situations were never as severe. It appears that when I place a raster on a page, the colors of the other objects on the page change. This happens only on the page where the graphic is placed, and only with raster images; vector graphics and text etc. are fine. File types also do not change the result; the issue happens with BMP, PSD, JPG, with or without transparency.
    The document is strictly for viewing as a presentation on-screen, via PDF. I am maticulous in making sure all the objects are in RGB color space and sRGB is used wherever possible.
    In the image below, the graphic on the left slide is a raster with transparency from PS, and on the right slide a vector graphic (PDF from Visio). The blue background is a rectangle on the master filled with a spot color (0, 44, 119 / Pantone 288C), and the text is on the page in a frame from the master. The text and blue background appear correctly on the right slide, and seem somewhat flatter on the left slide. This is only apparent in PDF form, on-screen in ID they both look correct.
    Anyone have any advice? Thanks in advance for your help.

    Hey all. thanks for the replies; I am closer but further from a solution. I have experimented with your suggestions and this is what I found:
    I re-assigned sRGB to the document and checked that Transparency Blend Space was Document RGB, no change.
    Exporting to PDF/X-4 does resolve the issue IF the Blue stays as a spot color.
    Exporting to PDF/X-4 with the Blue as a process color results in all pages appearing "faded", including those that are text-only, except those with shapes (simple rectanges/lines) or .ai vector graphics, with shadows.
    Exporting to PDF/X-1a results in all pages appearing "faded" regradless of content.
    Although PDF/X-4 and spot colors results in proper appearance, I am actually producing an Interactive PDF (transitions, embedded flash objects), and once you select "Interactive", the dialog for export options is totally different than the "Print" dialog, and there are no color options at all, so what I need is to resolve the issue pre-export, somewhere in my other settings. Swapping Spot Vs. Process colors (as Rob indicated) had no effect when exporting to Interactive.
    I did notice that the option in PDF/X-4 that caused the change was on the "Output" tab, having "Output Intent Profile Name" set to standard (Document CMYK - U.S. Web Coated). If I enable that setting on any export profile and use spot colors, everything is correct (except the lack of interactive elements)
    I also tried switching Color Management Policies ("Convert to Working Space" Vs. "Preserve Embedded Profiles") in Color Settings, no change.
    Any other ideas? Thanks for the input!

  • PDF output in character mode

    Hi,
    We are trying to print a XML out put in PDF format using dot matrix printer. The problem is, the dot matrix printer is printing in graphic mode, i.e. each line is printed as two halves. We need each character to be printed as a whole character. Due to graphic mode printing the report is not legible. Suggest some font that can be used in the template which will appear legible in dot matrix.
    Or any other way to print the PDF output in character mode.
    Regards,
    Anupam

    Hi,
    this sounds like a printer driver / firmware issue. I'd suggest to discuss that issue with the printer vendor and maybe get support from them to get the printer working for PDF files.
    Another option is to put some filters in the print queue to convert the PDF into other formats, bitmap or postscript or whatever the printer understands.
    I don't think this is a problem related to BI Publisher, as long as the PDF displays fine on your screen.
    best regards,
    David.

  • XML Publisher Multi tab Report: Help needed

    Hi,
    I have a requirement like below--
    Need to develop master detail XML Report in R12. O/P will be in excel.
    Excel output having two Work sheet.
    Some columns data must be non editable in excel output ,whereas some columns will be editable.
    User must not be able to add any line manually in the report.
    Can anyone pls help me out to find a way to build this?????????
    Thanks
    Titas

    Hi Titas,
    Any luck with this? Were you able to create a multi-tab report using XML Publisher? Any help on this will be greatly appreciated.
    Thanks.

  • Special Characters in XML Publisher PDF Output

    Hi,
    I'm printing "Long Text" in report output in every line based on tab.
    Report output is having special characters like \n.
    I was using below to print in next line, any suggestions for removing \n.
    Below is what was happening:
    ===================
    RDF:
    =====
    lv_notes := replace(:CF_LONG_TEXT_DESC, chr(9), ' ') ;
    lv_notes1 := replace(lv_notes, chr(10), ' ') ;
    lv_notes2 := replace(lv_notes1, chr(13), ' ') ;
    XML
    ===
    <CF_LONG_TEXT_desc>
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    </CF_LONG_TEXT_desc>
    PDF Output
    ==========
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    Thanks.

    >
    Initial Value
    =======
    <?CF_LONG_TEXT_desc?>
    Changed to (Below gives me error)
    ========
    <?<xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>?>
    Changed to (Below doesn't fetch data)
    ========
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>
    >
    must be in field as
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>

  • Problem with PDF output quality

    We recently upgraded to CS4 Suite Design premium and i am having problems getting illustrator to print high quality output.  I have a file created in illustrator which contains 300dpi tiff images created in photoshop (CMYK colorspace in both photoshop image and illustrator file)  when i print this file to pdf everything looks hi-rez except these images.  i have attempted adjusting all the obvious settings in the print dialoge box including:  Output/Printer Resolution, Graphics/Postscript level, Advanced/overprint and transparency flattener options/custom settings.  and nothing has worked.  Other things i have noted, is that in the print dialog box the only presets listed are Custom, Default and Default Web/Video/Mobile.  I have looked through the online help files and found the info on how to add "High Quality Print" to my adobe pdf presets, however it doesn't work.  furthermore i have tried the instructions here: http://help.adobe.com/en_US/Illustrator/14.0/WSA79FA899-BC95-401e-BD44-5B26BC31B369.html  where it says to move the files from "Documents and Settings\All Users\Application Data\Adobe\Adobe PDF\Application Support\Adobe PDF"  however there is no folder called "Application Support" on my system.  I have run out of ideas.
    The odd thing here, is that i can take the AI file into photoshop, and print a "High Quality Print" from photoshop with no problems, but i'd like to remove this step to speed up my workflow.
    I've attached both the high-quality pdf output from photoshop and the low-quality pdf output from illustrator for reference. (look closely at the logo's)

    Figured it out myself! yay!  (only took my entire moring)
    The solution:
    Dont print to PDF!
    SAVE AS COPY, then select Adobe PDF and click SAVE, this will bring up a dialog box with the options you need (including the "High Quality Print" Adobe PDF Preset)
    This was not clear in any of the instructions i read

  • Create a single tall image from a multi-page pdf file

    I would like to take a multi-pake pdf file, and have all of the pages "appended" from top to bottom edge to create a single tall image. I am a teacher, and I currently do this by hand, I am then able to annotate the entire page and croll down an entire document inside of Photoshop.
    Here is an example: I have a pdf with 4 pages. Currently I open the pdf in PS, I end up with 4 images; I adjust the vertical canvas size of one of the images to be 4 times it's original size, then one-by-one I copy the contents of each image to that new tall image and move that layer vertically below the previous one. So the result is say a 1024x6400 pixel image.
    I would like to be able to just open the pdf with a script and get this all done in one step.
    Any help is appreciated.

    Thanks again c.pfaffenbichler. I had most of it worked out in my own way before you got back to me, but I wasn't able to get the final naming part down.
    Like I said, I am a math teacher, and I use photoshop as my whiteboard, and draw with a graphics tablet. So I can print to pdf from any program, now I can import any document into photoshop basically to write on it. So this is wonderful. I have never seen another teacher use PS as a whiteboard in class in this way, so I am most likely the only person in my county or state that would need such a script.
    After I got everything worked out, I added some things to the script. Some of my colleagues will use my files as a whiteboard if I send it to them as a tall single page pdf that they can scroll down and write over; so they don't need photoshop. So I have scripted in the saving of that pdf as well. Here are my changes; most of what I changed is in the section commented MY WORK.
    // opens all pages of pdfs cropped to trimbox with set settings and arranges them;
    // 2011, use it at your own risk;
    #target photoshop
    // dialog for pdf-selection;
    var theFiles = app.openDialog();
    if (theFiles) {
         for (var m = 0; m < theFiles.length; m++) {
              var theFile = theFiles[m];
              if (theFile.name.slice(-4) == ".pdf") {
                   var thePdf = openMultipagePDF(theFile);
              else {alert (theFile.name + " is not a pdf-file")}
    ////// function to open all pages of a pdf //////
    ////// influenced by PlaceMultipagePDF.jsx //////
    function openMultipagePDF(myPDFFile) {
    // pdf open options;
         var pdfOpenOpts = new PDFOpenOptions;
         pdfOpenOpts.antiAlias = true;
         pdfOpenOpts.bitsPerChannel = BitsPerChannelType.EIGHT;
         pdfOpenOpts.cropPage = CropToType.MEDIABOX;
         pdfOpenOpts.mode = OpenDocumentMode.RGB;
         pdfOpenOpts.resolution = 247.8;
         pdfOpenOpts.suppressWarnings = true;
         pdfOpenOpts.usePageNumber  = true;
    // change pref;
         var originalRulerUnits = app.preferences.rulerUnits;
         app.preferences.rulerUnits = Units.PIXELS;
    // suppress dialogs;
         var theDialogSettings = app.displayDialogs;
         app.displayDialogs = DialogModes.NO;
    // iterate through pages until fail;
              var myCounter = 1;
              var myBreak = false;
              var theWidth = 0;
              var theHeight = 0;
              while(myBreak == false){
                   pdfOpenOpts.page = myCounter;
                   try {
                        var thePdf = app.open(myPDFFile, pdfOpenOpts);
                        if (thePdf.width > theWidth) {theWidth = thePdf.width};
                        var offset = thePdf.height;
                        thePdf.layers[0].name = myPDFFile.name+"_"+myCounter;
                        if (myCounter == 1) {
                             var theFile = thePdf
                        else {
                             thePdf.layers[0].duplicate(theFile, ElementPlacement.PLACEATBEGINNING);
                             thePdf.close(SaveOptions.DONOTSAVECHANGES)
                        myCounter = myCounter + 1;
                        var theLayer = app.activeDocument.activeLayer;
                        theLayer.translate(0, theHeight);
                        theHeight = theHeight + offset;
                catch (e) {myBreak = true};
    // reset dialogmodes;
    app.displayDialogs = DialogModes.ERROR;
    app.preferences.rulerUnits = originalRulerUnits;
    // resize canvas;
        theFile.resizeCanvas(theWidth, theHeight, AnchorPosition.TOPLEFT);
    //MY WORK
    // merge visible layers (even if there is only one layer)
         try     {
              theFile.mergeVisibleLayers();
              }catch(e) {}
    // create layer, rename, movetobottom, fill white
         theFile.artLayers.add();
         theFile.layers[0].name = "Background";
         theFile.layers[0].move(theFile.layers[1], ElementPlacement.PLACEAFTER);
         var white = new SolidColor();
         white.rgb["hexValue"] = "ffffff";
         theFile.selection.selectAll();
         theFile.selection.fill(white);
    //rename contents layer, add "work" layer for teacher to write on
         theFile.layers[0].name = "Problems";
         theFile.artLayers.add();
         theFile.layers[0].name = "Work";
    //force 2107 width
    //     if(theFile.width != 2107) theFile.resizeImage(UnitValue(2107, "px"), undefined, undefined, ResampleMethod.BICUBIC);
    // force 2048 width
         if(theFile.width != 2048) theFile.resizeImage(UnitValue(2048, "px"), undefined, undefined, ResampleMethod.BICUBIC);
    // save psd;
        psdOpts = new PhotoshopSaveOptions();
        psdOpts.embedColorProfile = true;
        psdOpts.alphaChannels = false;
        psdOpts.layers = true;
        psdOpts.maximizeCompatibility = true;
        var filePathPsd = myPDFFile.path+"/"+myPDFFile.name.slice(0, -4)+".psd";
        if (filePathPsd.exists) filePathPsd.remove();
        theFile.saveAs(File(filePathPsd), psdOpts, false)
    // save pdf whiteboard
        var pdfOpts = new PDFSaveOptions;
        pdfOpts.downSample = PDFResample.NONE;
        pdfOpts.optimizeForWeb = true;
        pdfOpts.PDFCompatibility = PDFCompatibility.PDF15;
        pdfOpts.preserveEditing = false;
        pdfOpts.encoding = PDFEncoding.PDFZIP;
        var filePathPdf = myPDFFile.path+"/"+myPDFFile.name.slice(0, -4)+" Whiteboard.pdf";
        if (filePathPdf.exists) filePathPdf.remove();
        theFile.saveAs(File(filePathPdf), pdfOpts, false)
        theFile.close(SaveOptions.DONOTSAVECHANGES)
    //MY WORK
         return theFile

  • PDF output does not match Frame TOC

    My Frame TOC is accurate, the tags are correct.  My PDF output has the correct Units in place.  However, in the PDF TOC on the left nav,  the Unit 5 Lessons appear in Unit 4, the Unit 6 Lessons appear in Unit 5, Unit 6 has no Lessons, Unit 7 is correct.  I have spent a full day troubleshooting this.  Does anyone have an idea what the problem might be?

    Strange things can happen thanks to the PDF setup > Bookmarks tab, though I suspect you have already checked that. I've occasionally shot myself in the foot by using two styles for level 2, for example, and not noticing that one of them had decided to sidle into the .pdf navigation as level 3 …
    Counsel of despair, if you have full Acrobat, would be to adjust the bookmarks manually so you can hand over the deliverable. Hope someone will come up with a more convincing answer, though!

  • Can't save as multi-page PDF in CS4

    Hey everyone, I'm having major trouble with page tiling in CS4.
    I have a CS2 file that has two pages in it with page tiling enabled, I saved this as a PDF with multiple pages just fine out of CS2. I now have it open in CS4 and am unable to do the same thing, my PDF always comes out as one long page. I can't work with multiple artboards because the file will be used in CS2 again and needs to remain backwards compatible.
    In the Print Dialogue I have "Tile" set to "Full Pages", the print preview window on the left shows me two pages, just the way it should be.
    Once I go into the Save as PDF Dialogue in CS4, I do not have the "Create Multi-Page PDF from page tiling" - option that is there in CS2 in the general tab.
    I've been trying to find a solution for the past two hours but am at my wit's end. I'd greatly appreciate some help.

    Just draw two artboards where the tiles would be then save it as a pdf. I should open in CS 2 without the artboards since CS 2 does not support artboards.
    Nothing will be different in CS2.
    Or simply make a copy for CS 4 with artboards and one for CS 2 but adding artboards to the CS 2 file when opned in CS 4 should be  a problem.

  • Pdf output of web dynpro does not display in cProjects

    Hi,
    We created a custom web dynpro which calls a smartform and gives a pdf output. This pdf output is seen on the cProjects portal under a customized tab.
    The issue is, some users are able to see this pdf output on teh portal without any issues but others cannot view it in their system.
    When the first time the users try to view this they get a prompt for downloading activex from adobe ag and on accepting this they are able to view the pdf. This prompt does not come up for other users and hence they are not able to view the pdf output of the web dynpro.
    I checked the activex control settings in the IE options and they are all enabled. Still I do not get this pop up prompting for activex download.
    Are there any settings in the internet explorer or the system which have to be done to view the pdf on the portal?
    Any thougths on this will be extremely helpful.
    Thanks,
    SImmi
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:22 PM
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:24 PM

    Hi Simmi,
    two links might be useful to you:
    My struggles with the Adobe Document Services  
    In this SDN blog, Consultant Achim Hauck provides tips for installing Interactive Forms.
    My struggles with the Adobe Document Services in WAS6.40
    SAP Interactive Forms by Adobe - Configuration Guides
    SAP Interactive Forms by Adobe - Configuration Guides
    Kind regards,
    Angelika

  • Differences between legend in png and pdf output

    Hello,
    i noticed that there is a difference in the legend output of a transparent color style between a png and a pdf output in MapViewer version Ver11_B071001.
    Lets say i have a sytle with 50% opacity like this:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
      <desc/>
      <g class="color" style="stroke:#00CC00;stroke-width:2.0;fill:#00CC00;fill-opacity:127">
        <rect width="50" height="50"/>
      </g>
    </svg>If the mapresponse is a png, the style is displayed correct in the legend (with 50% opacity).
    In the pdf output the opacity looks like 100%, so no transparency at all.
    The actuall displayed geometries are displayed with the correct opacity, but not in the legend.
    Is there a workaround for this behavior?
    Thanks for help in advance,
    Dirk

    Hi Dirk,
    transparency is not yet supported in all cases for the PDF graphics.
    Joao

  • My Concurrent Program PDF output is in Russia instead of in English.  Why?

    I have selected Format as PDF and Style as "Landscape" and I am using English version as many others. Why am i getting Russian(or its some other language I really dont know that script) characters when I run the report?
    I am using
    RDBMS : 10.2.0.2.0
    Oracle Applications : 11.5.10.2
    Oracle Forms Version : 6.0.8.27.0
    Application Object Library : 11.5.0
    Please suggest me to get English font in my PDF output file.
    I forgot to mention that I am able to see output in english when I run the report with Format as "Text".

    Since your characterset is set to UTF8, generating any report in PDF format (with or without printing) is not supported. Oracle Reports 6i cannot generate PDF output with multi-byte characters. In Oracle Applications 11i with Oracle Reports 6i, PDF output is supported for only Latin-1 character sets such as US7ASCII, WE8ISO8859P1 or WE8MSWIN1252.
    Under UTF8, generating PDF via the XML Publisher is supported and it can be done. Alterative workaround is to use another format like Postscript (Assuming that PASTA is already installed and configured).

  • PDF output not including links

    I've searched these forums and read posts that the problem with links not working in PDF output should have been fixed in version 6. I'm using RoboHelp HTML 8 (with all suggested patches), but when I create a PDF output it has no links in body text or in the Related Topics list at the end of each topic. I went into the PDF settings dialog box and checked for the PDF to include links, but it's not working.
    I'm developing in Windows XP creating WebHelpPro.
    What must I do to get links to work in a PDF (other than on the Bookmarks tab)?
    Thank you.
    Sylvia

    Hi Sylvia
    Out of curiosity, what do the links point to?
    My thought is perhaps it is a type of link that isn't really capable of being transferred to PDF.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • Need to change the lenth of data element WRBTR in Idoc FIDCCP01.

    Hi All, In my program i am doing a amount calculation and storing it in variable of data type BSIS-WRBTR. The same i am passing to a Idoc segment FIDCCP01 which alos uses the same data type. WRBTR has alenth of (13,2). My calculation are crossing the

  • HT1349 Stylus not working on iPad

    Rubber stylus not working on iPad

  • Mandatory and optional fields  in OIM

    Hi All How can I make some fields optional and some mandatory in the OIM request template ? can I make this change in OIM console ? Thanks

  • Re: Lookup Links in Express

    I've been trying to set up a lookup link in Express and can not get the lookup type to come up as an option on the Link Properties window. Any ideas why not? Thanks, KirstinKirstin, In your business model the relationship between the tables must be a

  • Why is my iphoto  rebuilding library database

    I went into my iphoto and it wanted me to rebuild my library database, so pushed ok because i thought it might help with my photos. Now i cant close it and cant shut down my computer can you please help me. Its just thinking all the time. Please help