Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
262 views

Working example of Rails 3.1 + Juggernaut Instant Messenger?

Are there any decent example apps for an ruby on rails 3 instant Messenger app based on any of the publish-subscribe messaging system Juggernaut? 1-1 chat with method of adding 2 users to a ...
4
votes
2answers
2k views

Using MVVM Foundation Messenger to Show Dialog

I'm building a WPF app and trying to conform to MVVM best practices. I'm using the MVVM Foundation framework and noticed the Messenger class, which I've read should be used for handling dialogs in ...
1
vote
1answer
106 views

AIDL and Messenger at the same time

I try to write a demo about how to use the AIDL and the Messenger at the same time, but I have an error, and I don't know the reason. MessengerDEMOActivity.java public class MessengerDEMOActivity ...
1
vote
1answer
34 views

Access to a user class' properties when main connection has been closed

I am building a Messenger class library. When logged in, you can access a collection of user objects list via msgrinstance.Users. These users have properties such as LoginName, FriendlyName, ...
1
vote
1answer
176 views

C# Instant Messenger Help

I want to start a simple windows P2P instant messenger in C# I'll put here some questions I need guidance for, in the conceptual and technical aspects. Let's say the user had successfully logged ...
1
vote
1answer
269 views

C# P2P Instant Messenger General Basis Help

I want to start a simple windows P2P instant messenger in C#, similar to AOL, ICQ, etc, but much more simple (plain text messages between 2 guys) I don't need examples on how to do it. I can find ...
0
votes
1answer
33 views

Android Message in loop

I need to send data from a class to the main UI Activity and i am trying to do this with message passing. Unfortunately my handler didn't receive the message sent inside a loop. I show you my code so ...
0
votes
4answers
38 views

Java Messenger : save message archives on the computer

I am doing a Java Messenger for people to chat and I an looking for a way to record the message archives on the user's computer. I have 2 possibilities in my mind : To Save the conversations in XML ...
0
votes
0answers
200 views

Android — show gif animations (smileys) inline with text

So I know that Android does not support gif animations and I already know about the method of using javascript to swap images. I also know that TextView can display static images. The problem I'm ...
0
votes
1answer
109 views

Refresh page after a database entry without Javascript's setTimeout()

Isn't there a way where I can refresh the page right after a database new entry WITHOUT using Javascript setTimeout or setInterval? Isn't there an AJAX function to do so? Or maybe a MySql function? ...
0
votes
1answer
115 views

ViewModel still exists after closing View

I have a user control (radwindow) which task is adding new item. I call this window from parent window, but when I'm closing this modal control and I call it again, I see that viewmodel is the same as ...
0
votes
0answers
65 views

Mvvm-Light: Parent/Child Messaging

What is the best practice for a dedicated propertychanged-notification between viewmodels? In my case, I have a treeview with a lot of parent-items, each having a lot of child-items. i want to notify ...
0
votes
0answers
27 views

yahoo messenger QoS application type

I am trying to set a QoS rule for yahoo messenger video/voice call. However I don't know what type of service they are. Are they IGMP, SIP, H323 ,RSTP, ....? Or what port range they use?
0
votes
0answers
139 views

How can I get aYahoo Messenger Invisible Checker PHP Script?

I really need a php script that checks invisibles on Yahoo messenger.... some websites that does this are listet below: http://www.imvisible.info/ http://ystats.in/ If anyone can give me a php script ...
0
votes
1answer
226 views

Trillian, digsby or Pidgin over Lan?

Does anyone know if it is possible to adapt one of these Messengers in order to use them also over LAN?
0
votes
1answer
397 views

how to implement blackberry messenger 6 sdk with blackberry eclipse?

Im using BlackBerry Java Plug-in for Eclipse v1.3 MR and i downloaded blackberry messenger here http://us.blackberry.com/developers/blackberrymessenger/ how to implement this sdk with my eclipse or ...
0
votes
4answers
24k views

create animated gif for BBM display picture

Would want to know how to create an animated gif for Blackberry Messenger, i converted a video to an animated gif using Total Video Converter, it shows properly as a gif image on blackberry picture ...
0
votes
1answer
326 views

MVVM Light Message types: When to use each type?

I've just started learning Silverlight with the MVVM Light framework. Most recently I've started getting into the Messenger features in MVVM Light. So far I've downloaded and dug into the Clean ...