topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: AutoHotkey- alternative?  (Read 17400 times)

mahesh2k

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,426
    • View Profile
    • Donate to Member
AutoHotkey- alternative?
« on: May 30, 2007, 09:36 AM »
AHK can be only used on windows.Is there any alternative which is as easy as AHK and is cross platform?

I mean as ahk is so easy that any non coding person can start to code in few weeks.What u think?is there any chance that ahk becomes cross platform.


OGroeger

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 76
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #1 on: May 30, 2007, 12:49 PM »
Funny that you mention ahk as easy to learn, even for non coding persons. I am a coding person and it took me ages to write an ahk script. AFAIR it has a "new" and an "old" syntax, which was confusing, and it's parser was very sensible to whitespaces in the code. If you feel ahk easy to learn, you can definitely move without a problem to any other language.  You should take into account: java, python, perl, javascript, even c/c++, maybe c# (Mono) and a lot of others.

On the other hands side, the recording and replay stuff of ahk is suberb.

arunpawar

  • Participant
  • Joined in 2007
  • *
  • Posts: 60
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #2 on: August 18, 2007, 06:06 AM »
AHK is good do u know can we embed AHK with C++ builder or delphi?

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #3 on: August 19, 2007, 12:12 PM »
AHK is good do u know can we embed AHK with C++ builder or delphi?
Unfortunatelly, i think not arunpawar :(
But autoit is pretty similar and from what i can understand, it can be used with other languages.

mahesh2k

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,426
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #4 on: October 02, 2007, 04:56 AM »
Is it possible to check the system time with ahk,then create a todo list to pop up everyday when we reboot out computer?

is there any function to check that new date for the system then popout the new todo task for that day? and open that task everyday as msg box when we reboot our system.

OGroeger

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 76
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #5 on: October 02, 2007, 07:23 AM »
Should be not problem. Autohotkey has a builtin variable containing the current time, it can create popups, and you can start the autohotkey script from the startup folder. This means the popup is shown as soon as an user logs in. Where does the data (todo list) come from and how do you manage that data? Maybe an application like ToDoList does the job, too?

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #6 on: October 02, 2007, 07:59 AM »
mahesh2k: wouldn't that be a bit of overkill?
I mean, there probably are tons of apps out there that already do that.

mahesh2k

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,426
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #7 on: October 03, 2007, 06:18 AM »
Thats not overkill as i'm using it for my personal purpose i'll add some more to it.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #8 on: October 03, 2007, 08:23 AM »
Right, then it makes sense :D

Here's and interesting thread about a todo list in ahk ;)

mahesh2k

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,426
    • View Profile
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #9 on: October 05, 2007, 07:05 AM »
Thanks i was expecting to use XML or text file instead of using the UI interface.Is there any chane of loading the messages from the Text r XML,i'm stucj in the documentation of AHK  :mad:

Anyway thanks i'll try as per AHK todo list then will try to use XML.i dont know how balloon tip works etc.

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
Re: AutoHotkey- alternative?
« Reply #10 on: October 05, 2007, 07:10 AM »
Perhaps you all find AHK to be easy, but I didn't. For non-programming minds like mine, Macro Express is great.
<a href="https://sridharkatakam.com">My blog</a>