15 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Sudo Bash

I am writing a game in which I need to know whether or not a user preforms an action in one second or less. I can not use time() because it measures time in seconds. If the user starts the action half-way through a second it would mess with accuracy. …

Member Avatar for Yangang
0
4K
Member Avatar for Crazyscript77

Hi all, Ive been looking to convert one of my programs to include a GUI, and am having issues with the timing aspects of it. Ive included a mock scenario of what my problem is below: Ive defined my GUI as an object via a class, and am using the …

Member Avatar for Gribouillis
0
7K
Member Avatar for smdjilani

i created a mailing option,when retriving messages it's taking lot of time and showing error of time delay.......can someone help??

Member Avatar for diafol
0
171
Member Avatar for khushhappy

DEAR RESPECTED MEMBERS, I WANT A HELP IN SOLVING IT. ( HAVE ONLY A DAY ) A designed a real-time application which has an end-to-end delay requirement of 150 ms. How will this delay translate to Network/DL layer devices? Assume there are n hops between the peers?

Member Avatar for rubberman
0
228
Member Avatar for MrNoobieCoder

I am currently in need of help on a piece of homework, I'm using python 3.3 and i need to set a delay on a times table program that i created heres the code: def get_int(prompt="Enter an integer: "): """this function will loop until an integer is entered""" while True: …

Member Avatar for MrNoobieCoder
0
233
Member Avatar for Sean_d

I've got 5 images that I want to display one after the other with a time delay, e.g. image one displayed 0.5 seconds image two displayed 0.5 seconds image three displayed At the moment the HTML looks like this: [CODE]<div id="header"> <img id="headerImage0" src=""> <img id="headerImage1" src=""> <img id="headerImage2" src=""> …

Member Avatar for griff122
0
411
Member Avatar for adi77tjr

Hey, I have a problem with my microphone in windows 7 on my laptop (Dell Inspiron 1525). When I'm using "Listen to this device" feature the microphone recorded sound has a small delay. I mention that i have already installed the latest driver for my soundcard and that on Windows …

Member Avatar for bobertsoft
-1
340
Member Avatar for kytro360

Hi, Does anyone know how to create a delay in C#? I dont like to use Thread.Sleep because it makes the GUI unresponsive. Do you know of any good alternatives?

Member Avatar for Mitja Bonca
0
289
Member Avatar for Begginnerdev

Hello my fellow Danniwebbers, I have yet another question for you to ponder. I have two custom action listers. One that handles Mouse.Click and one that handles Mouse.MouseDown. My question to you is, can I delay the mouse down event so that it does not intefere with the code of …

Member Avatar for Begginnerdev
0
5K
Member Avatar for shouvik.d

[B]Product[/B]: [B][COLOR="Red"]Matlab, Simulink[/COLOR][/B] [B]Problem Statement[/B]: Complex feedback loops implying usage of Unit Delay Block. At certain simulation frame calculation of required values for test generation is becoming complex. Is there a way to override the Unit Delay block output without changing the model (as I am not allowed to do …

0
126
Member Avatar for Sudo Bash

Hi, I was wanting to write a (ba)sh script to allow me to wait for the detection of a new USB device, and when that device is detected, execute some commands. The scripts are intending to be working on the principle that whenever I plug in a usb device a …

Member Avatar for Sudo Bash
0
241
Member Avatar for WASDted

Hey folks, I've noticed for a while now that I have not been getting my daily updates via email for forums that I subscribe to. The only exception is Geek's Lounge. I've subscribed to a number of forums and chose to receive a daily email but for some reason nada, …

Member Avatar for WASDted
0
241
Member Avatar for Gamer0077

First of all, sorry for my bad english, that doesn't make any sence at all. So, please correct me. I made a programm to use SendKeys, but I want a delay between the word. I was able to split the string in words, but I wasn't be able to send …

Member Avatar for Gamer0077
0
1K
Member Avatar for mknight_13101

Afternoon, I'm running a xp system w/ USB keyboard and mouse. Mouse has decided to have a mind of its own. Essentially when i want to click on something it does not respond. It is almost like, when I try and click on a window, it immediately goes to the …

0
119
Member Avatar for Synthuir

So I'm writing a bit of code for use in an IRC bot. I tried to use scheduler to get around the barbaric-ness of calling time.sleep() every time I want the bot to delay for a few seconds. In scheduler you can choose the delay function "for example time.sleep()"-- but …

Member Avatar for lllllIllIlllI
0
231

The End.