Jump to content

Enter Time To Wait


Recommended Posts

Then the user must enter the sleep time in millisec , i dont think he will do it !!!

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

Link to comment
Share on other sites

No this works very well if you do this:

HotKeySet("{End}", "request_status")
$timeout = InputBox("Wait x Minutes","Give minutes to wait.")*1000*60

            If @error then
            exit
            endif

            $timeinit = TimerInit()
            While (TimerDiff($timeinit) < $timeout)
            sleep(100)
            $timerequest = ($timeout-TimerDiff($timeinit))/1000/60
            Wend 

func request_status()
$stoporgo = MsgBox(4, "Waiting Paused", "Time until pause end is " & $timerequest &" minutes.  Continue counting down?")
        If $stoporgo = 7 then
        exit
        endif
endfunc
Edited by EhJay
Link to comment
Share on other sites

If IsInt($variable) And $variable <> "" Then
oÝ÷ ÛMú½ªâi¹^Ø-ªê-ªê-N¬Èî²Öç$ûazö«¦åz+yø§yÕ¡zx­²z-uçâçb¶Ê®¢Ú®¢Ôáz|¨¹Æ§µÈ^rF§ÊØb"¶­ú®¢×¶§Mú½ªâi¹^ëluçâçZµø«²Û¬zÊ2¢ç^~)Þا¶»-µë-"Â'·Mú½ªâi¹^ëmz»hºÇºÚ"µÍÑXÛY
    ÌÍÝXXJoÝ÷ Ø   ݲإ+b±¬Ëh|#ÔjÂ,"{kzÛ«Í¢»§jÈ çoj¸nW¬jÙ^jËpØ[zÖµÛ¦®¶­sdÆö6Âb33c·f&&ÆP¦×6v&÷ÂgV÷C´4çBgV÷C²fײb33c·f&&ÆRfײgV÷C²gV÷C²Â4çBb33c·f&&ÆR
Link to comment
Share on other sites

hmm what means "jerryriged"?

Google translate says nothing and my english wordbook doesn't have it. Sorry

thefreedictionary has somethingjerry-riged.

But I thought it ment "placed/fixed in a frame", so I don't know what to think :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...