sender is the conventional name of an input parameter to an event handler in some object-oriented languages and their frameworks, for example Objective C and Cocoa, or C# and .NET.
3
votes
1answer
531 views
How to identify which button is clicked in Objective-C?
I am a new iPad developer.
I have created UIButton programmatically, in which I want to identify user has clicked on which button and according to that I want to do some action.
How should I ...
1
vote
1answer
172 views
How to get enclosing element of a ContextMenu, using sender
I have a contextmenu that's located inside a grid. In the contextmenu's closed-event I need to get hold of the encapsulating grid. I'm aware that I can, in the newest silverlight toolkit, use:
var cm ...
0
votes
1answer
591 views
C++ - Mail Sender
I would like to create a mail sender on C++ (not Mail Client for eg. GMail). In this mailer I want to be able to change the headers also.
I have already downloaded and installed the POCO libraries, ...
0
votes
1answer
422 views
Get index of NSMenuItem (sender) in parent menu
I'm having a NSMenu (application dock menu) and several items in it with the same action.
How can I figure out the index of the sender item (the one triggering the action) within its container menu? ...
1
vote
3answers
2k views
PHP mail sends but sender is always “Apache <apache@hosting12”
In my mail client or gmail the sender is always apache@hosting12
Any way to fix this issue?
I have tried setting the headers like these with no success. Can sombody please help me?
$headers = ...
0
votes
2answers
228 views
How to get the information about the sender in the case here
I am creating UIButtons inside a loop as shown below.
for(int i = 1; i <= count; i++){
if(i ==1){
UIButton *btn1 = [[UIButton alloc]initWithFrame:CGRectMake(0, 10, 40, 40)];
...
0
votes
1answer
595 views
Android C2DM sender id
I've been working with de C2DM for sometime and its has been working perfect. Recently I've bumped into a problem that I can't seem to fix and couldn't anything on this forum that might help. The ...
2
votes
1answer
66 views
How to extract the Binding of a DataTemplate through its child elements?
I have a DataTemplate that is bound to a buisness class, it also contains a StackPanel:
<DataTemplate DataType="{x:Type logic:Sensor}">
<StackPanel Name="SensorPanel" ...
12
votes
3answers
3k views
How can I set the Sender's address in Jenkins?
I'm sending mail from Jenkins to an anonymous SMTP relay internally. That relay then securely sends mail to exchange online via TLS on port 587. The transport works perfectly, the issue is that ...
1
vote
0answers
112 views
How to get the sender name of a marketing Sms?
If I get a marketing SMS, Its Sender name will be something like LT-Jobs, LT-Notification and the Sender address will be unavailable. Is it possible to retrieve that name and store in a string?
0
votes
3answers
562 views
email sender with grails mail plugin
im trying to send email with mail plugin in grails with the gmail account.
The email is sent successfully but i have a problem with the sender of the email
In Config.groovy
grails {
mail {
host = ...
0
votes
2answers
248 views
If statement reading currentTitle of sender UIButton isn't working
I'm trying to get the calculator app I've built to trigger some simple code if it detects I pushed the decimal point button (to only allow one decimal point per value). However, for some reason, these ...
1
vote
1answer
124 views
Reference existing control in scope of single function
I may confusing with the terminology, but here is what I'm trying to do:
I have a move function which will end up moving selected items from one listBox to another. There are three list boxes with ...
0
votes
2answers
780 views
How can I get, the ListViewControl on GridViewColumnHeader Click Event
I have 7 different ListViews.
There is a Sortmethod called SortClick(object sender, RoutedEventArgs e) -
when clicking on a GridViewColumnHeader, it raises the SortClick Event.
But in this method I ...
1
vote
2answers
387 views
How can I get sender email address while using zend imap
I have uploaded the whole screenshot of the mail which is sent to my gmail id. But fetch at my website using zend imap.
here I am not able to figure out the exact sender email address header.
as you ...
1
vote
3answers
3k views
iOS - passing Sender (button) name to addSubview
I have a main view with 3 buttons. Clicking on any of the buttons adds a SubView.
The buttons have different titles and are all linked to IBAction "switchView"
The "switchView" code is below.
- ...
0
votes
1answer
39 views
To get which object requested this window to show
I want to create a window which shows a graphic.
There are 4 menu items within a menustrip. When clicking on the menu item the DetailsGraph window will be appear. But in this form I want to get the ...
0
votes
1answer
480 views
Cakephp 1.3 email component won't send using a “from” or “sender” that i want it to! (on ubuntu 10.04!)
I can send an email via cakephp 1.3. What I cannot seem to do is change the "from" portion - so!
Given:
$this->Email->from = "no-reply@someurl.com";
//OR
$this->Email->from = ...
0
votes
2answers
45 views
Weird situation trying to pushView with an object
So, here's the deal.
I have 16 buttons in my xib, each is instanced in its controller with the following code:
IBOutlet UIButton *left1;
IBOutlet UIButton *left2;
IBOutlet UIButton *left3;
IBOutlet ...
0
votes
1answer
131 views
ROR : send email using different mail id at different time?
I m new at ROR, so it may be a silly ques.
I'm using ActionMailer to send a mail to any reciepient.
Initially i have tried it using gmail smtp setting.
But in that everytime the mail is sent, it is ...
-2
votes
1answer
331 views
how to call a method directly instead of button action
I want to call the method below directly at application didFinishLaunchingWithOptions.
Currently this action is triggered with a button. How can i call this without the button?
- ...
0
votes
1answer
462 views
How to pass sender tag in DetailView to get default Map application for direction?
I am opening the Detailview on annotation pin as well as on tableview. To get direction from detailview I have place following button click event.
Edited:: with -(IBAction)showDirectionUpdated; ...
0
votes
2answers
92 views
How to typecast Sender?
I have a ToolStripButton as a sender within a click event. I need to be able to typecast the sender as a Toolstripbutton and retrieve its tag property as an integer. I think, I am doing that in the ...
1
vote
1answer
447 views
Get sender (button) from child window
I was generate the button through code. and with the button i got one method to call up the child window in silverlight.
private void btnXX_Click(object sender, RoutedEventArgs e)
{
...
2
votes
2answers
2k views
Best method to determine the sender of an event
I have a simple question about event handling in iOS applications... suppose you have an app with some buttons that react to the TouchUpInside event calling the same action, what is the best way ...
0
votes
1answer
285 views
after inputAccessoryView tapped
I have tried the solutions at UITextView doesn't show InputAccessoryView on first click
I'm having a with a problem with a textView who has a inputAccessoryView
I want to call [textView ...
3
votes
3answers
265 views
How can I optimize this code by using SENDER?
I have a form that contains 16 TCheckBox and 32 TEditBox.
Every 2 TEditBox en-ability is depending of the checkBox state.
so I uses this code which is too long:
//T1
procedure ...
0
votes
1answer
235 views
favorites button in the tableviewcells
I implemented the following method in my tableviewcontroller for showing favorites with empty star and filled star:
-(IBAction) tapped:(UIButton *)sender
{
if([sender isSelected])
{
...
9
votes
2answers
3k views
UIButton TouchUpInside Touch Location
So I have a large UIButton, it is a UIButtonTypeCustom, and the button target is called for UIControlEventTouchUpInside. My question is how can I determine where in the UIButton the touch occured. I ...
-1
votes
2answers
254 views
Senders image for UIControlStateNormal
tl;dr: I'm creating a UIImageView that has the same image as the sender. Im trying to figure out how to go about doing this.
Im trying to get the senders image. Here is my code to get the sender:
...
4
votes
4answers
2k views
RoutedEventArgs.Source vs Sender
What is the difference of sender vs source in wpf event handling, I googled it but didn't find any useful answer. Like if I had an ellipse in a canvas, and I click on the ellipse, the ellipse would be ...
1
vote
1answer
1k views
Referencing a button when the action's sender is a UIGestureRecognizer
I've got a button called myButton and I gave it a UIGestureRecognizer so that an IBAction is only run when myButton is pressed with two fingers:
UIGestureRecognizer *tapper = ...
0
votes
2answers
862 views
iOS: Control two CheckBoxes
I have this code to control two check boxes (buttons customized):
- (IBAction) setCheckBox: (id) sender{
UIImage *selected = [UIImage imageNamed:@"checkbox_checked.png"];
UIImage ...
1
vote
3answers
492 views
Issues in setting UIButton title in its click event
I'm trying to change the title of a button when the user press on it with the following code:
- (IBAction) hideKB: (UIButton *) sender {
sender.titleLabel.text = @"↓";
}
But when I click the ...
2
votes
1answer
496 views
Get Safe sender list in Outlook 2007 C# Add in
I have created an Outlook 2007 add-in in C#.NET 4.0.
I want to read the safe sender list in my C# code.
if (oBoxItem is Outlook.MailItem)
{
Outlook.MailItem miEmail = ...
0
votes
2answers
104 views
How to tell the upcomming viewController by which button he was called
I have a viewController, lets say blaVC, which calls another view controller blubbVC through a button press. As there are 4 buttons, all calling blubbVC with the same nib, but the content should vary ...
0
votes
1answer
2k views
C# ews sender address
I am trying to get specific information about an email (messageID, mailboxname, date, from, to, subject, body, seq, date_inserted_db, hasattachment) and I can successfully get them using either the ...
0
votes
1answer
5k views
Post notification with sender and object
I cannot seem to find out how to post a notification with an object and a sender.
I can post a notification with a name, sender and user info. See:
- (void)postNotificationName:(NSString ...
1
vote
1answer
1k views
Object sender to control sender?
Is there a way for me to change object sender into, say, control sender? What I want in the end is for object sender to tell me the controller count (controller 15, for instance), rather then it tell ...
3
votes
1answer
235 views
Who called my DBus API in Linux system
The scenario is like this:
In a Linux based handheld device I have a C app which has dbus APIs ready to be called by 3rd party apps. The DBus APIs are called during booting time.
Is there any system ...
2
votes
3answers
124 views
EventHandlers and the sender
So in my program i created a struct with a button and a number value... like this
struct box
{
public int numberValue;
public Button button;
}
I then made a 2D array of this ...
0
votes
3answers
559 views
How to check for “method group” via “sender” object?
Imagine a method like this ( in Win Forms):
//First method
private void buttonStart_Click(object sender, EventArgs e)
{
//I call another method here
this.GetData(sender, null)
}
...
1
vote
2answers
1k views
How to get button.tag via longPressGestureRecognizer?
I'm dynamically adding image buttons to some scrollview. They all point at one longPressHandler. Now, how do I get which button was pressed? The [sender tag] gives me the tag of longGestureRecognizer ...
0
votes
1answer
589 views
Sending email from Android app
I am trying to a develop an android app that sends email using JavaMail. I have tried the code bellow as console application and it works, but when I use in as an android app from the emulator it ...
2
votes
2answers
724 views
Sending email from Android app
I am trying to a develop an android app that sends email using JavaMail. I have tried the code bellow as console application and it works, but when I use in as an android app from the emulator it ...
0
votes
1answer
1k views
how to use Boost.asio for the multicast sender?
I'm trying to use boost.asio to implement a multicast sender. I have a my thread implementation and I need my boost.asio only for management of the socket.
I looked at the example on the site of ...
11
votes
6answers
19k views
Objective C: what is a “(id) sender”?
In some IBAction I saw:
- (IBAction)pushButton:(id)sender;
This (id)sender when do I use it?
1
vote
2answers
2k views
iOS attaching callbacks and associating different sender possible?
Suppose I have a button that I am adding to an annotation object in a mapview:
AnnotationButton* rightButton = [AnnotationButton buttonWithType:UIButtonTypeDetailDisclosure];
...
0
votes
4answers
1k views
(id)sender iPhone Explanation
Hey guys,
can anyone explain me what (id)sender exactly means? I have seen it in so many actions and I don't know how to set this sender id.
- (IBAction)publishStream:(id)sender {
// do something
...
1
vote
3answers
546 views
sending and receiving on the same socket
I am implementing in C on Windows : A channel of communication between a sender and a receiver.
The channel has to receive packages from sender, transfer them to the receiver and then back from ...



