Re: How to capture a video stream

2012-12-11 Thread jonat...@mugginsoft.com
On 11 Dec 2012, at 05:33, gary.gard...@brokensoftware.com wrote: I need further assistance. I select the capture device, but after I execute run, I get the following: Invalid memory access of location 0x0 rip=0x7fff933e3598 942 Segmentation fault: 11 I am following the AVVideoWall

Re: What rect does NSTextFieldCell use to draw its contents?

2012-12-11 Thread jonat...@mugginsoft.com
On 10 Dec 2012, at 19:13, Kyle Sluder k...@ksluder.com wrote: It's my understanding that the intent of NSStringDrawing is to provide the exact same drawing as NSTextFieldCell. Is that stated anywhere? But the following code produces text that is offset by 2pt to the left from a standard

LSOpenURLsWithRole failure

2012-12-11 Thread Vojtěch Meluzín
Hi, one of the customers reported that on his 10.8.2 our installer failed to even run and in the terminal there was this message: LSOpenURLsWithRole() failed with error -10810 for the file /Users/visa/Downloads/mxxx_7_05_setupmac/mxxx_7_05_setupmac.app. I have checked that there is no call to

sheet is divided horizontally in two shades

2012-12-11 Thread Nick Rogers
Hi, The example sheet's grab is attached here. In this one the sheet seems divided in half, but in smaller sheets with less height, the lighter shaded bottom portion is smaller. Occurs in Mac OS X Lion and Mountain Lion. On Leopard and Snow Leopard it doesn't occur. The beginSheet:

Re: LSOpenURLsWithRole failure

2012-12-11 Thread Charles Srstka
On Dec 11, 2012, at 11:12 AM, Vojtěch Meluzín meldaproduct...@gmail.com wrote: Hi, one of the customers reported that on his 10.8.2 our installer failed to even run and in the terminal there was this message: LSOpenURLsWithRole() failed with error -10810 for the file

Re: split views, best practices for 10.8?

2012-12-11 Thread Chuck Soper
On 12/8/12 11:43 PM, Kyle Sluder k...@ksluder.com wrote: On Sat, Dec 8, 2012, at 04:19 PM, Chuck Soper wrote: On 11/27/12 6:33 PM, Chuck Soper chu...@veladg.com wrote: On 11/27/12 2:11 PM, Peter Ammon pam...@apple.com wrote: Hi Chuck, Autolayout works well with NSSplitView in 10.8.

Re: split views, best practices for 10.8?

2012-12-11 Thread Kyle Sluder
On Tue, Dec 11, 2012, at 10:34 AM, Chuck Soper wrote: Never? The documentation for setTranslatesAutoresizingMaskIntoConstraints: says, You should call this method yourself for programmatically created views. This means that programmatically created views cannot be added to NSSplitView,

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Kyle Sluder
On Tue, Dec 11, 2012, at 09:30 AM, Nick Rogers wrote: Hi, The example sheet's grab is attached here. In this one the sheet seems divided in half, but in smaller sheets with less height, the lighter shaded bottom portion is smaller. There is no attachment here. Please upload your image

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Jeff Johnson
On Dec 11, 2012, at 11:30 AM, Nick Rogers wrote: Hi, The example sheet's grab is attached here. In this one the sheet seems divided in half, but in smaller sheets with less height, the lighter shaded bottom portion is smaller. Occurs in Mac OS X Lion and Mountain Lion. On Leopard and

Re: LSOpenURLsWithRole failure

2012-12-11 Thread Jean-Daniel Dupas
Le 11 déc. 2012 à 18:12, Vojtěch Meluzín meldaproduct...@gmail.com a écrit : Hi, one of the customers reported that on his 10.8.2 our installer failed to even run and in the terminal there was this message: LSOpenURLsWithRole() failed with error -10810 for the file

Re: How to capture a video stream

2012-12-11 Thread jonat...@mugginsoft.com
On 11 Dec 2012, at 15:18, gary.gard...@brokensoftware.com wrote: Thread 29 Crashed:: Java: AWT-EventQueue-0 0 libsystem_c.dylib 0x7fff8df2aa50 memmove$VARIANT$sse42 + 136 1 com.apple.Foundation 0x7fff8e540715 -[NSConcreteData getBytes:] + 138 2

Re: split views, best practices for 10.8?

2012-12-11 Thread Peter Ammon
On Dec 8, 2012, at 4:19 PM, Chuck Soper chu...@veladg.com wrote: Hi Peter, On 11/27/12 6:33 PM, Chuck Soper chu...@veladg.com wrote: On 11/27/12 2:11 PM, Peter Ammon pam...@apple.com wrote: Hi Chuck, Autolayout works well with NSSplitView in 10.8. Perfect. Thanks for that

Re: LSOpenURLsWithRole failure

2012-12-11 Thread Ken Thomases
On Dec 11, 2012, at 11:12 AM, Vojtěch Meluzín wrote: one of the customers reported that on his 10.8.2 our installer failed to even run and in the terminal there was this message: LSOpenURLsWithRole() failed with error -10810 for the file

Re: How to capture a video stream

2012-12-11 Thread gary . gardner
On 11 Dec 2012, at 15:18, gary.gard...@brokensoftware.com wrote: Thread 29 Crashed:: Java: AWT-EventQueue-0 0 libsystem_c.dylib0x7fff8df2aa50 memmove$VARIANT$sse42 + 136 1 com.apple.Foundation 0x7fff8e540715 -[NSConcreteData getBytes:] + 138 2

Re: split views, best practices for 10.8?

2012-12-11 Thread Kyle Sluder
On Tue, Dec 11, 2012, at 11:08 AM, Peter Ammon wrote: By the way, if you're interested in what the constraints are, you can just log them out: NSLog(@%@, [splitView constraints]). Though of course these constraints are considered internal implementation details, so you should not depend on

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Nick Rogers
Hi, The image is at following link (in the album): http://www5.snapfish.com/snapfish/thumbnailshare/AlbumID=7802925026/a=13244939026_13244939026/otsc=SHR/otsi=SALBlink/COBRAND_NAME=snapfish/ And the app has GC required. Wishes, Nick On 12-Dec-2012, at 12:24 AM, Jeff Johnson

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Nick Rogers
oops! that requires a sign up here's the direct link: http://s13.postimage.org/ci00lrbsn/divided_sheet.jpg Best, Nick On 12-Dec-2012, at 2:20 AM, Nick Rogers roger...@mac.com wrote: Hi, The image is at following link (in the album):

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Jeff Johnson
rdar://problem/11656928 Discolored stripe drawn at bottom of textured non-resizable windows Duplicate of rdar://problem/11716883 It turns out that this only affects windows with content border autosize. If you set the window content border to none, that should fix the problem. -Jeff On Dec

Re: sheet is divided horizontally in two shades

2012-12-11 Thread Nick Rogers
Thanks for the valuable info. Thanks, Nick On 12-Dec-2012, at 2:39 AM, Jeff Johnson publicpost...@lapcatsoftware.com wrote: rdar://problem/11656928 Discolored stripe drawn at bottom of textured non-resizable windows Duplicate of rdar://problem/11716883 It turns out that this only

Session 216 - Advanced Appearance Customization on iOS

2012-12-11 Thread Ciani Andrea
Hi everybody, Does someone know the idea behind the THEME of the Session 216 video of the WWDC 2012? In this video is shown how create a theme using a @protocol. This is the way used in Find my Friends. Especially I didn't understand how works this class/protocol. Mainly we have first to