Re: 3d visualization

2012-05-14 Thread Chris Goedde
On May 14, 2012, at 1:41 PM, Julie Porter wrote: > The link seems to be missing, because I can not see Chris's original > contribution to this thread. It does not seem to be archived either, > although "message not available appears." > > -jP >> On May 14,

Re: Calling Matlab from Cocoa

2010-07-30 Thread Chris Goedde
On Jul 30, 2010, at 12:27 PM, Sherm Pendley wrote: > On Fri, Jul 30, 2010 at 1:00 PM, Chris Goedde wrote: >> >> Anyone here have any experience calling Matlab from a Cocoa program? >> >> I have a rather complex calculation that I've implemented in Matlab that

Calling Matlab from Cocoa

2010-07-30 Thread Chris Goedde
parts from different environments, and I could really benefit from a brief high-level road map. So, if anyone has done something like this, I'd really appreciate a couple of pointers to set me off in the right direction. Thanks. Chris Goedde ___ Co

Re: Help with drawing

2009-05-16 Thread Chris Goedde
On May 16, 2009, at 2:24 AM, Graham Cox wrote: On 16/05/2009, at 5:01 PM, Development wrote: theX = turretBottom.x + 103* sin(angle * PI/180); Above is what I am using to get the X coord now I need it exactly opposite the point it appears at. 103 is the height of the turret. angle is the

Newbie question about non-document-based app

2009-05-04 Thread Chris Goedde
get called when I double-click a file. I'm thinking that this is something that's handled by NSDocumentController in a document-based app. My question is, how do I implement this in a non-document-based app? Thanks. Chris Goedde _

Re: Quick question about adding an NSPanel

2009-04-22 Thread Chris Goedde
On Apr 22, 2009, at 7:36 PM, Graham Cox wrote: On 23/04/2009, at 10:19 AM, Chris Goedde wrote: This isn't actually a preference panel, though, and I want the panel to open when the app launches so I added the line: [ self showSettingsPanel: self ]; to the end of the awakeFromNib meth

Quick question about adding an NSPanel

2009-04-22 Thread Chris Goedde
Hi, I have a quick question about adding an NSPanel to an app. I'm following Hillegass's book, so I have a separate controller and nib for the panel. I added an IBAction (showSettingsPanel:) to my main app controller and hooked it up to the Preferences... menu item. Works great. This is

Re: C numerical libraries for integrating with Cocoa

2009-04-20 Thread Chris Goedde
On Apr 17, 2009, at 1:53 PM, Boyd Collier wrote: Have you looked at the book "Numerical Recipes in C"? You can view a copy on-line at http://www.fizyka.umk.pl/nrbook/c1-0.pdf (and probably other places as well). Yes, maybe I should have mentioned that. (Actually, I'm old enough that my

C numerical libraries for integrating with Cocoa

2009-04-17 Thread Chris Goedde
ancy, solving sets of odes and solving nonlinear equations (in one variable) mostly. Maybe some eigenvalue computations or matrix decomposition down the line. I've been doing some googling, but thought maybe someone here would have some suggestions. T

Question about dataWithPDFInsideRect:

2008-09-12 Thread Chris Goedde
x27;s essentially cached from a view of the model from some previous state? Hope that makes sense. Thanks. Chris Goedde ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contac