Questions tagged [reply]

257 questions
2
votes
1 answer

iPhone Objective C - wait_fences: failed to receive reply: 10004003

i have this strange error : wait_fences: failed to receive reply: 10004003 in this code : - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if (buttonIndex==0) { [self showActivityViewer]; …
Andrea Mario Lufino
  • 7,921
  • 12
  • 47
  • 78
2
votes
0 answers

Reply to comment using Facebook Graph API

I am using Facebook Graph API in my project. If i want to create comment, I use this request to fb api: POST /{parent_comment_id}/comments?message={message} process ok , But I try to reply my friend's comments POST…
2
votes
4 answers

Sending post request and do not wait for reply and continue php script

I need to send post request from php whithout waiting for response . CURL has no this abillity and also wget. I am sending many post requests to apple push servers and reply from this server is very slow and i dont need the response. thx for help
Balvan
  • 21
  • 1
  • 2
2
votes
2 answers

Reply by Email (like Facebook)

I am developing a PHP website where it is possible to make wall posts / comments. At this point, I already use PHP mail() to send a email to a person when something is posted on their wall. Here is my question now: I would like to know how is it…
PGZ
  • 485
  • 1
  • 5
  • 11
2
votes
1 answer

How can I retrieve my GitHub comments

I there a way to retrieve my GitHub comments? I've posted some comments in many repository issues to asks questions, and I've found the answers by myself so I want to share my answers.
Ben
  • 3,972
  • 8
  • 43
  • 82
2
votes
2 answers

SELECT Comments And Its Replies SQL Server

i have a table for Comments (ID, UserName, UserEmail, CommentBody, PostID) and another table for its Replies (ID, UserName, UserEmail, SubCommentBody, ParentCommentID) in this case i have only one nested comment/reply and each comment can have more…
Hooman Limouee
  • 1,143
  • 2
  • 21
  • 43
2
votes
3 answers

Hide an element inside an element with a class

I'd like to hide the

inside

    and show it if it's not inside it. Hope you could help me do the trick. Here's what the code looks like
2
votes
1 answer

Extract comments of specific annotation of a PDF using iText

using iText I am able to get a list of annotations of a PDF. It seems that even replies are annotations themselves. Extracting them, I look at the contents of the PdfDictionary using this Set keys = annot.getKeys(); for (PdfName key : keys)…
chitgoks
  • 311
  • 2
  • 6
  • 17
2
votes
1 answer

Gmail IMAP php mail send as reply of email

I want to send an email as reply in gmail through my Laravel CRM system. My code is as below: $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: '.Auth::user()->f_name.'…
2
votes
1 answer

FedEx error: Special service invalid 8201

I'm trying to connect to FedEx WebServices API for OpenShip Service. I'm using WSDL of v9. Below is the reply when I try to process a request: ERROR ship
2
votes
1 answer

Tweet replies disappeaaring

I'm making an application which automatically replies to certain tweets with an image. The image is tailored made for each tweet and the tweet is sent as a reply to the original tweet. I'm using TwitterAPI python module. I'm tweeting with…
2
votes
3 answers

Django blog reply system

i'm trying to build a mini reply system, based on the user's posts on a mini blog. Every post has a link named reply. if one presses reply, the reply form appears, and one edits the reply, and submits the form.The problem is that i don't know how to…
dana
  • 5,168
  • 20
  • 75
  • 116
2
votes
1 answer

mutt: reply email from console

I'm using mutt to send me an e-mail when certain event happens: if [ ... ] then echo "Content" | mutt -s "Subject" -- "my.email@mail.com" fi This will send me a new email every time, but I would like that it replies the same e-mail over and over…
ordago
  • 377
  • 3
  • 20
2
votes
3 answers

Reply to Outlook mail from Excel

I am trying to "replytoall" with a given format in the Body. I use the following code to search for and display the mails. Sub Test() Dim olApp As Outlook.Application Dim olNs As Namespace Dim Fldr As MAPIFolder Dim olMail As Variant Dim i As…
Deva
  • 29
  • 1
  • 2
2
votes
3 answers

JMeter JMS Point To Point Queue Testing - "No reply message received"

I have a JMeter JMS Point to Point test in which I am sending an XML document onto a queue which goes into MongoDB and responds the XML document back. When I run the test in JMeter I can see through the RedHat logs that the request has gone into…
KRaju
  • 41
  • 1
  • 4
1 2
3
17 18