On 12 Nov 2008, at 1:48 PM, Ivan Werning wrote:

> Thanks for the improvements in the new Skim. Just a few questions:
>
> 1. Is there any way I can speed up the exit from full screen? Or
> remove the transition fade out all together?
>

No. (and don't ask).

> 2. How can I tap into the advertised script from the Release Notes:
> "New AppleScript command to grab part of a page as an PDF or TIFF
> image"?

See the script dictionary for Skim in Script Editor for the command.

> How is this different from the behavior of selecting with the
> tool Select Tool and then copying that I did with the previous
> versions of Skim?

It does basically the same as copying a selection, apart from the fact  
that you can access it from a script. This allows you to pass any  
rectangle and choose the format, and do with it whatever you like  
(e.g. write to a file). E.g. the following does the same as Copy after  
using the selection tool:

tell document 1 of application "Skim"
        set the clipboard to (grab selection page for selection rect)
end tell

> 3. Can I make the sidebar content pane and note pane not expand when I
> move my mouse over them in full screen mode?
>

No.

> Thanks
>
> -Ivan

Christiaan


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to