The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
35 views

Respond to multiple KeyDown events

I'm making a simple WinForm car race game. I've got two objects - cars, and they move on the form when key is pressed (Form1KeyDown_Event). The only thing is, that when one player press a key, the ...
0
votes
5answers
38 views

Handling multiple objects in Java

I'm creating a game in which the player (the Player object) must fight many zombies (the Zombie object). The fight is simulated, but the user can set up defenses between fighting periods. I want an ...
0
votes
0answers
8 views

ActionListeners shooting out multiable windows

I have multiple action listeners that are suppose to display another JFrame, however randomly/sporadically the action listener will display multiple versions of the same JFrame, this even encounters ...
0
votes
1answer
39 views

How to use Custom multiple Objects on Crystal Report

I didn't use crystal report before. But for a project, I need to use it instead of fastreport because of printing issues.. I have bene trying to solve my problem for many hours but haven't found out ...
1
vote
0answers
26 views

Starting a method in a thread, then changing the variables and starting a second thread of that method

im trying to use setLv1Sunflower() to start a new thread, which shows a plant grow where ever the player picks. after pressing the seed button, the player picks which placeHolder* that the plant will ...
1
vote
0answers
18 views

Localizing iOS app across multiple targets

I have a couple of targets for my app. I am trying to localize them differently. I have found this to be pretty easy when dealing with a Localizable.strings file and the NSLocalizedString macro. To ...
-3
votes
2answers
42 views

How do I close a JFrame that opened another frame?

I've a program that starts with a welcomeScreen JFrame, on which it has a JButton with the option of starting the game.. when I click that button, it opens the JFrame with my game however it does not ...
0
votes
0answers
4 views

Is there a limit on the number of sites that you can run off one instance of the Composite CMS?

Is there a limit on the number of sites that you can run off one instance of the Composite CMS? I am interested in running a large number of microsites with 10 or fewer pages. Initially we would start ...
0
votes
1answer
38 views

Perl - Dynamically instantiate multiple UDP Server modules and continue executing the main script?

I'm trying to build a UDP Server module in Perl using sockets that listens to a specific host and port, since I know that the UDP Server will run continuously in the while loop waiting for data I want ...
0
votes
0answers
25 views

Multiple Instance of HTML5 audio - I need only one to play at any time

I am creating a page specifically for an ipad. I have 12 audio players on a page. I need only one audio player to play at a time. The code below will work but only after you have started and stopped ...
0
votes
2answers
106 views

How to pass values from one JFrame to another JFrame?

I've created two JFrames. The main JFrame contains the text area. My sub JFrame contains a drop down list. The task is to pass the value that I've selected in the drop down list and display in the ...
1
vote
1answer
50 views

How do i make multiple copies of a single file with different filenames?

I want to create a windows batch file (Win7) to achieve the following: Copy source.doc to destination with destinationFilename.doc taken from a list in a text file (nameList.txt) I have batch file ...
0
votes
1answer
36 views

Custom function “breaks” when re-used on same page

