Search found 119 matches

by Morpheus
09 Jul 2015, 18:56
Forum: About This Community
Topic: ahkscript.org makes firefox crash.
Replies: 9
Views: 6444

Re: ahkscript.org makes firefox crash.

FWIW I'm running FireFox 39.0 on Win 8.1 just fine.
by Morpheus
23 Apr 2015, 06:46
Forum: Ask for Help (v1)
Topic: Help me naming my program
Replies: 7
Views: 2499

Re: Help me naming my program

These are all play on words, and I realize that they are misspelled.

Columnbus - (Columbus) Because you are discovering new phrases.
Columnbine - (Combine) Combining words from the columns
Columnbo - (Colombo) Detective on an American TV show from the 70's
by Morpheus
25 Mar 2015, 06:17
Forum: Off-topic Discussion
Topic: Looking for local AHK Programmers.
Replies: 38
Views: 15629

Re: Looking for local AHK Programmers.

I find skype to be pretty awful. Google hangouts has treated me much better. Edit: oh, and I hear the way to make friends with fellow antisocial people is to to got a bar with a friend and look around for someone else who doesn't look like they want to be there Haha, or google hangouts +joedf joedf...
by Morpheus
14 Feb 2015, 20:03
Forum: Wish List
Topic: Add AU3_Spy.exe to the .zip downloads
Replies: 15
Views: 15699

Re: Add AU3_Spy.exe to the .zip downloads

Guest wrote:@Morpheus although still called AU3_Spy.exe it is infact a new window spy written in AHK - see this thread http://ahkscript.org/boards/viewtopic.php?f=13&t=1849 (and the code linked to above of course)
Ok, then I recommend a new name for the script. :lol:
by Morpheus
14 Feb 2015, 08:20
Forum: Wish List
Topic: Add AU3_Spy.exe to the .zip downloads
Replies: 15
Views: 15699

Re: Add AU3_Spy.exe to the .zip downloads

In my mind what would be better than including something written in AU3 would be to include one written in AHK. I know there are some good ones out there, I can search and provide links if you would like.
by Morpheus
12 Feb 2015, 20:19
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1393049

Re: « What's on your mind? » Topic is solved

Good to see you again tomoe_uehara. :-)
by Morpheus
05 Jan 2015, 16:00
Forum: Off-topic Discussion
Topic: Easy way to command prompt at current folder
Replies: 10
Views: 9907

Re: Easy way to command prompt at current folder

You can also drag and drop a folder onto the command prompt to enter the path.
by Morpheus
01 Jan 2015, 07:05
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1393049

Re: « What's on your mind? » Topic is solved

tidbit wrote:Use a spoiler please, vasili111. for some of us it's still 2014 and don't want the ending told to us.
:D
by Morpheus
30 Dec 2014, 20:54
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1393049

Re: « What's on your mind? » Topic is solved

Happy belated birthday joedf! Sorry I missed the party. :-(
by Morpheus
11 Dec 2014, 19:34
Forum: Gaming Scripts (v1)
Topic: ePSXe launcher
Replies: 3
Views: 5076

Re: ePSXe launcher

Have you ever tried a front end such as GameEx?
by Morpheus
05 Nov 2014, 06:48
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244348

Re: Alternative GUI styles (please contribute)

empardopo wrote: It is impossible to compile. There are missing files! :crazy:
I attached the exe file a few posts down from my original post. :)

http://ahkscript.org/boards/viewtopic.p ... 851#p12373
by Morpheus
04 Nov 2014, 15:16
Forum: Ask for Help (v1)
Topic: Project NVIDIA
Replies: 3
Views: 1800

Re: Project NVIDIA

Hi jNizM,

What are you looking for so far as help goes? I know nothing about dll's, and my programming experience is limited. If you simply need people to download the program to test it on various systems, then I would be happy to help.
by Morpheus
02 Nov 2014, 06:24
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1393049

Re: « What's on your mind? » Topic is solved

Hi :) Welcome :) Quote-ception? :hehe: By the way, helloooo Tiger-man! ;) c-c-combo breaker. Who says I cannot combine both of these posts to make a Bigger Quote? Oh noes.... It's not quoteception anymore... it's Doublequotecetion :0 :o :shock: hahha ;) that breaks the rules of the game :) The unsp...
by Morpheus
24 Oct 2014, 18:02
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1393049

Re: « What's on your mind? » Topic is solved

jNizM wrote:Does anyone with a NVIDIA graphics card have interest to support me?
Project NVIDIA & AHK
I might. Would you be willing to translate the page into English?
by Morpheus
09 Oct 2014, 19:03
Forum: Ask for Help (v1)
Topic: RegexReplace intermittently fails in my script.
Replies: 6
Views: 2627

Re: RegexReplace intermittently fails in my script.

I would use StringReplace.
by Morpheus
22 Sep 2014, 18:36
Forum: Ask for Help (v1)
Topic: [Solved] Flashing Rectangle???
Replies: 3
Views: 1745

Re: Flashing Rectangle???

This code works to change the fore and back ground colors in AHK Basic. I would think it would work in the latest version as well. I assume that the piece to the puzzle that you are missing is winset, redraw. GuiControl 12:+Background%CpuBackColor%, TempCpu GuiControl 12:+c%CpuForeColor%, TempCpu Wi...
by Morpheus
07 Sep 2014, 07:43
Forum: Ask for Help (v1)
Topic: Basic help needed:
Replies: 2
Views: 1421

Re: Basic help needed:

Probably this. Untested. CoordMode, Pixel, Window Loop { PixelSearch, FoundX, FoundY, 0, 1300, 150, 1430, 0x00E1EF, 2, Fast RGB If ErrorLevel = 0 { Blockinput, on Sleep, 3000 Random, Var, 1, 10 if (var = 1) gosub, Sub1 else if (var = 2) gosub, Sub2 else if (var = 3) gosub, Sub3 else if (var = 4) gos...
by Morpheus
04 Sep 2014, 19:00
Forum: Ask for Help (v1)
Topic: Boolean Search - AND, OR, NOT
Replies: 6
Views: 3273

Re: Boolean Search - AND, OR, NOT

I think that he was saying that you could allow the users to enter searches using AND / OR, then you would convert the search to regex.

Go to advanced search