Re: [Skim-app-users] Script? Random order on Presentation mode

2009-10-12 Thread Stuart Andrews
I, too, liked this idea, but was not as expeditious as Adam in completing my implementation. I include it here only as an additional reference. Mine uses the python bindings for Apple's proprietary CoreGraphics extension, and has been quickly tested on 10.5. #!/usr/bin/python # # Shuffles

Re: [Skim-app-users] Script? Random order on Presentation mode

2009-10-12 Thread Adam R. Maxwell
On Oct 12, 2009, at 7:59 PM, James Howison wrote: > > You could just create a new temp PDF with the pages jumbled, then ask Skim to > open that. I liked that idea, so I stole it :). In the attached script, I took a slightly different approach, and used PyObjC instead of pdftk to rearrange the

Re: [Skim-app-users] Script? Random order on Presentation mode

2009-10-12 Thread Rob Rye
Hi Christiaan, That makes a lot of sense. Oh well. It was just a thought. Thanks, Rob On Oct 12, 2009, at 2:40 PM, Christiaan Hofman wrote: > > On Oct 12, 2009, at 20:24, Rob Rye wrote: > >> Greetings, >> >> I absolutely love Skim. I use it for all sorts of things. I have >> created a bunch of

Re: [Skim-app-users] Script? Random order on Presentation mode

2009-10-12 Thread Christiaan Hofman
On Oct 12, 2009, at 20:24, Rob Rye wrote: > Greetings, > > I absolutely love Skim. I use it for all sorts of things. I have > created a bunch of educational presentations for my youngest children > (preschool and kindergarten), which I have bookmarked as a group. I > show them some of these prese

[Skim-app-users] Script? Random order on Presentation mode

2009-10-12 Thread Rob Rye
Greetings, I absolutely love Skim. I use it for all sorts of things. I have created a bunch of educational presentations for my youngest children (preschool and kindergarten), which I have bookmarked as a group. I show them some of these presentations in a sort of random order by quickly f

Re: [Skim-app-users] Skim removes spaces in copied text...

2009-10-12 Thread Christiaan Hofman
On Oct 12, 2009, at 14:40, Cloy Tobola wrote: On Oct 11, 2009, at 5:02 PM, James Howison wrote: On Oct 11, 2009, at 17:59, Christiaan Hofman wrote: On Oct 11, 2009, at 23:09, Cloy Tobola wrote: When copying text from Skim to another application, I'm finding that spaces between words are

Re: [Skim-app-users] Skim removes spaces in copied text...

2009-10-12 Thread Cloy Tobola
On Oct 11, 2009, at 5:02 PM, James Howison wrote: On Oct 11, 2009, at 17:59, Christiaan Hofman wrote: On Oct 11, 2009, at 23:09, Cloy Tobola wrote: When copying text from Skim to another application, I'm finding that spaces between words are frequently removed. The same thing does NOT occu

[Skim-app-users] SkimNotes framework 1.2

2009-10-12 Thread Christiaan Hofman
For those interested in the SkimNotes framework, I'd like to say that there is a new version released. It can be downloaded from the Skim web page . This would only be relevant for developers who want to build support for Skim's notes into their own applica