I thought I could make my own dynamic slideshow script. function slider( container ) { var time = 1200; var width = 1000; var container = document.getElementById(container); var name ...
0
votes
1answer
46 views

Android alarm launching new activity and resetting the alarm

I have been searching for this since morning and referred to most of the android alarm problems on stackoverflow. I am trying to set multiple alarms with different intents. On receiving the the ...
2
votes
1answer
154 views

Working with multiple panels in one frame

I have a problem where i want a program to switch between multiple panels in a same frame. The problems I am encountering are that i can't set the layout when the panels switch and after the switch ...
1
vote
1answer
76 views

setInterval and Ajax issues

I am running an ajax call every 10 minutes with setinterval. That call is getting new post data from a php page and throwing it into a variable. When I want to load that new post data, I would click ...
0
votes
1answer
38 views

Not able to create dynamic instance of flash object

Ok so i'm trying to display multiple instance of an object square(movie clip) on different location on screen. var k1=0,k=0,p=0; for (k1=0;k1<5;k1++) { drawrect(k,p); k=k+101; } This above ...
0
votes
4answers
514 views

One batch file - multiple commands - no waiting

I really have looked at multiple examples here, but I cannot get this to work - all the examples have a situation where you just call a command that actually does end, I need to keep mine ...
0
votes
0answers
46 views

How to apply multiple elements to a single style in CK Editor

I have searched everywhere and can not seem to find an answer to my problem. To apply a single element to a single style in the ckconfig.jsp file you simply use: {name: 'Header 1', element: 'h1', ...
0
votes
1answer
28 views

Does Dialog goes to Stack also? I want dialog above another dialog

I would like to know if dialogs go to stack, as Activities go.. Because I have now a dialog "A", and I can click on a button that opens a new dialog "B".. But if I close the dialog "B", there is no ...
1
vote
2answers
97 views

TomCat multiple instances simultaneously

I am trying to run multiple instances of Tom Cat, but even after configuring different ports for listening and shutdown the second instance keeps trying to listen on 8080 (configured for 8081). I read ...
0
votes
0answers
28 views

iOS. Video with both fixed and fullscreen mode? Video has various screen orientations for these modes

How to implement the following using MPMoviePlayerController or MPMoviePlayerViewController or something similar? I think I have tried all but with no effect: 1 MPMoviePlayerController which jumps ...
1
vote
1answer
84 views

How do I run multiple javascripts in one page? [closed]

I'm having this problem with my site. I'm trying to get 2 scripts to run on the same page but one will not work unless I delete either: <script src="js/jquery.op.loc.min.js"></script> ...
1
vote
0answers
17 views

Using PHP, how can I get multiple shell commands to run simultaneously? [duplicate]

I've got a project in which a user can upload audio and video files. When these files are uploaded, they are processed server-side using ffmpeg. However, I have noticed that multiple conversions ...
0
votes
0answers
44 views

Attach pdf report to email outlook, send autmated scheduled email to multiple recipients

I am interested if there is an easy way to schedule the sending of an email in Microsoft Outlook 3 times daily at predetermined times (7am, 12noon, 3pm) to an existing universal distribution group, ...
1
vote
1answer
24 views

Restrict multiple php script instances

I have a script that is running multiple times cause the validation is taking longer and allowing multiple instance of the script. It is supposed to run about once a day but yesterday script_start() ...
0
votes
1answer
29 views

Update Jquery to work with every input button

I'm using the following code and with a single input button it works fine. <input type="button" id="copy_button" data-clipboard-text="Copy Me!" Value="Click ME"> <script ...
1
vote
2answers
103 views

WiX multi-instance install error (The error code is 2755. The arguments are: 1639)

I've been working on creating multiple instances for my install and this is the code I have so far NOTE: Obvious data has been removed. I get the UI come up and I get all the way up to the Install ...
1
vote
2answers
49 views

Multiple JQuery Events; would like to use $(this)

I have two identical events in the same document, but only one works, the other is inactive. This code shows the same ID, which was a silly oversight, I have used different IDs, to no avail. How can ...
1
vote
1answer
56 views

jQuery plugin multiple instances with incremented variable inside

I am trying to make a jQuery plugin which will increment and decrement a variable (not a value of an element!). This works, but the multiple instances are incrementing the same variable, and it is not ...
0
votes
2answers
24 views

JS - How do I set this script to be applied to multiple class instances?

I was given the following script so that it applies a function to all the elements that have the class .cloudzoom. It works, but only for the first element. I see that there's something to be done ...
0
votes
2answers
59 views

How can I print only the lines with five or more matches of a regular expression?

I'm trying to use regular expressions in Python to parse a large tab delimited text file line by line, and print the lines where the line contains 5 or more instances of 0/1 or 1/1. My script is ...
0
votes
1answer
65 views

Thumbnail grid issue

I was hoping someone could take a look at the thumbnail grids on this page and help me understand why the first functions but the second does not. http://bitfidelity.com/temp/index.html Both are ...
0
votes
1answer
61 views

how to use many frame?

Well, I have several JFrames I put them in different classes. with a JFrame which is the used as a start frame which present a list of buttons Each one can start a frame. If I call the frame using ...
0
votes
0answers
29 views

Is it possible to get multiple instances of POV-Ray running on Unix? [closed]

I am utilizing a web based GUI for POV-Ray where a user makes some changes and the .pov file created by a PHP parser is sent to the UNIX server where the POV-Ray 3.6 application renders the file. I ...
1
vote
2answers
111 views

How to run multiple versions of Jquery in one HTML [duplicate]

I was wondering if someone could tell me if it is possible to run multiple versions of jquery in one html file? i.e. I have 6 divs each dive contains a different jquery plugin. The first plugin runs ...
1
vote
2answers
46 views

Singleton and sub classes

I'm working in a project that works with OOP in PHP. The problem is that when I try to instantiate two subclasses from an abstract class, only the first instance and not both. DataBase.php: ...
1
vote
0answers
72 views

PyScripter - Run Multiple instances of the same python 2.7 64 bit

PyScripter is easily the best IDE I have come across for interactive work - especially with its ability to connect to remote engines. It allows me to open multiple instances of pyscripter, each is ...
0
votes
2answers
52 views

Jquery Multiple instances of an event on same page

I am working on a page that has functionality that duplicates a search block. I need to be able to remove these additional search blocks as well. I have a link that has a click event attached to it in ...
3
votes
1answer
62 views

How do I get more than one map on a single page?

I am going to need at least 3 maps on the same page (one below the other, not side by side), each containing multiple markers. Can anyone tell me how to get three versions of this on the same page ...
0
votes
0answers
39 views

mutiple timers at the same time in javascript

Here is where my timer is called renewRecompenses: function() { var timer = new Timer.Views.Layout(); var self = this; var t = timer.getWorkingTimers(myPlayerId, function (resp){ ...
0
votes
1answer
36 views

check for existing multiple instances

How do I check how many instances of an NSWindowController do exist already? I want to open multiple windows of the same window controller showing different contents. the window is opened this way: ...
0
votes
3answers
145 views

How to open all files that are dragged and dropped on application icon?

I know how to open ONE file in this way and how to get number of files which are dragged and dropped on EXE or shortcut for my application. But, how to run multiple instances of application, one for ...
0
votes
2answers
557 views

Auto Populate fields in MS Access Form

Is there a way to automatically populate fields in an MS Access form? Lets say the user makes a selection from a specific combo box on the form, is there something that can be done to automatically ...
-2
votes
1answer
32 views

Multiple JS Show/Hide [closed]

I have a show/hide functionality for the Video and FAQ section on the following test page: [code]http://63.246.25.145/surety-bonds/contract-bonds/performance_bond.htm[/code] I believe my code should ...
-1
votes
1answer
60 views

Multiple image change throughout document on click

I have a website I'm building that uses background images to display the pictures i want in the divs via CSS I want to create a single image, that when pressed "ON", toggles different background ...
0
votes
2answers
292 views

connecting two java frame

Actually I am New to java I want to know how to link two frames. I made two different java files, which looks simple. But I am unable to solve it till now. It should open the welcome frame by clicking ...
0
votes
2answers
209 views

Multiple redmine instances best practices

I'm studying the best way to have multiple redmine instances in the same server (basically I need a database for each redmine group). Until now I have 2 options: Deploy a redmine instance for each ...
0
votes
0answers
78 views

Android AppWidgetProvider: How to Distinguish Multiple Copies of Widget?

I'm writing an Android widget to show a one-time-password (OTP) value. (This is a crypto-key based value that changes every 60 seconds, used for two-factor authentication.) I have an ...
1
vote
2answers
474 views

How to make a JFrame (with timer) open another JFrame from another class

New here - my first question. Anyway, I am here because I want to make a JFrame, that is timed for 10000 milliseconds, I think, and then when it closes, it should open another (which is in another ...

1 2 3 4 5 7