The send tag has no wiki summary.
0
votes
1answer
18 views
Add 'Copy link' option to Android Sharing menu
I have an Android app in which I'm giving the user a choice to Share the URL to the current page they're viewing. I'm implementing this code as follows:
public static void shareUrl(Context context, ...
0
votes
0answers
6 views
Outlook, multiple add-ins squabbling over the “Send” button
I have two Outlook addins; a 3rd-party one (actually harmon.ie) and one that was built in my firm. Both respond to the "Send" button in Outlook. At the moment, when a user clicks "Send", harmon.ie ...
0
votes
0answers
18 views
How to run a console on Ubuntu to install the daemon? [migrated]
Now I start to deal with WebSocket and must be installed on phpDaemon Denwer.
I read the installation manual but there are items that I have not yet understood (
Where the folder is located in ...
0
votes
2answers
20 views
FD_READ: recv() returning two packets at once
I'm using winsock in my application to mantain client-server connection, and using non-blocking sockets in order to do that. But sometimes when I get FD_READ message, it appears that recv() returns ...
0
votes
1answer
21 views
Redemption Cannot Resolve User error
When I am trying to send a mail, I get a box to fill in my exchange server, username and password. It work's fine. But when I try to send a mail I get an error. (JIT)
The error code:
...
0
votes
0answers
10 views
What is the ideal way to listen for messages from Hubot scripts?
I want to create a hubot script that captures messages within a multiuser chat and record them including hubot. The problem is that hubot does not hear itself. It doesn't appear that adapters emit ...
0
votes
2answers
35 views
Python to send email with file before exit by calling custom module
I have the code below and also code that sends email with the file so by importing it from library I wanted to execute it after the file is closed and before the program exits yet it does not happen I ...
-1
votes
0answers
99 views
Android and Arduino bluetooth sending/recieving
Basically i hooked up the arduino pro328 to a bluetooth mate gold, and am trying to send recieve data to/from an android app. The arduino recieves data sent by the android but it appears as garbage. ...
0
votes
0answers
15 views
How to compare below output
I'M very new to shell scripting, below is my output in status.txt:
CM TARGET ACTUAL
---------------------------------------------- ---------- ...
2
votes
1answer
27 views
socket error in send() — No such file or directory
if (fcntl (i4SockDesc, F_SETFL, O_NONBLOCK) < 0)
{
printf(LDP_IF_MISC, "LDPTCP: Client : Can't Set Sckt in NON BLK\n");
return CONNECT_FAIL;
}
i4RetVal = send ...
1
vote
0answers
27 views
Is it possible to send more than one image in MMS?
Is it possible to attach more than one image in android? I use this code :
intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File("/sdcard/file.gif")));
but I want to send two or three images.
...
-1
votes
1answer
14 views
Is it possible to send out an outlook delayed email without keeping the application running? [closed]
I am using outlook 2012 and was wondering if the above is possible. So even though my computer is off, the email should still send.
0
votes
1answer
67 views
C# Client-Server issue: client receiving packet only on close
I have a little problem. Basically I made two C# applications, a client and a server. The client connects to the server (via sockets), then sends a packet containing some text, and the server should ...
0
votes
4answers
55 views
Non Blocking recv() in C Sockets
I am using an infinite loop in sockets in which if it receives some data it should receive it or if it wants to send data it sends. Something like given below. I am using select. I have only one ...
0
votes
0answers
31 views
Microsoft Access z-index property
I have a form including listboxes. I'm trying to change order of listboxes. I tried bring front or send back but they are not working in form view. I found z index property for arranging their ...
2
votes
1answer
48 views
How can I send multiple lines at once in a HTTP request(in JAVA)?
In JAVA, how can I send my HTTP request header all at once, so that my entire HTTP request is sent? I have eight lines I'd like to send after the "GET /indexOftheSite/mainpage". I'm using ...
0
votes
0answers
52 views
Client/Server and MPI Send/Recv
I'm trying to send messages from a server to several clients that get connected to that server.
The server is supposed to send as many messages as there are clients connecting to it but the code ...
-1
votes
0answers
17 views
Facebook Title Will Not Update - Have Researched Answers and Tried Everything - Report Included [closed]
My webmaster has tried everything to update the Facebook Like/Send title after a site update. The description and image updated but the title did not. All other social media are updating as well.
...
-3
votes
1answer
30 views
Sending Notifications to millions of users [closed]
let's say that I have created a nice facebook application, for example a game or a log-in application to a website, and I reach 1,000,000 users or more.
Can I send notifications to all these users? ...
2
votes
0answers
34 views
Java UDP sending and receiving thousands of data
I have a database with different FPS games IP addresses and I need to query each server 5 in 5 minutes. With the query message response (received from the servers) I know if the server is online, how ...
1
vote
2answers
29 views
Why can't I use data after inserting to database with PHP
Problem: I can't get the email value after inserting into the database.
EDITED:
Fixed:
my problem were $to = $_POST['$email']; gave wrong value to it. it should be $to = $_POST['email'];.
Problem ...
1
vote
1answer
69 views
Perl send() UDP packet to multiple active clients
I am implementing a perl based UDP server/client model. Socket functions recv() and send() are used for server/client communication. It seems that send() takes the return address from the recv() call ...
1
vote
1answer
40 views
Sending inputs to email? WinForm C#
I'm working on a simple WinForm project where I have a textBox that the user inputs his name.
When he clicks on a button I want to be able to send this input to an email address or something like ...
0
votes
1answer
29 views
Microsoft Access listbox bring to front
I have two list boxes in a form. One of them is bigger than other. Smaller one was placed at the back of bigger one. I tried position > bring front for smaller one and position > send back for bigger ...
0
votes
1answer
35 views
ASP Email - objCDOMail.Send server error
I have to build an email for for a basic website which has to be in ASP, which is something I know nothing about.
I have built the form and it all seems to work error free up until the point where ...
-1
votes
3answers
83 views
Sending Json message using gson on android
I want to send a json message over http to a php server.I used the gson library as you can see.
Gson gson = new Gson();
String[] data = {"value1", "value2", "value3"};
String json = ...
0
votes
4answers
66 views
Java, how do I send an array between methods in java?
I have tried to send an array between two methods in java. Can someone help me?
The code is:
package bubbeltest;
public class BubbelTest {
public static void main(String[] args) {
...
-1
votes
0answers
57 views
Send email via exchange server using imap function in php
I want to send emails through our exchange server. So when the email is sent, it will get listed in the sent item of exchange.
Just like IMAP emails accessed in Outlook Express.
Basically I want to ...
0
votes
0answers
18 views
Sending Bitmap data over winsock? Winapi
I am tring to send a screenshot of a desktop over winsock.
As such, there are four tasks:
Save bitmap to buffer
Write data across wire using a socket
Read data from wire using a socket
Load a bitmap ...
0
votes
1answer
60 views
Send string message to server using android app
I tried this code but I'm getting bellow error
when I clicked the button this message appears "unfortunately app has stopped" then it exit my application.
public class testInput extends Activity { ...
0
votes
0answers
67 views
Close gmail after sent an email
My App send email via intent and works very fine.
The problem is, after the first email, i can't send further email because gMail (in this case) although it seems to work perfectly, does not send ...
0
votes
3answers
129 views
How send data to website by using android app
I'm trying to send some data to my website. When the button is clicked, data need to be sent to the web site
but I got some errors when I am running the program
when I clicked the button this ...
1
vote
1answer
38 views
How to resend failed SMS in bulk
Twillio failed 150 SMS due to lack of funds in the middle of a campaign. Is there a way to resend those 150 messages in bulk? Thanks!
-1
votes
0answers
106 views
Nexus 7 Android File Transfer (Socket Programming in Android)
public class WiFiLibrary {
public Socket client = null;
public FileInputStream fileInputStream = null;
public BufferedInputStream bufferedInputStream = null;
public OutputStream outputStream = null;
...
0
votes
0answers
12 views
SharedObject.Send Callback
I want to use the remote shared object send method() to broadcast a message to all subscribed clients. I am using both Client and Server-side code from a tutorial that i copied. However, when i run ...
0
votes
1answer
43 views
Send() using TCP is not sending the whole array
I am trying to send a char array to a server and I am not able to send the whole thing. I discovered that I am not receiving that it is sending only the first four packets.
This is the data I want ...
-2
votes
1answer
37 views
send data value with email in joomla 2.5?
I just created a module calculator for joomla 2.5. I want to send the information entered by users to an email address
<div class="formRow">
<label id="jform_varListCarburant-lbl" ...
0
votes
0answers
18 views
HTML/JSP send line breaks using form tags
Hello I've made a certificate request send pages that using form tags as shown belows.
--issueCertificate.jsp
<%@ page contentType="text/html; charset=EUC-KR"%>
<html>
<head>
...
0
votes
0answers
25 views
value of readonly input is not send to the managed bean pjsf2 priemfaces
I have this column in my datatable :
<p:column headerText="Mt">
<h:inputText id="mt" style="border: none;background-color:white;" readonly="true" styleClass="monmt" ...
1
vote
1answer
39 views
MPI Status FORTRAN
I have this code but I get this error.
I tried declaring status as
INTEGER :: status
but that changes the value of my rank after the MPI_SENDRECV (i.e. the rank=0 for all processors)
PROGRAM ...
0
votes
1answer
46 views
send row and column of a matrix, MPI_SEND
I can send the row of a matrix, and the column of another matrix in a single MPI_SEND, how can I do this procedure?
MPI_SEND (row and column of the matrix ...)
0
votes
1answer
39 views
MPI send in passing pointer pointer c + +
MPI_Send (&t[0], 2, MPI_INT, 1, tag, MPI_COMM_WORLD);
I can not get the address of this pointer pointer in the slave,A is a matrix already allocated ** A,A[0] is the address of the first row of ...
0
votes
2answers
45 views
send javascript multidimensional array via ajax post
I have a multidimensinal array like below
var myarray = new Array();
myarray["firstkey"] = new Array();
myarray["firstkey"]["secondkey"] = new Array();
myarray["firstkey"]["secondkey"]["0"] = new ...
0
votes
2answers
73 views
PHP form to send email. How do I maintain values in the form when page is posted back?
I've created a html / php form based on http://rosstanner.co.uk/2012/11/build-simple-contact-form-html-php-bootstrap/
It successfully validates the form and will send the mail. However, if the form ...
1
vote
0answers
57 views
MMO Server-Game Sockets, Security and Usage
I'm working on a Socket MMO Server-Game project and I want to ask something.
I'll send some data with Tcp socket. Can anybody chance this socket data from outside? Namely I called socket.send() ...
0
votes
0answers
6 views
Send button auto set recipient
Is there a way to set a recipient when clicked on the share button without the user inputing him.
The idea is to show a list of FB friends that might be interested in the site. And next to each user ...
0
votes
0answers
12 views
Send an Email with Button Click in Flex Mobile
I am developing an application that has a button in the description. I would simply like the button " On Click " to open the default mail application, prefill my email in the window, and allow the ...
-1
votes
3answers
158 views
C# WindowsForms - Send textbox from form1 to form2 on visual studio
i have 2 forms on visual studio,
form1 have textbox1.text
form2, have textbox2.text and btnSave
obs: form2 open when i click on another button on form 1:
Form new = new form2();
...
0
votes
0answers
78 views
Facebook chat api Authentication complete Done, now next
I implemented Facebook chat api php from http://developers.facebook.com/docs/chat/,now i get all the messages: [INFO] Opening connection... connection open Authentication complete Done,
now next how ...
0
votes
0answers
6 views
Send button how to only share with family, friend etc
When I put a like button on my website visitors will share it with all their friend. What if they only want to share it with te people they have in there group 'family'?
I thought the Send button was ...

