Important Problem with floating toolbar !

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Important Problem with floating toolbar !

    Hi all!
    I developed a plug-in using Acrobat 8 SDK. When I start acrobat 9.0,
    click any floating toolbar on which all tool buttons have been expanded,acrobat 9 will exist,but acrobat 8 is OK. This situation only happens when floating toolbar has some expandable tool buttons and all buttons have been expanded, and acrobat 9.0 starts without openning a PDF.
    I debuged my plug-in, stack overflow happened in acrobat.exe!
    How to solve this problem? Thanks all!
    Jeffen@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. how to fix floating layer problem in one browser
      Wonder what to do to fix this persistent layer to work on IE 6 and/or 7 where this browser is the only one on which it won't scroll at all: ...
    2. CSS Floating problem
      Hi, I've been struggling with the following situation: I have DIV called "C" that contains two more DIVS called "A" and "B". These two DIVS...
    3. I have a big problem! Important!
      Hi there! I have this big problem! I have to figure out a code of AS that i have found on the Net and make it work for my context. What code...
    4. Floating control panel problem
      Hello list! I have a really stupid, annoying problem. By mistake, I detached the control panel from the stage, and now I can't re-attach it. The...
    5. floating menu problem when using tables instead of layers
      CBrooks: First of all, this is really an urban legend. "Layers" are compatible with all v4+ browsers, but like any other tool, you must know...
  3. #2

    Default Re: Important Problem with floating toolbar !

    I would start by using the debugger to try to find where the crash is taking place. I wold ensure that all of my code is properly wrapped with DURING/HANDLER blocks.

    If you are still having problems, I'll submit a formal support request to Adobe Developer Support.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Important Problem with floating toolbar !

    To Leonard:
    I am still having this problem, and Enfocus Pitstop Professional 7.2 plug in also has this problem.
    Thanks.
    Jeffen@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139