Alert Moderators

2010-06-18 Thread Rick Langschultz
Moderators: please look into this SPAM account. Sent from my iPhone On Jun 18, 2010, at 12:58 PM, Brad Peterson brad_p...@yahoo.com wrote: http://kvlbehqiqu.modestmuch.ru ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Cocoa Autosizing Control

2009-10-21 Thread Rick Langschultz
I want to do. Any help would be greatly appreciated. I have googled Autosizing control cocoa and have even used Google's codesearch to look for examples. Thanks, Rick Langschultz ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Cocoa Autosizing Control

2009-10-21 Thread Rick Langschultz
control to set constraints on where the image / other object would remain on the screen when the document's window is resized. Thanks for the heads up on detail, i certainly appreciate it. Rick On Oct 21, 2009, at 1:35 PM, Kyle Sluder wrote: On Wed, Oct 21, 2009 at 10:49 AM, Rick

Re: Cocoa Autosizing Control

2009-10-21 Thread Rick Langschultz
: On Oct 21, 2009, at 12:29 PM, Rick Langschultz wrote: I am writing an application which can insert objects into a canvas. The application has an inspector like Dashcode or Interface Builder. Under the ruler view of Interface Builder 3.X there is an autosizing control with springs that a user can

Snow Leopard Development Discussion

2009-08-28 Thread Rick Langschultz
Hey Moderators, Is it alright to discuss Snow Leopard Development and all the underlying technologies under 10.6 since it is available today? Thanks, Rick Langschultz ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Recording phone calls

2009-07-23 Thread Rick Langschultz
It's also a gross violation of customer security. Sent from my iPhone On Jul 22, 2009, at 8:55 PM, Chunk 1978 chunk1...@gmail.com wrote: iPhone apps are sandboxed, and are not able to run while a call comes in. On Wed, Jul 22, 2009 at 5:23 PM, Alfonso Urdanetaalfo...@red82.com wrote:

IMEI Codes?

2009-07-13 Thread Rick Langschultz
Is there any way to get the IMEI code programatically? Or does a device token the only unique identifier able to be generated. Sent from my iPhone ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: Coming up with ideas

2009-06-13 Thread Rick Langschultz
I usually like to develop something that helps me. If it helps me fix something that's broken. Or make something last longer I go for it. I define the problem. Define solution(s). Then code. Then design. Just a thought and my $0.02. Sent from my iPhone On Jun 12, 2009, at 9:30 PM,

Re: Chnaging icon of running app

2009-02-12 Thread Rick Langschultz
Adium has a great example of what you're looking to do Sent from my iPhone On Feb 12, 2009, at 10:57 PM, Erg Consultant erg_consult...@yahoo.com wrote: Is it possible to change the icon of a running app after it has already been started? My app has no .icns file not will it - but I want

Canvas View really large?

2009-01-28 Thread Rick Langschultz
the TSCanvasView's drawing. Can anyone tell me why the X, Y coords are so astronomical? And is there any code I should look at. Here are my references: Sketch.app - Apple Developer Tools / Examples MySQL Workbench EFLaceView Any input, or pointers would be greatly appreciated. Thanks, Rick Langschultz

XML-RPC Cocoa Parsing

2008-06-28 Thread Rick Langschultz
Hello everyone, I am trying to use XML-RPC for my data access on a web server (HTTPS). I wanted to know if parsing the XML-RPC data can be handled using NSXMLDocument and parsing the member, struct, name, value XML- RPC tags. Also, initWithContentsOfURL doesn't seem to fit that well...

Have questions...

2008-06-12 Thread Rick Langschultz
Am I aloud to ask where I can submit my iPhone programming questions to? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Plugin Information

2008-04-14 Thread Rick Langschultz
Hello everyone, My application uses plugins from a support folder in /Library/ Application Support/AppName/Plugins/. The application searches this folder for all the plugins and loads them. But here is my dilemma: i want to put the plugin class name as the bundle identifier so that i can

Distributed Notifications to C / C++ applications

2008-03-29 Thread Rick Langschultz
Hello everyone, I am looking to create an application written in C / C++ that will send notifications to a Cocoa application and the Cocoa application will communicate back. Since I am using multiple server environments will / is this possible? Or should I just stick with Cocoa shell tools