-
`SRRecorderControl`s in view-based `NSTableView`s do not seem to work. The control doesn't receive a `-mouseUp:` message.
Subclassing NSTableView and over-riding the `-mouseDown:` method to do nothin…
-
In the branch "appRewrite" the template for the mac screensaver crashes. This is on commit "4e8269bbcc67b2aef0d1d9f01f715f9e2f212632". Below is the relevant stack trace.
Process: System Prefe…
-
-
I didn't see any. Am I missing something obvious?
That would make the version commit explicit, and avoid, e.g. the CocoaPods spec needing to link to a commit id:
Maybe I missed something, but I don'…
-
First, let me say that I love this project and find it very useful. I hope this can grow into a full featured set of boilerplate code for OSX applications.
This is not really an issue, but I wanted …
-
**[Original report](https://bitbucket.org/ronaldoussoren/pyobjc/issue/34) by Nilesh Londhe (Bitbucket: [lvnilesh](https://bitbucket.org/lvnilesh), GitHub: [lvnilesh](https://github.com/lvnilesh)).**
…
-
-
Hi,
Is it possible to have the PXListView refuse mouse scroll events and pass it to another view (another NSScrollView in my case)?
I have multiple PXListViews as subviews of a NSScrollView's document…