1
vote
4answers
80 views
Exception message (Python 2.6)
If I want to open binary file (in Python 2.6), that doesn't exists, program exits with an error and prints this:
Traceback (most recent call last):
File "C:\Python_tests …
0
votes
1answer
57 views
jQuery autocomplete display “No data” error message when results empty
I am using Jörn Zaefferer's jQuery Autocomplete plug-in. Works just fine with data. I am trying to customise the functionality by showing a "no results" error message when there ar …
0
votes
2answers
39 views
Handling multiple windows WIN32 API
HI
I'm trying to create an application in the Win32 environment containing more than one window.
How do i do that? all the Win32 Tutorials on web i found only showed how to manage …
1
vote
2answers
30 views
javascript Message box with confirmation
How to add javascript Message box with confirmation option in ASP.Net.??
0
votes
2answers
55 views
“Member modifier ‘static’ must precede the member type and name” Error C#
I am building a game of BlackJack and the main class for it is having a problem. This is my code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.T …
0
votes
2answers
21 views
Create message from a MessageDescription
I'm trying to create a Message using only a set of parameters provided by the user and a MessageDescription I resolved by extracting the input message from an OperationDescription …
0
votes
2answers
87 views
How do I destroy a Window correctly?
I'm programming a little game, and I set the lpfnWndProc to DefWindowProc
and after that, I made a loop in that way:
MSG lastMessage;
while (true)
{
if (PeekMessage(
&a …
3
votes
1answer
87 views
What’s the fastest Perl IPC/message queue for a single machine?
I'm working on a (primarily) Perl project and want to use a message queue to isolate processes from each other. I have a work flow like this:
Input -> Receiver -> Processor(s) -> …
2
votes
3answers
91 views
Message Design Patterns
For message based passing systems, what are your "message design patterns" e.g.
Limit directed messages (i.e. specific destination)
Avoid long cascade chains (i.e. react to MsgA …
0
votes
0answers
20 views
Can Mozilla Thunderbird show sent replies in threaded view? [closed]
I would like for Thunderbird to show replies to threaded messages in with the received messages. Is this possible, even with an extension?
The desired behavior would be something …
0
votes
2answers
29 views
Why does MPI give run time Error.
After i typed
sudo apt-get install mpich2
The mpich was installed but the first problem is that I dont know where the files were installed. On the other hand when I wrote
mpiru …
0
votes
2answers
94 views
IMAP in Php: Marking a message unread/unseen
I want to create a script in php to read al mail from a mail acount. I connect to the server, I can see the mails but went I want to seet it back to unseen I can't find a function …
0
votes
2answers
33 views
Javascript: message by login
Hello,
i have this chatbox, and when users login i want it to send a message like this:
Admin: User is online
I really want to use a javascript code for this, because i can …
0
votes
0answers
141 views
JBoss 5.1.0GA: “java.lang.IllegalStateException: Null beanMetaData” and “java.lang.RuntimeException: failed to initialize bean container”
Hi,
I am trying to deploy a ear file, which was originally written for Jboss 4.0.3 SP1.
The "upgrade" involved:
use of javax.annotation.PostConstruct
change activateConfig to a …
3
votes
3answers
159 views
WCF message security without certificate and windows auth
I have a WCF service and client which is going to be deployed to several companies (hundreds). Some companies will run the software in their network and some will run it over the I …
