I am using an NSURLConnection in an NSThread but none of the NSURLConnection\'s delegate methods are executed! I have a main method in my NSTread subclass and a while loop that keeps the thread active
I\'m trying to extend a windows service I\'ve written to accept a kerberos ticket from a client and then delegate that ticket to an ODBC driver so it can connect to another server with it.
In OOP, a term delega开发者_StackOverflow社区tion is mentioned. How is this modelled in a class? I searched on yahoo etc but got links to delegates.Imagine you have the classes Car and Engine:
I\'m trying to transform one method call into another dynamical开发者_如何学Pythonly (at runtime).
I\'ve been searching around Apple\'s delegation and protocol documentation for an answer to this, but after more than a day I\'ve decided to give up and let you guys have a shot at it. I have three cl
I have a web app that uses some backend servers (UNC, HTTP and SQL). To get this working I need to configure ServicePrincipalNames for the account running the IIS AppPool and then allow kerberos deleg
Hi I\'m using the following to raise the keyboard, I have many view controllers that could also use it but my attempts to delegate it have failed. I definitely don\'t want to insert this into every v
my ASP.NET web application uses windows authentication on our intranet. I want it to be able to make a server-side http request to another server on the same domain that also requires windows authenti
I have a UITabBar application, which has three tabs. The first tab has a UIViewController with a UIButton which displays a modal UIViewController to allow the user to select a date. I\'m having troubl
Could anyone explain the meaning of someViewController.delegate = self and self.delegate? Where do开发者_如何学Python they help us?Delegates send messages to you.