The messages tag has no wiki summary.
-3
votes
0answers
13 views
Friend who sent me a message deleted their account before I read it. How do I determine who sent me the message? [closed]
I just found a message in my inbox from last year (early 2012), sent from a friend who deleted their account. The user's name reads "Facebook User," and I have no idea which of my friends sent me this ...
0
votes
1answer
13 views
Jquery ToastMessage - only show close for specific toast types?
Not sure if this is the correct place to ask.. but here goes.
I use this jquery plug in :
http://akquinet.github.io/jquery-toastmessage-plugin/
It works well.. but I would only like the close gif ...
0
votes
0answers
20 views
NameNotFoundException: GlassFishBookQueue not found
I have a managedbean with my resources:
@ManagedBean
public class MessageSender {
@Resource(mappedName = "jms/GlassFishBookConnectionFactory")
private static ConnectionFactory connectionFactory;
...
0
votes
0answers
21 views
SMS not saving in inbox
I have the following code:
it doesn't save to my inbox
try{
Bundle bundle = intent.getExtras();
String message = bundle.getString("message");
String pnumber = ...
0
votes
0answers
12 views
Testing Message Passing with Messengers in Android
I'm trying to test the IPC functionality in my Android application.
I have a service to which clients can bind and send Message objects via the Messenger API. How do I go about testing this?
I tried ...
0
votes
0answers
22 views
JSF update component on every ajax request
Hi i want to render the JSF messages as bootstrap alerts
<ui:repeat value="#{facesContext.messageList}" var="facesMessage">
<div class="alert">
<button type="button" ...
0
votes
2answers
26 views
Send text to serversocket after connecting to it
I have a problem that I can't send text to ChatServer. My code:
...
try {
socket.connect(address);
System.out.println("Successfully connected to server!");
Thread ...
-1
votes
0answers
51 views
How can I get iMessage delivered status by applescript?
I can get the delivered or read status from my buddy on Mac|iPhone|iPad Messages. And how can I get these status from applescript?
I found Messages' not have these events.
0
votes
1answer
62 views
How do you read your very first message with someone?
I want to read my first messages with someone on Facebook, but I think our VERY first messages were reported to be "moved" because we had so many. I am not sure how if it's even possible to read them ...
0
votes
2answers
61 views
How to move rats in a maze in python
I am really new to python and I am tryna do a game where rats in a maze try and eat brussel sprouts - so i have 2 rats - 'J' and 'P' and 2 classes - Rat and Maze...so far all of the functions for Rat ...
0
votes
3answers
92 views
Wordpress - contact form 7 - spam messages
I installed Contact form 7 in my wordpress blog and there are several spam messages coming through it. Then I added really simple captcha/ recaptcha for the form. But still the spam messages are ...
0
votes
0answers
16 views
Parse IRC Messages using C#
I use VS 2010 - C# 3.5 - .Net 4.0.
How better way to parse IRC messages like:
<-:user2!ebh3fso@DChZUf.DffiYV.virtual PRIVMSG user1 :hello woman
<-:user3!A03@AwLPeN.DVCCA7.virtual PRIVMSG user1 ...
0
votes
0answers
69 views
How can I filter & route messages using Headers Exchange with Spring AMQP & Rabbit?
Using Spring AMQP when I use the headers exchange, all messages get sent to the queue irrespective of header content. To be more specific, I declare in the xml that I only want messages with "betty ...
0
votes
1answer
50 views
How can I integrate my ios app into the “Share out” pane in the iOS messages photo viewer?
I'm seeing a number of different applications appear in the "share out" pane that appears when you are messaged an image on iOS 6+ and would like to plop my application into there as well. How can I ...
1
vote
2answers
25 views
Primfaces - Don't close dialog when messages appears
How can I set up a Primefaces Dialog to not hide, when there are "required-messages" open? At this moment, the dialog will closing by clicking on the "Speichern" Button, and when reopened, the ...
0
votes
1answer
17 views
warning messages produced in java by third party libraries
I want to remove and/or be aware of warning messages produced in java system.out by third party libraries. For example, being aware of these warnings, produced in third party libraries threads, I want ...
0
votes
1answer
75 views
h:messages does not display messages when p:commandButton is pressed
I have a problem with the h:messages tag in JSF that simply does not show any messages. In the Glassfish log are no errors when I click the button.
The setup is as follows:
test.xhtml:
<html ...
4
votes
1answer
62 views
Django Testing - check messages for a view that redirects
I have been writing tests for one of my django applications and have been looking to get around this problem for quiet some time now. I have a view that send messages using django.contrib.messages for ...
-4
votes
1answer
41 views
Dropping Message into Message box in android [closed]
HI I was wondering if there was way that I could place a message in my inbox when application is started. What I wanna do is that when I run my application I want that a message from number let say ...
0
votes
0answers
30 views
Magento messages stuck in session
I'm having an issue with a Magento cart where the Shopping Cart page will show the following message up top:
"Some of the products are currently out of stock"
... when a product is out of stock, and ...
1
vote
2answers
55 views
Is calling a method in Java the same as sending a message to an object in Objective-C?
The Java's syntax for calling a method is the following:
object.methodName(...)
In Objective-C, the syntax for sending a message to an object is the following:
[object methodName:...]
Better, ...
0
votes
1answer
60 views
Method of implementation of interacting classes in C++ [closed]
I'm not sure if this breaks the rules (I hope not), but I couldn't find anything that advised against it. My question doesn't address a specific case of programming. Instead I'd like to know how I ...
0
votes
0answers
33 views
Best Practice to display error messages to client?
We are in the process of cleaning out our code base and wanted to know what is the best practice on handling error messages that will be sent back to the client. Right now we have a class with a ...
0
votes
2answers
30 views
Prevent application start fail if MSMQ not installed
I'm using MSMQ in my .NET application.
If MSMQ installed but not running - it can be handled.
But how to prevent crash on start up if MSMQ feature not installed on local machine ?
0
votes
0answers
193 views
Send group iMessage using applescript
Does anyone know how to send a group message using applescript? I've tried a bunch of stuff but nothing seems to work.
0
votes
1answer
135 views
Are deleted messages included in the “Download Your Information” in “Account Settings”?
I read that I could get everything that I ever typed if I downloaded my Facebook Archive, but does that absolutely, positively include messages that have been permanently deleted? Thank you!
2
votes
1answer
68 views
Objective-C: Working with static variables
Given the code below, the spaceship (only ever one in the program) checks to see if it can pay for a new part, and 'if (so)', builds it. When the payFor: message is sent, should the iVars be dealt ...
1
vote
1answer
31 views
making behavior of p:messages like the p:growl (waiting somes seconds and hide)
I have one p:messagesin the header of my p:dialog and I want to hide it after some secondes (like behavior of p:growl)
here it is :
<p:messages id="messages" globalOnly="true" showDetail="true" ...
2
votes
0answers
66 views
MSBuild: Produce message that is visible in VisualStudio's “error list” window
Visual Studio has an "Error list" window:
In a msbuild task (in a .csproj file):
When I use the <error text="Foo"> tag, I get an error in the error list (and I can hide it by un-toggling ...
0
votes
0answers
92 views
Showing messages for input fields inside a repeat component when the form is submitted using Primefaces
I am developing a form using PrimeFaces 3.5 as part of a Java EE 6 web application (JSF 2.1) hosted on Glassfish 3.1. More specifically, the user can insert multiple email addresses even if at least ...
1
vote
2answers
93 views
Modify Spring message text without restarting application?
I am doing a Spring web application. I use Spring 3.1 and Eclipse. I run the application via Jetty within Eclipse.
I have many JSP pages that contain text such as this:
<spring:message ...
0
votes
1answer
22 views
how to flash error in different model view
I am a bit new to Rails so please bear with me.
I have 2 models Client and Product. Product is dependent, and as such, within the Client show view I created a Product creation form. After successful ...
0
votes
2answers
72 views
Php string htmlspecialchars and tags?
I need some help with my chat script which does not allow html tags right now.
I need it to allow <b> <u> and <i> tags so users could edit their texts.
My system turns urls to ...
0
votes
0answers
60 views
Show all messages fql
i am currently using an fql query to retreive the body of a message and i'm doing it knowing only the thread id and the message count, for each message:
SELECT body FROM message WHERE message_id = ...
0
votes
0answers
70 views
ActiveMQ - messages lost when a broker forward messages for another broker
I have configurated two brokers in a Wide Area Network: Brokers A and B.
All messages sent to a queue in Broker A need to be forward to Broker B in order to be consumed by a consumer connected in ...
1
vote
2answers
80 views
Prevent confirmation dialogue from opening when there's a validation error
I have a text area inside a tab of accordion panel which is a description. I am trying to edit a description and saving it. I am validating the text area so that max character shouldn't exceed 1000 ...
0
votes
0answers
103 views
best or most accepted way of implementing a chat/messages like view controller [closed]
I've been reasearching, experimenting and trying code examples all day without success. I want to do a ViewController for chatting, with pretty much the same behaviors of either the apple messages app ...
0
votes
1answer
88 views
Function out of scope
I have a doubt of why is this happening. I have been following the "Yesod Web" ebook but with a scaffolded site. When I arrived to a position that I wanted to apply the function of "plural" inside a ...
0
votes
1answer
106 views
Applescript to replace message sent and received in Messages application
I found this script to change uppercase and lowercase of characters in messages but i want to modify this code to replace some string in text, for ex: message received is "i want to eat", this message ...
0
votes
0answers
73 views
loading .yml file with another path
Actually, I'm need some help.
I started coding a minecraft plugin, even though I'm beginner with java.
I want to load the content of a .yml file which has another path as the default files. As far as ...
0
votes
0answers
72 views
Visio 2010: Moving Multiple Connectors, Sequential Diagram
I am trying to move multiple connectors that connect lifelines of objects, but the connectors become unglued if I select more than one and move them. Is there a way to move all of the selected steps ...
0
votes
0answers
101 views
MFMessageComposeViewController not fullscreen with 4 inch screen
My application send messages using MFMessageComposeViewController, this is my code:
MFMessageComposeViewController *controller = [[[MFMessageComposeViewController alloc] init] autorelease];
...
0
votes
3answers
101 views
How to send a custom message from user application to SYSTEM app?
I have created a windows service to run my custom application with createProcessAsUser. The result is one application running with SYSTEM user in session Id 0 as I expect. My problem is, I need to ...
0
votes
0answers
7 views
storing state for displaying messages to users
I'm just wanting to know what is the most common method of storing state for displaying messages to users after a form has been be submitted.
When I handle the submission of the form, I will ...
0
votes
0answers
60 views
Easiest way to distribute JMS messages in a Glassfish cluster?
we have some kind of "batch application" on a Glassfish 2.1 server. This application receives HTTP "job requests" in a module called "Job Generator". Based on this requests "Job Generator" generates a ...
0
votes
0answers
46 views
mobile users recieve blank messages
I am creating a embedded app in Facebook web that uses Facebook chat as part of a game. It goes from a n embedded player, through javascript to a bosh server, then to the Facebook XMPP server to sent ...
0
votes
0answers
22 views
Type of messages with the ruby gem mailboxer
I'm using the gem mailboxer and I need to specify for some message a special type(ie: accept, decline).
I was thinking of storing the type of the message in the DB but i'm not sure this is the best ...
0
votes
1answer
111 views
How to force execution of code at form show
I have the following code in a unit that I include as the last unit in my uses list
{ TFormHelper }
procedure TForm.WMMoving(var aMessage: TWMMoving);
var
rec: ^TRect;
wrk: TRect;
begin
wrk := ...
0
votes
0answers
40 views
Contact Form without Message Rules
my question is: Is it possible only define rules without messages? Because I dont need need a text message. However if i delete the passus the script doesnt work anymore perfect. Because if there is ...
-1
votes
1answer
58 views
private messages in android application [closed]
I'm working in my android application. I need to insert messaging function between the users of the app. like, messages system in facebook.
I want the messages to depend on internet connection not on ...







