| View previous topic :: View next topic |
| Author |
Message |
Annapoorani
Joined: 24 Sep 2008 Posts: 1
|
Posted: Wed Sep 24, 2008 11:14 am Post subject: Reg : hotkey |
|
|
| I have write a ahk script for replace alphabets with symbols when type in word.the code works fine.but when i press alphabet key the open window dialog with the image file path is displayed and disappered suddenly.how i resolve this. |
|
| Back to top |
|
 |
Razlin
Joined: 05 Nov 2007 Posts: 434 Location: canada
|
Posted: Wed Sep 24, 2008 1:57 pm Post subject: |
|
|
show us some code so we know possibly where the error is.
off on a limb here you may have {enter} in your script somewhere or {escape} that closes the box. but I dont know what you did in your code so I cnat help. sorry. _________________ -=Raz=- |
|
| Back to top |
|
 |
Dra_Gon
Joined: 25 May 2007 Posts: 315
|
Posted: Wed Sep 24, 2008 3:00 pm Post subject: |
|
|
Another possibility is that you don't have a "Return" after the portion with your dialog.
But as Razlin said, you really need to post at least the part of your script giving you problems. No one can really give you good advice without being able to see what's going on.
Ciao,
Dra'Gon _________________
For a good laugh {hopefully} >> megamatts.50megs.com
My WritersCafe profile>>
http://www.writerscafe.org/writers/BlueDragonFire/ |
|
| Back to top |
|
 |
|