Last line of text missing in the popup when it is generated

Hi all

We are experiencing a strange problem where the last line of text in any subject that appears in a pop-up window to another topic is missing (not shown). However, if you view the topic in a normal browser window, the last line of the text is present. It happened not in earlier versions of RoboHelp; only 8 HR. If someone has encountered this problem, and if so, could you address them and how?

In all of our subjects, the last line of the text is a footer with a Disclaimer Privacy and "and the" current date. I noticed that in any topic that was connected via popup with another topic, RoboHelp adds a strange between the closing tag < /p > script of this line and the closing < / body > and < / html > tags. This script could be causing the problem? An example script is pasted at the bottom of this message.

I appreciate any assistance! My system information is listed below. Let me know if you need further information.

Many thanks in advance,

Lisa

RoboHelp HTML version 8.0.2.208

Output type: WebHelp

Source control: Microsoft Visual SourceSafe 8.0.50727.42

<? HR-script_start? > < script type = "text/javascript" language = "JavaScript1.2" > / / <! [CDATA]
If (typeof (TextPopupInit)! = 'function') TextPopupInit = new Function();
If (typeof (FilePopupInit)! = 'function') FilePopupInit = new Function();
TextPopupInit ('a9', 'POPUP379827639');
FilePopupInit ('a5');
FilePopupInit ('a6');
TextPopupInit ('a3', 'POPUP382536905');
TextPopupInit ('a8', 'POPUP389987027');
FilePopupInit ('a1');
FilePopupInit ('a14');
TextPopupInit ('a15', 'POPUP387795029');
TextPopupInit ('a4', 'POPUP386495466');
TextPopupInit ('a11', 'POPUP388870525');
TextPopupInit ('a13', 'POPUP387792022');
FilePopupInit ('a12');
TextPopupInit ('a2', 'POPUP410568235');
FilePopupInit ('a16');
TextPopupInit ('a10', 'POPUP386843632');
TextPopupInit ('a7', 'POPUP388085251');
[]] > < / script > <? HR-script_end? >

See section 20.

http://www.Grainge.org/pages/authoring/RH8/using_rh8.htm

See www.grainge.org for creating tips and RoboHelp

@petergrainge

Tags: Adobe

