AutoHotkey Community

It is currently May 27th, 2012, 10:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: February 25th, 2007, 11:48 pm 
Offline

Joined: January 1st, 2005, 11:54 am
Posts: 75
Sorry for answering so late. Maybe you both solved your problem by buying a new computer in the meantime :oops:

I tried in vain to find a Windows 98 computer to reproduce your problem. So I just got back to the MSDN documentation and found that the RtlFillMemory-routine is not supported by Windows 98. This routine is part of this AHK-function that's needed to set the timer correctly.

So I was wrong when I claimed that AHK-scheduler works with Windows 98 and I will change it in the original posting.

Thanks for the feedback!

Boskoop


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2007, 7:47 am 
Offline

Joined: December 1st, 2006, 9:27 am
Posts: 460
@Boskoop
It you are still interested in this, I found a good way to moniter and kill individual timers.
http://www.autohotkey.com/forum/viewtopic.php?p=110130

Image

[EDIT] - BTW thanks for the answer to my question! Uh, I just realized that I linked to this thread in the other thread, and linked to the other thread in this one. I hope I didn't create a paradox that will ultimately result in the destruction of the universe.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2007, 7:48 pm 
Offline

Joined: January 1st, 2005, 11:54 am
Posts: 75
Quote:
When I couldn't get it to work in win98 I stopped working on this, but now I'll post it for posterity.

That's a pity. Actually, adding support for multiple timers and for periodic timers was the next thing on my to-do list for AHK-scheduler- but I just don't have the time right now. I would be happy if someone else does it. Your're sure you won't take this project up again?

Quote:
Chris plans to build in InsertInteger and ExtractInteger.

say Philho here. If this happens, it might be possible to get rid of the RtlFillMemory-routine (which doesn't support Windows 98 ).

Quote:
BTW thanks for the answer to my question! Uh, I just realized that I linked to this thread in the other thread, and linked to the other thread in this one. I hope I didn't create a paradox that will ultimately result in the destruction of the universe.

I don't think recursive threads are a problem for causality. But recursive threads with timers- I really don't know... :D

Boskoop


Report this post
Top
 Profile  
Reply with quote  
 Post subject: keystroke shceduler
PostPosted: March 22nd, 2007, 12:15 pm 
Offline

Joined: March 22nd, 2007, 12:06 pm
Posts: 3
Location: FRANCE
Hello,

I would like to use AHK-scheduler for scheduling keystroke but i don't know how to do:
What i want is to start and end a TV record at scheduled time from the program Pouchin TV.
For that i need to schedule :
a Ctrl+t for the begining of the record
a Ctrl+Enter for the end of the record
Could you help me, please... :cry:
(I tried to record Ctrl+t with Autoscriptwritter and then to convert this ahk in exe and to put the name of the exe in the script, but this doesn't work... what is wrong? can someone do the job for me? thanks)

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2007, 9:52 am 
Offline

Joined: December 1st, 2006, 9:27 am
Posts: 460
If you want to send stuff to a window:
Code:
Send {Ctrl down}t{Ctrl up}
This will send to the active window.

Code:
ControlSend, ahk_parent, {Ctrl down}t{Ctrl up}, Pouchin TV ;or whatever the title is
This will send it to a specific window.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2007, 10:29 am 
Thanks Mica, :o

You found the problem that i had.
For information i found on the net a program called pouchin pg which allow you to program on pouchin TV.

Bye
:wink:


Report this post
Top
  
Reply with quote  
 Post subject: Script out of date?
PostPosted: October 15th, 2008, 7:17 pm 
Boskoop, (from Newbie): I tried both of these scripts and neither works. On the WakeUp script I receive the following Error message:

I'm running AHK v1.0.47.06. Is the script out of date for my AHK version? Thanks in advance!Image


Report this post
Top
  
Reply with quote  
 Post subject: Oops.
PostPosted: October 15th, 2008, 7:22 pm 
Apologies on that image. The error reads as follows:
Error at line 40.

Line Text: If Hibernate=1
Error: This line does not contain a recognized action.

The program will exit.

[OK button]

I'm using XP SP3.


Report this post
Top
  
Reply with quote  
 Post subject: Re: Oops.
PostPosted: October 16th, 2008, 11:10 pm 
Offline

Joined: September 14th, 2008, 10:22 pm
Posts: 10
Lokalbahn wrote:
Apologies on that image. The error reads as follows:
Error at line 40.

Line Text: If Hibernate=1
Error: This line does not contain a recognized action.

The program will exit.

[OK button]

I'm using XP SP3.


What browser are you using?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 17th, 2008, 12:13 am 
Chrome. Is that important? Not sure I understand question.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: specter333, XX0 and 24 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group