Beiträge von gRoberts84

    Julian,

    Thanks for getting back.

    My employers had purchased your product and have been using it for a while now. Really, they do not want to move to another company but the lack of 64bit compatibility, they will be forced to.

    Reading around, many people suggest that you can select three different CPU compatibility options. Any CPU, x86 or 64bit.

    This may only be related to Visual Studio only.

    Do you have any solutions to this problem?

    Thanks

    Gavin

    Hi all,

    Does anyone have any information on the where abouts of a 64bit compatible wPDFViewPlus02.dll ?

    We have been using the 32bit version for a while and have now just come across the issue that it does not work on a 64bit computer.

    Can anyone shed some light on this?

    Could the creator possibly recompile it to be both 32/64bit compatible?

    Thank you

    Regards

    Gavin

    I seem to have resolved #2 by changing the if statement:

    To get around the FindText space issue, I am going to have to strip all spaces from the query prior to feeding it in.

    I'd appreciate if this was confirmed as an issue and resolved?

    Thanks

    Hi all,

    We are experiencing some issues when calling FindText.

    Prior to release 2.53 we had an issue where when highlighting text, it would shrink all matches within the viewer.

    After the release, the problem was resolved but now it seems we are experiencing other issues.

    1) When searching for text with a space, it does not find any results, yet if you remove the space, it finds the results that should have matched with a space.

    i.e. match all strings with "Web Site" returns no matches but when searching for "WebSite" it matches all those strings that appear "Web Site"

    2) If you search for something that does not exist, it reports there are results. If you step through the code, it returns the correct results.

    It seems that if you set the breakpoint before

    Code
    int result;

    in the following code, then whilst stepping through, result returns a valid result. If you set a breakpoint afterwards, it does not.

    Has anyone come across this issue? The code is being called on an click event from a button.

    I'd appreciate anyone's help on this!

    Regards

    Gav

    Hi all,

    Since updating wPDFViewPlus02.dll to 2.49, the highlight text no longer works correctly.

    This is what happens when we call:

    Code
    pdfViewer1.Command(WPViewPDF.commands.COMPDF_HighlightText, "");

    http://img520.imageshack.us/my.php?image=wpdfviewernormal.png[Blockierte Grafik: http://img520.imageshack.us/img520/2136/wpdfviewernormal.th.png]

    but the following happens when we call:

    Code
    pdfViewer1.Command(WPViewPDF.commands.COMPDF_HighlightText, "V");

    http://img407.imageshack.us/my.php?image=w…hlighted.png%5D
    [Blockierte Grafik: http://img407.imageshack.us/img407/5112/wpdfviewerhighlighted.th.png]

    It seems to Shrink the text.

    Has anyone any idea why this would happen?

    Thanks

    Gavin

    Edit: :? Not sure why preview shows the images correctly but after submitting the post, it doesn't show them......