Similar Questions

  • C6280 sometimes cut the last line of text

    I was not able to understand this one... I do not get a margin in Word printing error, but the last line of text, even in the middle of a page the low 80% of it has failed.  It's as if the printer thinks it has reached a limit of impression, but this is no the case near the edge of the paper.  It is not just a problem with Word.  I was using Memorex, software for labeling this morning, and it's the same thing.  In this case, the omission was near the edge of the CD label stamped, but it was far from the edge of the paper.  Any help with this would be appreciated.

    It worked for me:

    1. go into your printers folder, right click on the connected network printer that you experience the problem with and select "Properties".

    2. when the Properties window opens, click the "Ports" tab

    3. at the bottom of the tab window Ports is a check box "Enable bidirectional support", uncheck the box and click 'OK '.

    now print something where you have already encountered the problem.   I think this might work for some users.

  • CS4 automatically resize the height of the text frame to the baseline of the last line of text

    Hello

    Does anyone know of a script that automatically resizes all the heights of text frame in a document so that the bottom of each text block falls on the baseline of the last line of text in the text block? The image height must be determined by the text appearing and does not effect excess or stories of threads.

    Thank you!!

    Chung

    As text blocks have a property 'lines', lines have a property 'base' and executives have a 'geometricBounds' property, this quickly written javascript should do the trick for a block of selected text:

    app.selection[0].geometricBounds = [app.selection[0].geometricBounds[0],app.selection[0].geometricBounds[1],app.selection[0].lines[app.selection[0].lines.length-1].baseline,app.selection[0].geometricBounds[3]];
    

    (Whaddoyouknow: it can be done in one line)

    So let's loop over all the text blocks in your current document:

    allf = app.activeDocument.textFrames;
    for (f=0; f		   
  • The device icon and text missing in the imaging devices Manager

    The device icon and text missing in the imaging devices Manager

    I'm running MS Vista Ultimate.

    The imaging device icon and the wording are missing in Device Manager are missing. A device is listed in the box as installed missing icon.

    The other devices in Device Manager normally appear and I can compare what is supposed to be there for another computer running the same version of windows.

    However, the device will not work and will not reinstall.

    When you try to reinstall the device an error indicates that Setup does not work and to contact the manufacturer of the device.

    Yet once, however, this happens when I try to install any imaging device.

    I'm unable to locate information about the imaging devices in the registry.

    I think that some registry entries are missing.

    It is not the missing peripheral individual. This is the section in Device Manager.

    The image error is logged:

    "Windows didn't load setup." Contact your hardware vendor. »

    This happens with any device inaging of anyone.

    Hi henrymullersr

    What imaging device do you use?

    We can try a few steps and check if it helps you.

    Try to run the hardware and devices Troubleshooter: http://windows.microsoft.com/en-US/windows7/Open-the-Hardware-and-Devices-troubleshooter

    If the result of the Troubleshoot utility is negative, then reinstall the device. And also be sure to uninstall the previous contents of the device driver by running utility windows install cleanup:

    http://download.Microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe

    Now follow the following steps:

    1. Save the Windows Installer Cleanup Utility package on your computer

    2. right click on the Windows Installer Cleanup Utility and run as administrator

    3. follow you prompt in the installation wizard. Once completed the installation, click on the Start button

    4. click on all programs. Click on Windows Install CleanUp Utility.

    5. click on the device driver (if on list) in the list of programs.

    6. click on Remove. Click OK

    7. click exit

    Restart the computer for the changes to take effect
     
    Then try to install the device driver and check the result: http://windows.microsoft.com/en-US/windows-vista/Install-a-USB-device

    After back and let us know if it helped to solve your problem.

    Thank you and best regards,

    R uma - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • TextStyle.lineHeight on a label causes the last line of text to be cut?

    I have the following QML (hosted in a TabbedPane, so who could possibly make a difference):

    {Of container
    {Label
    text: "Lorem ipsum dolor sit amet, adipiscing elit computer."
    Multiline: true
    textStyle.fontSize: FontSize.XLarge
    textStyle.lineHeight: 0.8
    textStyle.color: Color.Black
    }
    }

    Setting the property textStyle.lineHeight to something less than 1.0 is what I expect, except that the last line of the text of the label is cut down. Any ideas how to get around this problem, or if I do something wrong?

    Screenshot of the results, a device Dev Alpha B running OS 10.0.9.348. Results look the same on the simulator of 10.1.

    It looks like a bug. As a solution, try adding "\n" at the end of the text.

  • Book formatting: last line of text will move to the next page

    Hi, I hope someone can help me with this. I put in the form of a book in InDesign. I lined up my text to a grid, and that works very well. What does not work, it is the last line on the pages of random left moves to the top of the next page, leaving an empty line at the bottom. Here is a diagram which is supposed to represent the facing pages. As you can see, there is a gap in the lower left page. Help!

    Text begins here

    here goes

    and here

    and here

    and here

    move here

    and here

    and here

    and here

    and here

    and here.

    My guess is that you have an Option to keep to keep the last line with the following in paragraph that moves, or stay with the previous paragraph after.

  • last line of text does not print

    OS HP3050A J611 W7 series

    When you print a sheet of labels, the last line of the text is missing. I used the same model on the last (XP) laptop and printer with no problems. I tried to change the margins, but without success - this feature sounds very different in W7. Any help would be appreciated.

    Hi jam1945,

    What applications do you use to print the labels?

    What happens if you print from Wordpad?

  • Why is text missing in the contextual menu new while in the root of C?

    So, here's the thing, when I right click on the desktop I get the context menu, and when I hover over the option new I get all sorts of options.

    • Folder
    • Shortcut
    • Flash ActionScript file
    • Contact
    • Microsoft Word document
    • The journal paper
    • Microsoft PowerPoint presentation
    • TI Connect Data File
    • Text document
    • Microsoft Excel worksheet
    • Briefcase

    But if I have C:\ in Windows Explorer and right click then all that I get are the ability to create a new folder.

    • Folder

    What is happening with this? This is normal behavior in Windows? Some control those kind of parents is imposed by Microsoft to prevent me from "change disastrous" system? I know the meaning of the word 'context' - as in 'popup' - so I think it's maybe the way it is supposed to be? Different options according to the context?

    Here's the funny part. If I get a subdirectory as C:\AMD I once more of the available options. So why is the root of C from the creation of new files, so that I can still make new files in its subdirectories?...

    I merged a Reg file, I downloaded Vistax64 Web site in my Windows registry that is supposed to add this option to the system. It does not solve the problem. Apparently, a lot of Vista users have had problems with several of the missing options in the new context menu, or persist them. I've been using Vista before SP1 came out and have never seen this problem before. Although in my case, it is not totally absent! It's more like a partial problem. Both, I have and I do not have! Why?... What's wrong?

    Restore_Text_Document.reg:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\. TXT]
    @= "txtfile".
    "Content Type"="text/plain".
    "PerceivedType"="text".

    [HKEY_CLASSES_ROOT\. TXT\PersistentHandler]
    @= "{5e941d80-bf96-11cd-b579-08002b30bfeb}".

    [HKEY_CLASSES_ROOT\. TXT\ShellNew]
    "ItemName" = hex (2): 40, 00, 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00,------.
    6F, 00, 74, 00, 25, 00, 5 C 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C,
    00, 6F, 00, 6f, 00, 74, 00, 65, 00, 70, 00, 61, 00, 64, 00, 2nd, 00, 65, 00, 78, 00, 65, 00, 2 c, 00,------.
    2D, 00, 34, 00, 37, 00, 30, 00, 00, 00
    "NullFile"=""

    [HKEY_CLASSES_ROOT\txtfile]
    "EditFlags" = dword:00010000
    @= "Text document."
    "FriendlyTypeName" = hex (2): 40, 00, 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52,------.
    00, 6f, 00, 6f, 00, 74, 00, 25, 00, 5 c 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 33, 00,------.
    32,00, 5 c, 00, 6F, 00, 6f, 00, 74, 00, 65, 00, 70, 00, 61, 00, 64, 00, 2nd, 00, 65, 00, 78, 00, 65,.
    00, 2 c, 00, 2d, 00, 34, 00, 36, 00, 39, 00, 00, 00

    [HKEY_CLASSES_ROOT\txtfile\DefaultIcon]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 C, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 69, 00, 6 D, 00,------.
    61,00,67,00,65,00,72,00,65,00,73,00, 2nd, 00, 64, 00, 6 c, 00, 6 c, 00, 2 c, 00, 2d, 00: 31,
    00,30,00,32,00,00,00

    [HKEY_CLASSES_ROOT\txtfile\shell\open\command]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 c, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 33, 00, 32, 00, 5 c, 00, 4F, 00, 4f, 00,------.
    54,00,45,00,50,00,41,00,44,00, 2nd, 00, 45, 00, 58, 00, 45, 00, 20, 00, 25, 00, 31, 00, 00,------.
    00

    [HKEY_CLASSES_ROOT\txtfile\shell\print\command]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 c, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 33, 00, 32, 00, 5 c, 00, 4F, 00, 4f, 00,------.
    54,00,45,00,50,00,41,00,44,00, 2nd, 00, 45, 00, 58, 00, 45, 00, 20, 00, 2f, 70, 00, 00, 20,.
    00,25,00,31,00,00,00

    [HKEY_CLASSES_ROOT\txtfile\shell\printto\command]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 c, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 33, 00, 32, 00, 5 c, 00, 6F, 00, 6f, 00,------.
    74,00,65,00,70,00,61,00,64,00, 2nd, 00, 65, 00, 78, 00, 65, 00, 20, 00, 2f, 00, 00, 70, 74,------.
    00,20,00,22,00,25,00,31,00,22,00,20,00,22,00,25,00,32,00,22,00,20,00,22,00,------.
    25,00,33,00,22,00,20,00,22,00,25,00,34,00,22,00,00,00

    [HKEY_CLASSES_ROOT\txtfile\ShellEx\ {8895b1c6-b41f-4c1c-a562-0d564250836f}]
    @= "{1531d583-8375-4d3f-b5fb-d23bbd169f22}".

    [- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\. TXT\UserChoice]

    [HKEY_CLASSES_ROOT\CLSID\ {5e941d80-bf96-11cd-b579-08002b30bfeb}]
    @= "Plain Text handler persistent."

    [\PersistentAddinsRegistered HKEY_CLASSES_ROOT\CLSID\ {5e941d80-bf96-11cd-b579-08002b30bfeb}]

    [HKEY_CLASSES_ROOT\CLSID\{5e941d80-bf96-11cd-b579-08002b30bfeb}\PersistentAddinsRegistered\{89BCB740-6119-101A-BCB7-00DD010655AF]}
    @= "{c1243ca0-bf96-11cd-b579-08002b30bfeb}".

    [HKEY_CLASSES_ROOT\CLSID\ {c1243ca0-bf96-11cd-b579-08002b30bfeb}]
    @= "Plain text filter.
    'LocalizedString"="@query.dll,-511 '.

    [HKEY_CLASSES_ROOT\CLSID\ {c1243ca0-bf96-11cd-b579-08002b30bfeb} \InprocServer32]
    @= hex (2): 25, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 72, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 C, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 71, 00, 75, 00,------.
    65,00,72,00,79,00, 2nd, 00, 64, 00, 6 c, 00, 6 c, 00, 00, 00
    "ThreadingModel" = "Both".

    [HKEY_CLASSES_ROOT\CLSID\ {1531d583-8375-4d3f-b5fb-d23bbd169f22}]
    @= "Windows TXT Previewer.
    'DisplayName"="@shell32.dll,-38242 '.
    "Icon"="notepad.exe, 2.
    "AppID" = "{6d2b5079-2f0b-48dd-ab7f-97cec514d30b}".

    [HKEY_CLASSES_ROOT\CLSID\ {1531d583-8375-4d3f-b5fb-d23bbd169f22} \InProcServer32]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 C, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 73, 00, 68, 00,------.
    65.00, 6 c, 6 c, 33, 00, 00, 00, 32, 00, 2nd, 00, 64, 00, 6 c, 00, 6 c, 00, 00, 00
    "ThreadingModel"="Apartment".

    Hi Samir,

    This is part of a safety device in Windows 7 to avoid elements, shortcuts to be registered directly on the system drive (c :) drive). This is why you are able to see the other new features in the other drive letters independent of the system. If you see the root folder, it still contains a minimum files that are installed by the operating system.

    If you still want to create shortcuts in the root of the drive, you can create them on the desktop and paste it into the root of the drive. However, we suggest you not to do.

    I also see that you are using some registry fixes, serious problems can occur if you modify the registry incorrectly.

    Hope the above information is useful, if you have any questions you can post them here.

  • After Udating all the text missing in the player Application

    After you install the latest player Adobe in XP SP3, I noticed that whenever I want to print the print dialogue box of IE8 is missing all the text for the buttons, labels, etc. Then, I went to open the player to change the settings and the entire application lacks any of the text, including the title bar, buttons, labels, everything would have all text is completely empty. I tried to uninstall, running own Adobe and reinstall, all with no effect. Someone suggested the police Segoe UI is perhaps missing, and after the installation of those it is without effect. Then I uninstalled 11 and installed version 10. After that my IE would go at all, he begins to Flash on the screen and disappear. I had to uninstall the reader just to get my browser to run again. I really hope someone has a solution for this soon.

    Thank you

    PS: Adobe has any real Reader tech support?

    Since the last update of the player took place at the same time as Windows Update, it is possible that the combination of those that might have caused your problem.

    If I had the same problem (which I don't have on any of my XP system), I would

    • uninstall Adobe Reader
    • perform a restore of the system to a time before the reader / Windows Update
    • Install the latest version of the player

    then check if the drive works normally.  If so, run Windows Update.

    David40The Real wrote:

    PS: Adobe has any real Reader tech support?

    Only if you pay $39; See at the bottom of http://helpx.adobe.com/contact.html?product=acrobat&topic=using-my-product-or-service

    Or you can use the cat on the same page.

  • How to add lines of text information in the settings?

    Guys,

    I'm trying to customize a few things about Motion 5 and really I was wondering how to add these lines of text in the settings?

    Tried to google it, but without success.

    I think you need to learn how * write * FxPlug effects plugins. You cannot add these labels/buttons on the move as it is. What I usually do, is create a platform > pop up widget and use remove the "Snapshot" texts... "(and usually replace it with a series of quadratins (---) to create a line of separation.) To help you, you must have a 'sex' you can show/hide with opacity (and a rig box) which displays the help text.

  • New shortcut text missing in the right click option...

    Hello

    I have problem in windows 7 the new option of text document in the right click menu is missing...
    PLS HELP ME...

    Ensure that this key exists HKEY_CLASSES_ROOT\.txt\ShellNew\NullFile

    If it does not exist, create it. Just right click in the right pane of the C:\windows\shellnew key,
    and select New/String value, and then type: NullFile

  • Read last line of a log of the file using UTL_FILE

    Hi all

    My environment is--> Oracle 11 g Database Release 1 on Windows 2003 Server SP2.
    Requirement is-> reading last line of a log file with UTL_FILE.

    I am reading the last line of a log file that is generated by our own application. I am able to get the last row using the script but the problem below is in the log file, has some blank lines at the end so I get the output as white.

    Script
    Declare
    DIRECTORY VARCHAR2 (300): = 'BACKUP ';
    name VARCHAR2 (300): = 'Client_Log_02-05 - 2011.log';
    l_file UTL_FILE.file_type;
    l_text VARCHAR2 (32767).
    BEGIN

    l_file: = UTL_FILE.fopen (DIRECTORY, filename, 'r', 32767);
    UTL_FILE.get_line (l_file, l_text, 32767);
    -DBMS_OUTPUT.put_line (' Frontline: |' | l_text |) '|');
    BEGIN
    LOOP
    UTL_FILE.get_line (l_file, l_text, 32767);
    END LOOP;
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    END;
    Dbms_output.put_line (' last line: |' | l_text |) '|');
    UTL_FILE.fclose (l_file);
    END;

    Please advice me how to skip/ignore empty lines... If you have web links or scripts please share.

    Thank you for your help

    Shan

    I think that there are many ways... we have to save the last string that is not empty like this:

    DECLARE
        directory   VARCHAR2 (300) := 'BACKUP';
        filename    VARCHAR2 (300) := 'Client_Log_02-05-2011.log';
        l_file      UTL_FILE.file_type;
        l_text      VARCHAR2 (32767);
        l_text_not_null      VARCHAR2 (32767);
    BEGIN
        l_file :=
            UTL_FILE.fopen (directory,
                            filename,
                            'r',
                            32767);
        UTL_FILE.get_line (l_file, l_text, 32767);
    
        BEGIN
            LOOP
                UTL_FILE.get_line (l_file, l_text, 32767);
                IF REPLACE (REPLACE (TRIM (l_text), CHR (10)), CHR (13)) IS NOT NULL THEN
                   l_text_not_null := l_text;
                END IF;
            END LOOP;
        EXCEPTION
            WHEN NO_DATA_FOUND
            THEN
                NULL;
        END;
        DBMS_OUTPUT.put_line ('Last Line : |' || NVL(l_text_not_null, l_text) || '|');
        UTL_FILE.fclose (l_file);
    END;
    
  • Reset the popup when closed

    I'm new to adf and am facing a problem in pop - up implementation. I have a few fields in popup to insert into a database. When the insert is complete and the pop up is closed, it keeps all values when the popup is open again. How can I clear or reset the values of the fields when I close the pop-up window. I put in delivery of content to "lazy QUERIES.

    well... is that you have taken the approach that I said?

    ~ Abhijit

  • Show the popup when the selection is made on SelectOneChoice

    Hello genius!
    I'm back with another question. = D
    With the help of Jdeveloper 11 g Release 1.

    I'm showing a popup when a value is selected on a selectOneChoice component. I tried to use showPopupBehavior, but it looks like you can use that on a selectOneChoice... it works of course if I have a button, but I want to get rid of the button and just show popup when a selection is made on the selectOneChoice.

    Suggestions, ideas?

    Hello

    (1) set autoSubmit = true for the SelectOneChoice element, then create a method of valueChangeListener for the selectOneChoice.
    (2) in the valueChangeListener method, the popup can be demonstrated using the examples
    http://www.adftips.com/2010/10/ADF-UI-popuputil-class-to-show-or-hide.html

    Thank you
    Nini

  • some text missing in the chm file

    Hello

    I recently converted to RH9, and I use Robohelp HTML. When I compile a chm file, some of the text in headings does not appear in the chm or 'display the selected item '. Here is an example of the WYSIWYG compared to 'display the selected item '. The chm file has the same missing text.

    missing text.jpg

    I noticed that most of my subjects are OK, but who is formatted similarly to this topic are not okay - same problem of missing text (and some weird formatting problems)

    Thank you

    Laura

    First make a copy of your project. Then right click in the paragraph and you will probably see an option to delete or remove attributes. If the first case, it is enough to click on it and try again. If this last click that and you will get a dialog box. It may or may not be obvious to those to be deleted, if it is not obvious, take a screenshot and post here.

    As you will have a backup, he has nothing to lose.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

Maybe you are looking for

  • LJ pro M177fw: eprint center connection problem

    Hello today I am trying to add my new printer to my eprint account, but I do not remember my pwd, so I want to co reset the password. By e-mail, I received a link http://h30495.www3.HP.com/reset_password/xxxxxxxxxxxxxxx but it didn't work, the Web se

  • Help, please. My HP Pavilion Entertainment PC (laptop) won't start.

    It worked perfectly fine the day before. But when I pressed the button "Activate" this morning, nothing happened to her. Problems I've noticed recently with my laptop: -Whenever I tried to open 2 PDFs at the same time, my computer laptop lag and the

  • BSOD due ntkrnlpa.exe + 98339

    Hello, im of the bsod and find nothing anywhere to fix it. makes 2 standard tests with verifier.exe and read the dumps with BlueScreenView, which tells me that the bsod is caused by the ntkrnlpa.exe + 98339. any help is appreciated!

  • Black border and Laserjet 1606

    LaserJet 1606 is suddenly feel a thin black border on the right side of each sheet.

  • Updated graphics drivers graphics Intel (R) HD?

    Where can I find a driver update for my Intel(r) HD Graphics? I looked everywhere and nothing works