The messenger tag has no wiki summary.
0
votes
1answer
26 views
Issues with Galasoft Messenger class in multi threaded environment
I have two classes lets say ClassA and ClassB. I have to communicate with the help of Galasoft Messenger class. In ClassA, I have the following code :-
Class A :
...
0
votes
0answers
20 views
Keeping track of MVVM Light messengers in complex program
Messenger is very useful for communicating between viewmodels. However, as program grows larger, the use of messenger will make the code unreadable and hard to debug.
Is there a good way to keep ...
-1
votes
0answers
85 views
FB Chat / Messenger time stamp [closed]
Not sure if ever asked. I was wondering why my FB chat or Messenger mobile time stamp changes randomly even when I am not on either app. My time stamp will randomly change fr one hour to 1 min and it ...
-1
votes
0answers
50 views
HATEOAS instant messenger [closed]
I am looking for information to build an instant messenger with RESTful service. I googled a lot but only found some messengers, such as Yahoo!, which is built with CRUD. I can't find even any ...
-2
votes
0answers
30 views
How would I go about creating my own “Skype like” messenger? [closed]
What would be the easiest way to do this?
What would be the best language to write it in?
What requirements do I need before I take on a project like this?
How would you go about creating a program ...
-1
votes
1answer
196 views
Instant Messenger Online status check/indicator for GTalk, MSN (Skype), Facetime (or Messages) [closed]
I was wondering if there is a way to check online status (indicator) for any of these instant messengers: GTalk, MSN (Skype), Facetime (or Messages).
It would be great if I can get the user's online ...
0
votes
1answer
42 views
MVVMLight - Messenger: Sending message from user control project to the exe project doesn't work
I'm using the Messenger class to broadcast messages in the application.
Solution structure:
UserControlProject
- ucContainer
- ucContainerViewModel
- ucLogin
- app.xaml
ExeProject
- MainWindow
- ...
0
votes
1answer
43 views
Retrieving Handler from Messenger after being parceled as Intent in Android
NOTE: All code below is based on a C#/Mono/Xamarin.Android.
I have a background service that at a certain point starts an activity and passes it a Handler, wrapped inside a Messenger:
...
0
votes
1answer
97 views
MVVM light sending message from ViewModel to View
I'm very new to MVVM light and im having some problems using the Messenger..
Im trying to send a message from the ViewModel to the View but this is not working for me, I have tried going through ...
-2
votes
1answer
35 views
Facebook Desktop Messenger Killing my machine [closed]
With MSN ending ni a few days, and hating Skype, I went to try the new FB Desktop Messenger and liked it very much, no longer needed two places to talk to friends, however, I cannot use it because it ...
0
votes
0answers
78 views
How to put freichat script in as smarty template file
I have How freichat chat script in php and want to integrate with custom php based site with smarty as template engine (View ). How to put that script in smarty template so it works?
Here is code for ...
0
votes
1answer
55 views
Reconnecting Messenger from Intent Service when activity restarted
I am working on a applicatin that syncs with videos on server. It starts a IntentService that downloads playlist, inserts it into database and than downloads actual video files to sd-card.
I am using ...
0
votes
1answer
89 views
How IP messenger populates online users
I am developing IP messenger(LAN messenger) for android,
Successfully able to send data using udp. But I have to manually type the target IP address.
Now I am trying to create a list of online ...
0
votes
0answers
114 views
Enable sharing location facebook chat on nokia e72
I suggest the developer to create facebook messenger with location sharing enabled on nokia s60 phone like iOs and Android platform ( OS ). And also enable location sharing on Blackberry.. Majority ...
1
vote
1answer
80 views
backup blackberry application data programmatically
I'm developing an application in blackberry to backup its data, BBM chats, memos, tasks, calender notes, password keeper data etc. which can be synchronized with other blackberry phones (in case a ...
0
votes
1answer
146 views
How do I get 2 computers to communicate to each other in java for an instant messenger?
I have been working on an instant messenger in only java code for a while now. I am able to get it to work only if I am running the server and the client on the same computer then they communicate. ...
1
vote
0answers
50 views
Too much request to a web service
I wrote a messenger in a web application. i use a asmx web service to receive all request and give response according to type of request. (sending and watching incoming messages are based on pooling ...
2
votes
1answer
102 views
can an android service provide two interfaces to communicate with?
I have a service that communicates through AIDL with other services. I want that service to be bound by activities in my application. Can the service define two binders\interfaces? I've tried yo use a ...
0
votes
1answer
240 views
MVVM Light Messenger Action Executing Multiple Times
Thanks for the first response. I tried and it worked. I did not use attached behavior. I used EventTrigger.
...
1
vote
1answer
141 views
launch bbm programmatically
How can we launch a blackberry messenger programmatically. Any help would be greatly appreciated. As far as I know the following would get the BlackberryMessenger instance but what can be done to ...
1
vote
0answers
174 views
Keeping a XMPP connection alive or (re)connect on activity start up
I'm currently working on an application that uses asmack source to connect to a XMPP Server. This application basically includes all the default messenger attributes (Sending/receiving messages, ...
1
vote
0answers
187 views
GTalk API in asp,net
I would like to build an asp.net web application that uses GTalk / Yahoo messenger api that sends a predefined message to a server and receive back confirmation message from the other end. I want to ...
1
vote
0answers
109 views
APK expansion file onFinishDownload
I have this code with wich I download APK expension file
private void performAPKExpansionCheckAndDownload(){
String APK_LOG = "APK_LOG";
String mainFileName = ...
-5
votes
2answers
176 views
i want to start making a messenger type of program using c# or java or vb.net [closed]
i want to make a program which uses peer to peer type of connection should i use java or c# or vb.net, i am learning java currently...
when i run my program it will ask the ip of my friends pc and ...
0
votes
1answer
340 views
Using MVVM Foundation Messenger to Send Data
I've been attempting to get to grips with MVVM and am now at the stage of trying to use a messenger. The framework I chose was Josh Smith's MVVM Foundation, mainly because it's small and I'm fairly ...
3
votes
1answer
176 views
Using Messengers and Binders for Inter Process Communication
I am facing the following problem.
My Application needs to communicate between 2 Services, 1 for Network, 1 for rudementary Phoneservices.
Now, I did the following to achieve IPC:
I extended the ...
0
votes
0answers
19 views
Delete button on messenger
Can you add a delete button on messenger for iphone? Now, we can swipe from right to left and than "archive" our messages, but I would like to delete message (e.g. swipe from left to right and than we ...
0
votes
0answers
731 views
Messenger, delete messages [closed]
Can you add a delete button on messenger for iphone? Now, we can swipe from right to left and than "archive" our messages, but I would like to delete message (e.g. swipe from left to right and than we ...
0
votes
1answer
199 views
Passing Objects in IPC using Messenger in Android
I am using Messenger instead of aidl in Android for IPC. I have a service with which clients can bind . How can i pass a custom object form service to a client using Messenger Mechanism for IPC so ...
-2
votes
1answer
104 views
Can Twisted Library be used for a LAN Messenger Development?
I am trying to develop a simple LAN Messenger which discovers other clients on the network and helps communicate with them.
Can I use twisted Library to achieve that???
0
votes
1answer
46 views
Can I access the Messenger from the IoC Container?
I'm new with IoC, and i'm trying to follow best practices in applying it.
I have a ListViewModel from where i want to create a new EditViewModel that accepts the injection of the object that has to be ...
0
votes
1answer
49 views
Is the IoC container allowed to use the Messenger/Mediator class?
I'm new with IoC, and i'm wondering if best practices allow the container to use the mediator class, for example MVVM Lite's Messenger. Can the container regiser for and send messages?
Thank you very ...
0
votes
1answer
41 views
Messenger class accessibility
I'm using MVVM Light's Messenger class.
I'm wondering if this class's should be used only by ViewModels, or if it can be used also by other classes.
If it's the latter, then who also can use it? IoC ...
0
votes
1answer
841 views
how to use my C# messenger over internet?
i've written a simple local messenger with c# for use of myself. now it works over a local network(lan,wifi) and works fine.
now i want to give it to my friend and use it over internet but have no ...
-3
votes
1answer
232 views
How do I connect this chat program to two computers?
So I have been modifying the chat program found here: http://www.dreamincode.net/forums/topic/259777-a-simple-chat-program-with-clientserver-gui-optional/ and I am at the point where I am ready to use ...
-1
votes
1answer
723 views
2
votes
1answer
340 views
Ideal way to set up a JMS connection so it auto reconnects
I'm currently programming a messenger service for durable subscriptions (it might end up being non durable we are still discussing that) and I was looking for some suggestions on how to handle a ...
0
votes
0answers
78 views
Open Multiple Chat Tabs in Live Messenger with a Batch File
I regularly have to open the same 15-20 chats each time I open Windows Live Messenger.
I would like to open chat tabs through a batch file, after starting messenger.
start "Messenger" "C:\Program ...
0
votes
0answers
233 views
implementing chat messenger in android
I want to implement chat feature in my android application,in this feature if the user is logged in from mobile in then the user should be able to send a message to dashboard(desktop application) and ...
0
votes
1answer
185 views
How to detect other hosts on LAN messenger using a single UDP port?
As stated in the IP Messenger Help , it uses a UDP Port 2425 to detect other hosts. How does it actually achieves it with a single port??
How do I proceed to achieve this, like say create a socket, ...
0
votes
1answer
350 views
Unexpected Application Crash
I try to create a service-client application ( still learning these ).
My application crashes from the beginning and doesnt let me do anything.
Any ideas how to figure it out ?
Here are my 2 classes ...
0
votes
0answers
221 views
How can I bypass yahoo chat room captcha in java when I use openymsg
I want to write a robot to login automatically in some yahoo chat rooms, I'm using java & openymsg 0.6. I know openymsg has some facilities to deal with captchas, bu I don't know how should I use ...
0
votes
0answers
195 views
How to read data from different InstantMessenger folders pragmatically in blackberry..?
When we go to View Folder option from the Menu of SMS/Messages Application....
.......we find the list of folders like...
So is there any way to open/read different Folders like SMS Inbox, SMS ...
0
votes
1answer
79 views
programmatically sign into msn messenger
How can I start up a msn messenger window, fill in the email and pass fields, and then 'press' the button 'sign in' programmatically using C#?
I want to do this because it would save me the hassle to ...
-1
votes
1answer
117 views
typing indicator in xcode
Does anyone know how to implement the typing indicator ("John is typing") for an iPhone chat application? This senses when the user is in the middle of typing. Like in Kik messenger.
I'm trying to ...
0
votes
3answers
419 views
Java messenger (multithreading and swing)
hey im having problems with java messenger application. i've made a simple gui in netbeans and a server and client class. when i create a new instance of server in gui i start a new thread and start ...
0
votes
1answer
1k views
Android: Synchronize Methods on calling Remote Messenger Service
I want to write a module that connects to a remote Service.
The module can be used by developers in their apps to connect to a specific (bluetooth-)hardware. It should then connect to a single ...
2
votes
0answers
170 views
Using OnContactStatusChange in Delphi Code interacting with Microsoft Communicator 2007
Here's what I am trying to do. I want to be notified when a contact on my list changes status in Microsoft Communicator 2007. I'm running Delphi XE with Windows 7.
In my form create, I've created ...
0
votes
2answers
128 views
how to chat between 2 ubuntu machines in network? [closed]
I want to know that how we can chat between 2 ubuntu machines in a network.
any command line chat messenger for 2 ubuntu in network?
or GUI will also work.
I am asking about "network chat ...
3
votes
4answers
222 views
Ideal design pattern for contact list/roster download/synchronization in a Messenger library
There is a Login function on a MessengerClient class. The MessengerClient class has a LoggedIn event and a IsLoggedIn property.
When Login is called on the MessengerClient class the contact ...