Search found 174 matches

by Soft
15 Apr 2017, 08:35
Forum: Ask for Help (v1)
Topic: Terminate ObjRegisterActived object (kill sub script from main)
Replies: 0
Views: 481

Terminate ObjRegisterActived object (kill sub script from main)

Hi, I've been working with lexikos's ObjRegisterActive which gave me an idea to perform multi-thread in ahk but how can I terminate/destroy the registered object from the main script? below are the scripts that I've been testing, first one is main and second is sub what I want to do is terminate 'Su...
by Soft
09 Apr 2017, 21:12
Forum: Scripts and Functions (v1)
Topic: MicroTimer - Sub-10ms timers for AHK (C# DLL)
Replies: 45
Views: 20144

Re: MicroTimer - Sub-10ms timers for AHK (C# DLL)

evilC wrote:OK, well this change is minimal - I could add it as an optional mode or something?

Would this tweak only really be needed for the microsecond timers?
tweaking only microtimer would be enough. Besides, I don't understand the need for WaitableTimer.
by Soft
08 Apr 2017, 19:00
Forum: Scripts and Functions (v1)
Topic: MicroTimer - Sub-10ms timers for AHK (C# DLL)
Replies: 45
Views: 20144

Re: MicroTimer - Sub-10ms timers for AHK (C# DLL)

The original author thinks this will sacrifice accuracy for lower CPU usage. As I asked in the thread though, surely if you delay a timer by the same amount of time every tick, it is still accurate (Apart, maybe, from the 1st tick?). Please test and let me know how it compares. yeah I wanted to use...
by Soft
08 Apr 2017, 01:27
Forum: Scripts and Functions (v1)
Topic: MicroTimer - Sub-10ms timers for AHK (C# DLL)
Replies: 45
Views: 20144

Re: MicroTimer - Sub-10ms timers for AHK (C# DLL)

Try this, not sub-Ms, but still far more accurate than settimer and low CPU.
Cheers.
Thanks, I tried, but WaitableTimer is not working well with my codes unlike MicroTimer or SetTimer.
Code gets stuck when new menu subroutine interrupts? I need to figure out what's wrong now.. :eh:
by Soft
08 Apr 2017, 00:00
Forum: Scripts and Functions (v1)
Topic: MicroTimer - Sub-10ms timers for AHK (C# DLL)
Replies: 45
Views: 20144

Re: MicroTimer - Sub-10ms timers for AHK (C# DLL)

nice to have true sub ms timer, but MicroTimer uses too much cpu than native ahk's settimer.
can't handle the timer with games.. :(
by Soft
02 Apr 2017, 08:13
Forum: Scripts and Functions (v1)
Topic: MicroTimer - Sub-10ms timers for AHK (C# DLL)
Replies: 45
Views: 20144

Re: MicroTimer - Sub-10ms timers for AHK (C# DLL)

awesome lib, cant wait to try this!
by Soft
14 Jan 2016, 21:16
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 42562

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

I wanted to rewrite iwb2 but I wasn't good enough to :(
glad to see this!
by Soft
27 Dec 2015, 07:52
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422564

Re: AutoGUI - GUI Designer and Script Editor

expressive is super awesome!!
by Soft
24 Dec 2015, 00:50
Forum: Gaming Scripts (v1)
Topic: Game Vivifier - Bring your games to life! (NVIDIA)
Replies: 12
Views: 16429

Re: Automatic Gama&Color

looks very interesting, gonna try out when I back home!
by Soft
17 Dec 2015, 00:28
Forum: Scripts and Functions (v1)
Topic: LockGuiSize for resizable GUI
Replies: 3
Views: 2170

Re: LockGuiWidth for resizable GUI

useful code! can we lock the height too?
by Soft
16 Dec 2015, 01:33
Forum: Ask for Help (v1)
Topic: [Solved] Dynamic variable from class
Replies: 3
Views: 1546

Re: Dynamic variable from class/array possible?

make an instance, so you can reference the property dynamically
by Soft
07 Dec 2015, 20:59
Forum: Gaming Help (v1)
Topic: controlclick inactive window not working properly
Replies: 4
Views: 3344

Re: controlclick inactive window not working properly

controlfocus,, % wintitle
by Soft
06 Dec 2015, 23:02
Forum: Ask for Help (v1)
Topic: '#Warn' bug?
Replies: 2
Views: 1001

Re: '#Warn' bug?

gotcha!, my mistake :oops:
by Soft
06 Dec 2015, 20:24
Forum: Wish List
Topic: [Solved] Layering Control
Replies: 12
Views: 4940

Re: Layering Control

For workaround, try SetParent!
by Soft
06 Dec 2015, 20:20
Forum: Gaming Help (v1)
Topic: controlclick inactive window not working properly
Replies: 4
Views: 3344

Re: controlclick inactive window not working properly

Try ControlFocus,, % WinTitle before ControlClick!?
by Soft
06 Dec 2015, 20:16
Forum: Ask for Help (v1)
Topic: AHK GUI Memory Tips?
Replies: 4
Views: 1253

Re: AHK GUI Memory Tips?

Var := "" or VarSetCapacity(Var, 0) frees the memory
I think there is no problem on your code, how much does it consume on your computer?

Go to advanced search