Questions tagged [timedelay]

225 questions
0
votes
2 answers

How can I delay a certain portion of my function, finish my function, and then go back to the part I delayed?

I have a function where I want to delay a certain call in the middle, but I don't want to stop the whole function. Even after the last line I want the part I delayed to run after a designated time. Here's an example of what I mean: function…
hden
  • 21
  • 4
0
votes
3 answers

show button after some time delay in actionscript3

I've been working with actionscript 3.0 and have an array that gives me some text and a button on each new page (clicking the button gets me to the next text-page and button). I'd now like my button to not appear on each page immediately, but time…
Cee
  • 1
  • 1
0
votes
1 answer

Nyquist plot for quasi polynomials

I want to analyze the quasi polynomial given as p(x)=x+exp(-x) using its Nyquist plot. I want the Nyquist plot of p(iw)/(iw+1). How to do this in Matlab? Please help.
user3563283
  • 111
  • 5
0
votes
1 answer

Android - How to improve osmdroid offline map performance in term of reponse time

Now, I'm using my offline map osmdroid MapQuest (.zip file). However, the delay action time is not very good. Like: Map View Initialiation Time, Action Zoom Time ... Are there some solution to improve its performance? (like unzip .zip file or…
Anh-Tuan Mai
  • 1,129
  • 19
  • 36
0
votes
1 answer

Open new window (Child-Window), and refresh parent window...........with TIME DELAY

I have a script which opens a new (child) window, while refreshing the parent page.