AutoHotkey Community

It is currently May 23rd, 2012, 10:55 pm

All times are UTC [ DST ]


Search found 406 matches
Search these results:

Author Message

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: May 18th, 2012, 9:05 pm 

Replies: 998
Views: 156667


I hope that link can give you an idea viewtopic.php?f=2&t=82381

 Forum: Support   Topic: Need guidance on Ubuntu

 Post subject: Re: Need guidance on Ubuntu
Posted: April 18th, 2012, 10:46 am 

Replies: 4
Views: 60


Rseding91 Thank you very much for your effort. You did search for me. I tried old version drvivers too, I hope it fixes my problem, I ll install dual booting and report you about result.

 Forum: Support   Topic: Need guidance on Ubuntu

 Post subject: Re: Need guidence on Ubuntu
Posted: April 17th, 2012, 7:15 pm 

Replies: 4
Views: 60


Rseding91 Thank you for your reply Also, what do you mean a driver incompatibility? If the device was built for Windows (which i'm pretty sure it was) then there's a driver for it that will work on windows. Well, I began to connect to net via wireless router, it's using WPA-Personel encryption, my ...

 Forum: Support   Topic: Need guidance on Ubuntu

 Post subject: Need guidance on Ubuntu
Posted: April 17th, 2012, 5:58 pm 

Replies: 4
Views: 60


Hi, I switched to Ubuntu 11.10 thanks to Atheros wireless driver incompatibility on Windows. At first I tried Ubuntu on DVD, it can load from CD drive and work fully fetched. I decided to install it and now I run Ubuntu on my notebook. As an AHK addict I need guidance about usage of AHK on Ubuntu. H...

 Forum: Support   Topic: Changing the ICON of my exe file?

Posted: April 11th, 2012, 10:40 am 

Replies: 5
Views: 117


Are you looking for something like that? viewtopic.php?f=13&t=83707

 Forum: Scripts   Topic: LOTRO AHK ImageSearch

 Post subject: Re: LOTRO AHK ImageSearch
Posted: April 9th, 2012, 7:57 pm 

Replies: 12
Views: 652


EDIT: Script Works again after a restart. I do not remember why I have #InstallKeybdHook in my original script but I am going to test it out later today. Any thoughts on this? Does ImageSearch work better with a GIF,BMP or JPEG? It has nothing to do with #InstallKeybdHook I just tested it works bot...

 Forum: Scripts   Topic: LOTRO AHK ImageSearch

 Post subject: Re: LOTRO AHK ImageSearch
Posted: April 9th, 2012, 9:37 am 

Replies: 12
Views: 652


This works, I tested it. Download image on desktop and right click on image, open it with Internet Explorer run the script, it will find the coordinates. CoordMode, Pixel, Screen ImageSearch, LOTRO_Finish_X1, LOTRO_Finish_Y1, 0, 0,1280, 600, de.gif if ErrorLevel = 2 MsgBox Could not conduct the sear...

 Forum: Scripts   Topic: LOTRO AHK ImageSearch

 Post subject: Re: LOTRO AHK ImageSearch
Posted: April 8th, 2012, 10:18 pm 

Replies: 12
Views: 652


I meant this "C:\Users\RathLappy\Desktop\LotRO\LOTRO Finish Now1.bmp" it contains spaces. I think you made the same mistake once I did. Your icon must be open on desktop, I mean you must open it, desktop icon size on desktop is different than open one. Mod, please move this thread to ask f...

 Forum: Scripts   Topic: LOTRO AHK ImageSearch

Posted: April 8th, 2012, 9:39 am 

Replies: 12
Views: 652


Parameters containing spaces should be enclosed in double quotes

 Forum: Scripts   Topic: LOTRO AHK ImageSearch

Posted: April 7th, 2012, 6:15 pm 

Replies: 12
Views: 652


Try this CoordMode,pixel, screen ; Select NPC and Use and Click Finish Quest ALT+SHIFT+R $+!R:: Sleep 500 ; Half Second to get my hands away from keys. WinActivate, ahk_id %LOTROid1% ;ALT+TAB to LOTRO Copy 1 ImageSearch, LOTRO_Finish_X1, LOTRO_Finish_Y1, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users...

 Forum: Support   Topic: Sentence Boundary Detection

Posted: April 5th, 2012, 4:09 pm 

Replies: 17
Views: 314


Sorry for interrupting the topic. Thank you very much, that was what I was looking for months.

 Forum: Support   Topic: Sentence Boundary Detection

Posted: April 5th, 2012, 1:22 pm 

Replies: 17
Views: 314


Thank you for quick response, I couldn't figure out how to do that. text=Years later, he joins an expedition to bring slaves from Africa but he is shipwrecked in a storm about forty miles out to sea on an island (which he calls the Island of Despair) near the mouth of the Orinoco river on Se...

 Forum: Support   Topic: Sentence Boundary Detection

Posted: April 5th, 2012, 12:55 pm 

Replies: 17
Views: 314


I have a similar question, is it possible to list sentences in a text file that involves a certain word?

 Forum: Support   Topic: Correct image transparence: GUI Picture

Posted: March 27th, 2012, 10:18 pm 

Replies: 14
Views: 689


I run it on AHK_L it works ok

 Forum: Support   Topic: Correct image transparence: GUI Picture

Posted: March 27th, 2012, 9:52 pm 

Replies: 14
Views: 689


I found this somewhere in the forum, I hope it will be of help SetBatchLines, -1 ;#Include, gdip.ahk If !pToken := Gdip_Startup() { MsgBox, 48, gdiplus error!, Gdiplus failed to start. Please ensure you have gdiplus on your system ExitApp } OnExit, Exit Width := 600, Height := 400 ...
Sort by:  
Page 1 of 28 [ Search found 406 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group