Quantcast
Channel: Adobe Community : Discussion List - Commenting & Collaboration
Viewing all articles
Browse latest Browse all 3276

Drawing tool does not work in Full Screen mode - Acrobat Pro 2017

$
0
0

Hi Team,

 

i'm still struggling with pencil issue.

I have a pdf document with sign box field and when you click it the pencil tool lasts for 6 seconds, after that handtool shows again.

Unfortunatelly it works only in normal view, when i put it in full screen mode via JS, drawing tool doesn't work anymore.

I need to mention that it worked for one day in full screen mode, but suddenly stopped (i did not change anything with JS)

 

There is code for pencil function in sign box:

 

this.getField("Sign_box").setFocus();

this.zoom = 220;

 

app.execMenuItem("Annots:Tool:InkMenuItem");

 

 

function exit() {

app.execMenuItem("HandMenuItem");

}

app.setTimeOut("exit()", 6000);

 

there is a code for opening in fullscreen mode:

 

 

 

if (app.fs.isFullScreen){

    app.fs.isFullScreen = false;

    }

    else {

    app.fs.isFullScreen = true;

    }

 

 

 

Do you have any ideas what is going on and how can be this fixed?


Viewing all articles
Browse latest Browse all 3276

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>