Questions tagged [message]

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc. Not for use for error messages. Include additional tags to indicate messaging platform, programming language, etc.

Questions about sending and receiving messages of any kind. As this tag is vague, use a more specific tag instead if possible. For example, most questions about Facebook messages should have the tag for the programming language, , and possibly a tag for the API or framework you're using. If your question is about a , an , a window, a , an , … then use the appropriate tag instead. Do not use this tag (or any tag) to indicate that you tried something and got an error message.

4541 questions
36
votes
1 answer

Can I add a message/note/comment when creating a new branch in Git?

I'm doing some exploratory work where I will most likely be spending 30 min on several different variations of the same task. I want to track them in git so I can jump back and forth between approaches. And if there are 3 or 6 or 9 branches, I…
doub1ejack
  • 10,627
  • 20
  • 66
  • 125
35
votes
4 answers

How to send an email through iOS simulator?

I want to know if it's possible to send email through iPhone simulator. I have seen the tutorial for sending an email through iphone as below: http://www.edumobile.org/iphone/iphone-programming-tutorials/compose-mail-application-in-iphone/ Now to…
nehal
  • 622
  • 1
  • 13
  • 26
35
votes
4 answers

Exception message (Python 2.6)

In Python, if I open a binary file that doesn't exist, the program exits with an error and prints: Traceback (most recent call last): File "C:\Python_tests\Exception_Handling\src\exception_handling.py", line 4, in pkl_file =…
Ales Kancilija
  • 894
  • 2
  • 10
  • 20
34
votes
6 answers

django display message after POST form submit

I have a page with a POST form, that have a action set to some url. i.e assume this page url is /form_url/ : .. The view in /submit_url/ take care of the form data. After this, I want to return the same page of the form with a success…
user3599803
  • 6,435
  • 17
  • 69
  • 130
33
votes
4 answers

How to show a message to a django admin after saving a model?

I want to display a message to admins after they save a particular model, something like "Now enable the series". I can see how I'd do this if it were a list action (message_user) but I can't see how to do this from the main CRUD form. Does anyone…
Roger
  • 4,911
  • 6
  • 29
  • 26
33
votes
8 answers

socket.io private message

I've beeen scouring the Net with no luck. I'm trying to figure out how to send a private message from one user to another. There are lots of snippets, but I'm not sure about the client/server interaction. If I have the ID of the socket I want to…
Trevor Newhook
  • 889
  • 1
  • 11
  • 29
32
votes
4 answers

showing a status message in R

I'd like to write a function that presents to the user a status message that shows something like the time, the percent complete, and the current status of a process. I can handle assembling the message, but I'd like to do something other than just…
JD Long
  • 59,675
  • 58
  • 202
  • 294
32
votes
3 answers

programmatically mouse click in another window

Is it possible to click programmatically a location in another window without moving the mouse to that location and even if the window is not on-top? I want to send a kind of message to another window to simulate a mouse click on a location. I…
Dagob
  • 695
  • 1
  • 12
  • 23
31
votes
2 answers

Grails - getting a message value from controller

How can I get a value from message properties outside of GSPs? For instance, the equivalent of but in a controller?
armandino
  • 17,625
  • 17
  • 69
  • 81
31
votes
6 answers

Program Download - IE CHROME - "is not commonly downloaded and could be dangerous."

I have an installer for my C# program, I uploaded it to my website, but whenever I try to download it in chrome or IE, I get "MY FILE* is not commonly downloaded and could be dangerous." You can only keep it if you click a tiny arrow and choose…
msbg
  • 4,852
  • 11
  • 44
  • 73
30
votes
5 answers

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 quite some time now. I have a view that sends messages using django.contrib.messages for different cases. The view looks something like…
Amyth
  • 32,527
  • 26
  • 93
  • 135
29
votes
3 answers

ruby on rails flash messages - :alert :error :notice and :success?

In several of my controllers, I have redirects/flash messages redirect_to products_url, :notice => "message here", redirect_to states_url, :error => "oops!" etc... In my sessions controller, however, upon successful authentication, I have …
Chip
  • 1,653
  • 2
  • 20
  • 27
29
votes
5 answers

Read skype message archive

I would like to read my skype message archive outside of the Skype app. And be able to export it in some sort (other than copy-paste it from my messages) as far i can figure skype only provides 30 days or archives. Any one out there using an app for…
Mike
  • 965
  • 4
  • 15
  • 24
29
votes
1 answer

How to show faces message in the redirected page

I have provided an interface that allows users to create accounts for an application. At the end of the process the registration method performs the registration process adds a success message to the page and then navigates the user to a central…
tarka
  • 5,289
  • 10
  • 51
  • 75
28
votes
21 answers

Visual Studio 2015 Xamarin deploy fail without any error message

I just installed VS 2015, the installation was finish (after some fail time caused by the slow network, I run setup again). I create a project as Android > Android blank project When I press F5, the build is seem to by success but the deploy is…
Andiana
  • 1,912
  • 5
  • 37
  • 73