Search found 4 matches

by justjames283
25 Aug 2017, 13:05
Forum: About This Community
Topic: old versions of AutoHotkey
Replies: 24
Views: 21952

Re: old versions of AutoHotkey

I was able to download a version of AHK here, that worked for the script in my original question. AutoHotkey Downloads https://wayback.archive.org/web/20140123013918/http://ahkscript.org/download/ Thanks jesswg! I really appreciate your work here. I went looking for the same previous version of AHK...
by justjames283
08 Aug 2017, 14:33
Forum: Scripts and Functions (v1)
Topic: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!
Replies: 19
Views: 9805

Re: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!

GeekDude wrote:I am considering writing a library where you could pass in the HTML/CSS/JS as parameters to a class/function, which would be for more serious use instead of prototyping.
I for one would love to follow your progress on a project like that.
by justjames283
04 Aug 2017, 10:04
Forum: Scripts and Functions (v1)
Topic: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!
Replies: 19
Views: 9805

Re: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!

nvm. Just added this line to the run command.

Code: Select all

Run()
	{
		Script := BuildScript(this.Editors.HTML.Value, this.Editors.CSS.Value
		, this.Editors.JS.Value, this.Editors.AHK.Value)
		
                Clipboard := Script
                
		ExecScript(Script,, A_AhkPath)
	}
by justjames283
04 Aug 2017, 09:48
Forum: Scripts and Functions (v1)
Topic: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!
Replies: 19
Views: 9805

Re: MultiTester.ahk - Create responsive desktop applications using HTML, CSS, JS, and AHK!

This is great. I really appreciate this script! Any idea on how to implement save code as a file that can be run?

Go to advanced search