1
vote
3answers
54 views
Multiple UIView instance doesn’t work
Hi,
I have subclass UIView class in a Bounce class with Accelerometer.
This Bounce class show an image and move it on the screen. When the iPhone device is moved, this image Bounce …
0
votes
2answers
128 views
VB6 - Inet hangs - multiple form instances
Hi
Here is my app status:
Purpose - download multiple list files from internet
Approach - created a simple "download form". After a while, I just needed more forms because I had …
0
votes
1answer
67 views
How Can I Start Multiple Tornado Server Intances In Multiple Ports
I need to start the blog demo in the following ports:
127.0.0.1:8000
127.0.0.1:8001
127.0.0.1:8002
127.0.0.1:8003
When I run the application using:
./demos/blog/blog.py
it star …
0
votes
4answers
111 views
Combine two tables from two different SQL Server instances
Hi Everyone,
I wanna learn how to join two tables which are located two different SQL Server instances.
Thanks in advance.
1
vote
1answer
96 views
A class which implements mouseLIstener and mouseMotionListener in java…
Hi all.
I have a question about a class which implements both mouseListener and mouseMotionListener in java.
I've recently been splitting up my mouse listeners into different mod …
1
vote
7answers
267 views
How can I run multiple versions of IE with different sesions…
I'm developing a web application that is targeted at IE and during testing would like to log in as a number of different users and test their interactions with each other.
At pres …
4
votes
5answers
215 views
Restrict multiple instances of an application
Hi,
Okay, so i've created my c# application, created an installer for it and have it working installed on my machine.
The problem is, when the user opens the application exe twic …
0
votes
1answer
288 views
Running several instances of Netbeans RCP application simultaneously
Hello
We have an application based on the netbeans rich client platform.
Default behaviour is that only one instance of the software can run, and this can be overridden by speci …
0
votes
4answers
1k views
ActionScript 3 multiple instance, same name, question
Hello, I'm trying to create a grid where the users can 'draw' across it and change the colors of the grid squares to a chosen color.
In this code, I'm creating the grid with squar …
2
votes
2answers
132 views
How widely visible are various objects (shared class, module, etc) in VB.NET
I have a VB.NET application where various objects are going to access some common code, and I have some counters and values shared between all the calls, so I'm currently using a " …
0
votes
1answer
78 views
Ensuring only one instance of SWF open?
I need to make sure that only one instance of a SWF is open at any one time on a computer, whether it is in 2 browser windows, or two different browsers.
How can I go about doing …
2
votes
5answers
377 views
Can I execute multiple instances of a Java class file?
I am thinking of executing multiple instances of same java binary (a socket application) with different configuration files (As a command line parameter). Does the JVM correctly ha …
1
vote
2answers
124 views
Running more than one instance of Evince
Hi everyone!
I have a wxPython application and I'm using Evince to display the reports it generates.
Since I'd like to delete every report after the user has closed the correspondi …
1
vote
2answers
154 views
how to detect all sql server instances from studio?
There are multiple instances of SQL Server 2005 installed on a box. Is there a T-SQL query I can run from Studio that will detect these other instances and their names?
0
votes
3answers
540 views
Static Port Assignment in SQL Server 2008 Does not save
I have two named instances of SQL Server 2008 and am trying to set static ports for each instance. I open the SQL Server Configuration Manager _> expand "SQL Server Network Config …
