A delegate is a type that references a method

learn more… | top users | synonyms

4
votes
1answer
381 views

click event listeners attached to document.body dont fire in iOS6?

Experiencing strange behaviour and non functioning event delegation in iOS6, the root of which is that if I simply attach an event handler to document.body, as so: ...
3
votes
1answer
628 views

UIView layoutSubviews delegation

I find myself wanting support for delegating the responsibility of layoutSubviews for a UIView. This to avoid having to make a specific subclass just to implement the layoutSubviews method. I'm ...
2
votes
1answer
718 views

Kerberos Delegation Failed for Users from a trusted domain

I have successfully setup the Kerberos Delegation between a ASP.Net web site and a SQL Server. All the users in the same domain of the IIS application pool account and SQL Server service account can ...
2
votes
1answer
178 views

Why are my NSURLConnection delegation methods not called?

I've done exactly what this official documentation instructed. I created a console project for testing purpose. And then I created a class called RequestSender (see code below) and I made an instance ...
2
votes
1answer
503 views

jQuery Mobile .delegate( ) not triggered

I'm quite new to jQuery and I'm struggling a bit on an issue related to delegation. In my code I have a dynamic page loaded by: $("#results").delegate('li', 'click', function(evt){ var ...
1
vote
1answer
141 views

how to delegate with an IBAction between two different UIViewController

I'm just trying to understand how delegate works and I'm in troubles. I have two classes (both UIViewController) connected into the storyboard, the first one (ViewController.h/m) hold a TableView ...
1
vote
1answer
180 views

NSComboBox Delegation

I have an NSComboBox with a datasource and it works perfectly when you click on the triangle and select one of the items by clicking on it. However, I also want it to allow the user to type in the ...
1
vote
1answer
639 views

Why does kerberos delegation only work in Internet Explorer?

I've currently setup kerberos delegation on an IIS web server. Users connect to a website on the webserver and can call for a SSRS report to be generated within the web application. The web ...
1
vote
1answer
473 views

IIS delegation to access network resources with Kerberos

I have a ASP.NET application that need to access to ANOTHER application, the ANOTHER application expecting Kerberos authentication, it based on the user credential to response to the request. My ...
1
vote
1answer
179 views

Exposing aggregation through the interface vs. delegation

I have an Employee object which aggregates a few other objects, such as HRData and AssignmentHistory. In the past all of this logic was contained directly in the Employee object, but for testability ...
1
vote
1answer
293 views

jQuery's delegate() not running properly in Safari, works fine in all other browsers

I'm working on a JavaScript-based banner for a client and have hit a wall. The banner runs fine in Chrome, Firefox, IE7 and 8. Safari, however, allows the user to close the banner once and open it ...
1
vote
1answer
864 views

Mootools 1.2.4 delegation not working in IE8…?

So I have a listbox next to a form. When the user clicks an option in the select box, I make a request for the related data, returned in a JSON object, which gets put into the form elements. When the ...
0
votes
1answer
18 views

NSFetchedResultsController delegate not called for API listener

If the code assigns a delegate to the NSFetchedResultsController as follows: -(id)initWithFetchedResultsController:(NSFetchedResultsController*)fetchedResultsController { self = [super init]; ...
0
votes
1answer
16 views

id <ProtocolDelegate> in brackets: why not typedef?

I have found a tiny variant of the usual delegation pattern: My protocol is defined in some Protocol.h, i.e, @protocol ProtocolDelegate <NSObject> //… @end //The variant, see below typedef ...
0
votes
1answer
120 views

How should I be transferring data through multiple view controllers?

Passing data between view controllers in iOS development seems overly complicated. Here is what I've come to realize: Passing data forward (pushing a view) or directly segueing to a view can be ...
0
votes
1answer
141 views

ADFS delegation with SAML 2.0 delegation tokens

I have managed to configure ADFS 2.0 as a SAML 2.0 Idp and implement a SSO scenario with Shibboleth as a SAML 2.0 SP. Now I want to implement a delegation scenario in which ADFS will act as an Idp ...
0
votes
1answer
411 views

Web Deploy Impersonation (Management Service Delegation) does not work

I’m trying to use web deploy to deploy my dacpac package, which comes to executing some sql scripts. I have local windows account called .\DeploymentService, which is in local Administrators group, ...
0
votes
1answer
90 views

Delegate not being set

Could someone please help me with the following code: - (IBAction)addCellButton: (UIBarButtonItem *)sender { if(!self.imagePopover) { AlbumPicker *albumPicker = [self.storyboard ...
0
votes
1answer
219 views

ASP.NET app double-hop issue when sending email to exchange

I created an ASP.NET application for an internal purpose, where the domain user accesses a simple web form, fills in the form and submits. The application impersonates the user and sends an email as ...
0
votes
1answer
970 views

jQuery 1.7.1 $(document).on delegation does not work with selector on disabled element

My HTML (not dynamic) looks like this: <select id="domain" class="marketplace"> <option>United States</option> ... </select> This works: $(document).ready(function() { ...
0
votes
1answer
83 views

delegate with devise user not working

This is what I have. item.rb: has_many :comments belongs_to :user user.rb: devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable # Setup ...
0
votes
1answer
202 views

“Unknown user name or bad password” when accessing NAS through WCF service

I have a web application client that is communicating with a WCF service. Both the client and the service are running impersonation due to their need to write to a similar location on the NAS for ...
0
votes
1answer
121 views

Composition/Delegation in C#

Okay, I need to use some third party library and the resulting code is hard to unit test, because the classes don't implement interfaces (i.e. I can't isolate my code from the dependencies it has on ...
0
votes
1answer
379 views

SPNEGO and Delegation in Java

I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) is done on client ...
3
votes
0answers
257 views

Using kerberos delegation in WCF across domains and passing ClientCredentials

I've got a client app in one domain (Domain1) that needs to access a WCF service on an app server in another domain (Domain2) (with no trust). Users have to enter their Domain2 credentials into the ...
2
votes
0answers
159 views

Google Closure event delegation a'la jQuery live/on

I need to delegate event to newly created elements, I need to attach handler to their creation event. Something similar to: onCreate I do not want to bind the event to the element after the creation ...
1
vote
0answers
23 views

jQuery UI draggbale delegation

I'm trying to delegete draggable event with jQuery.on(). It work well if you dragging elements using mouse because I use mouseover to initialize draggable(see fiddle). But there is no mouseover event ...
1
vote
0answers
155 views

WinRM - Second Hop without CredSSP

I would like to ask if it is possible to impersonate at "second hop" at WinRM service using only Kerberos (delegation)? CredSSP is no solution for me because I cannot prompt user password .. I'm ...
1
vote
0answers
404 views

Event bubbling/capturing/delegation in ember

It is hard to expliain the actual code as i dont exactly know where the problem is, but it will be great if anyone can help in explaining how events are delegatd/bubbled in Ember. I have a case where ...
1
vote
0answers
50 views

Accessing & Messaging DetailVC in a UISplitViewController

I'm using a UISplitViewController that uses two UINavigationController's, one for MasterVC and another for the DetailVC. I'm trying to send messages to the DetailVC's topViewController from a VC in ...
1
vote
0answers
89 views

save method and delegate in detailTableViewController fail in Xcode

I have a bug when I save information passed by a user in a detailTableViewController. Though when I force the debugger by pressing lecture, it carries on performing the coredata job, etc. Here is my ...
1
vote
0answers
25 views

Using buttons on different views and classes to trigger view switch from the main view controller

I am using storyboard to create my page.. each with it's own class... from the mainViewController, I manage the view change with a swipe gesture recognizer... So far so good... But I have certain ...
1
vote
0answers
216 views

WCF Custom Delegation/Authentication without Kerberos

I'm building a simple WCF service, probably exposed via HTTPS, using NTLM security. Since not all users are going to be capable of using the service directly, we're writing a simple web front-end for ...
0
votes
0answers
20 views

Javascript Delegation performance considerations

I looked for threads on performance increase using delegation mechanism. I am talking about simple javascript, without jQuery or other tools/libraries. Every element spawns events in the DOM tree, ...
0
votes
0answers
54 views

Problems with Microsoft Identity (WIF) Example „Invoking a WCF Service on the Backend via Delegated Access”

I have a prboem with a WIF/Identity delegation Sample that we urgently need: Since days I try to bring ClaimsAwareWebSite- Delegation Demo Solution up and Running, but it does not work. I have a ...
0
votes
0answers
63 views

WCF trusted delegation access denied

I have a Windows Service that hosts a WCF service. The WCF service hosted in the Windows Service has a method that accesses files on various network shares via UNC. Impersonation is used to run ...
0
votes
0answers
112 views

Kerberos Oracle ADFS delegation S4U2Proxy ticket

We have a web site in .net 4.0 in IIS 7.5 at Windows Server 2008 R2 64, that are using Oracle Kerberos Authentication (SSO). The site uses WCF services as middle tier towards DB. All the users are ...
0
votes
0answers
36 views

Delegation : Communication/socket error between Web and App server

We have Web and App (WCF) servers and delegation is configured between them on AD. User principal name delegation type is used. All servers are Windows Server 2008 R2. Everything works fine if we ...
0
votes
0answers
10 views

dismissing View controller with data transfer

so the view controller programming guide says Always use a delegate to communicate information back to other controllers. Your content view controller should never need to know the class of the ...
0
votes
0answers
53 views

Delegate events best practices for web development

Here's a situation - i have an one-page web app with different sections and i load them asynchrously. And while im loading them in init method i delegate events with jQuery to a parent container. ...
0
votes
0answers
24 views

How do I properly implement protocols / delegates?

I'm having trouble wrapping my head around delegates and protocols. Here is me trying to use them - see if you can figure out what I'm doing wrong. In the following example, My first class ...
0
votes
0answers
348 views

ios - How to set background image (UIViewController.image) on a delegated method?

I'm new to iOS development and i am working on an iPad app. I have defined a protocol width the required method setBackgroundImage. I call the delegated method after I select a image from the ...
0
votes
0answers
79 views

Where should I delegate this UITableView to?

I'm building a scrollable grid layout in iOS. The hierarchy is as follows: (MyController) UITableViewController - Parent Table View (UITableView) - "Horizontal cell" (UITableViewCell) - ...
0
votes
0answers
119 views

Spring Security Delegating Authentication to CAS

I was looking through the questions between CAS and Spring Security, but I have not found the exact situation for this. My question is in regards with Setting up Spring Security to have it's users ...
0
votes
0answers
80 views

Master-detail delegation

I'm creating an iPad app and I'm very new to iOS development and have a question. I need to setup a two way communication between my master and detail view controllers. The tutorial books I've been ...
0
votes
0answers
153 views

Android: Delegate UI

I'm currently converting an SDK with a accompanying a sample app from iOS to Android. When you initialize the SDK you pass the application object as a parameter. In the SDK some asynchronous server ...
0
votes
0answers
379 views

Running windows service under “Local Service” and properly delegating GPO creation

I have the following working: Using GPMC, I can create GPO's on the domain controller when: I have my application running as a console application, logged in as a domain user. I have my application ...
0
votes
0answers
406 views

WCF Windows Authentication / Delegation

I'm having trouble getting the user credentials to be delegated over to our Sql Server DB. I'm pretty sure I have my configuration for the WCF set up correctly because everything works on my local ...
0
votes
0answers
77 views

iPhone delegation bug

I've got 2 views. The firstView and the secondView. The firstView needs the favourites array from the second view, so I try to call the "getFavourites" method defined in the protocol. This returns ...
0
votes
0answers
335 views

credential delegation to WCF Service with known password

I have an ASP Web Service that needs to talk to a windows service hosted WCF endpoint that then is talking to Microsoft Exchange via the Exchange Web Services Managed API v1.1 I have this code which ...

1 2