Jump to content

Recommended Posts

Posted

Hi there,

I am getting an error while trying to run this code.

#include <HotString.au3>

Please see the image. 

post-89644-0-84733000-1421522125_thumb.p

  Reveal hidden contents

 

Posted

Hi 

JohnOne, Thank you for the quick reply, but there is no script folder in my AutoIt installed folder. Please see this image

post-89644-0-57822300-1421523001_thumb.p

  Reveal hidden contents

 

Posted

Hi JohnOne, then where i can get this UDF please ?

  Reveal hidden contents

 

Posted

You need to search the Example Scripts forum.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Hi 

water, Thank you. Let me search.
  Reveal hidden contents

 

Posted

A quick search showed this >link.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Hi, water, I have got some scripts from that link. Let me check it.  Thank you.

  Reveal hidden contents

 

Posted

No way, I am getting Big error in that included file. 

post-89644-0-35707600-1421524639_thumb.p

  Reveal hidden contents

 

Posted

Use AutoItSetOption to set MustDeclareVars to 0 to suppress this error messages.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Hi 

JohnOne, this is my code. But error is showing in the included file(HotString.au3)

 

#include <HotString.au3>
 
HotStringSet("callme{enter}", examplefunction)
 
While 1
    Sleep(10)
WEnd
 
Func examplefunction()
    MsgBox(0,"","You typed callme! :)")
EndFunc
  Reveal hidden contents

 

Posted

Hi JohnOne,

I have edited the file named HotStrig.au3. May be that is the problem.

  Reveal hidden contents

 

Posted

Hi JohnOne,

I a,m giving up. The code is now become mess. I think i need to search for a better solution for using string as hotkeys.However, thanks for the help.

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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