Re: [Pythonmac-SIG] NSMovieView question

2005-06-30 Thread Dethe Elza
You can't really do that using NSMovieView without dropping down to the C-level Quicktime routines (maybe there is a python wrapper for these, but if so it is not documented). If you are running on Tiger (10.4) you can use the Quicktime (QTKit) framework, which has much more control over the

[Pythonmac-SIG] NSMovieView question

2005-06-30 Thread Jared Barden
Hello all, If I'm using an NSMovieView to play a given movie that is let's say 5:00 long, how do I tell the NSMovieView to go to 4:45? I've been looking around and haven't found a good answer yet. All help appreciated, Jared Barden Wilcox Development Solutions http://www.wilcoxd.com

Re: [Pythonmac-SIG] Python code in Objective C

2005-06-30 Thread Ronald Oussoren
On 30-jun-2005, at 9:02, Ronald Oussoren wrote: > > On 30-jun-2005, at 1:33, Bob Ippolito wrote: > > >> >> On Jun 29, 2005, at 11:16 AM, Robert Brown wrote: >> >> >> >>> I've got an object written in Python (descended from NSObject using >>> PyObjC) that I'd like to have access to in Objective-C.

Re: [Pythonmac-SIG] Python code in Objective C

2005-06-30 Thread Ronald Oussoren
On 30-jun-2005, at 1:33, Bob Ippolito wrote: > > On Jun 29, 2005, at 11:16 AM, Robert Brown wrote: > > >> I've got an object written in Python (descended from NSObject using >> PyObjC) that I'd like to have access to in Objective-C. There's an >> example where some Python code is packaged as a p