Search found 8 matches

by Bukinnear
20 Jul 2023, 00:05
Forum: SciTE4AutoHotkey
Topic: Syntax highlighting gone
Replies: 6
Views: 4305

Re: Syntax highlighting gone

For anyone else having this problem after updating to v2:

1. Set the current platform to v2 (or whichever platform you are having trouble with)
image.png
image.png (5.54 KiB) Viewed 1357 times
2. Click Tools -> SciTE4AutoHotkey settings...
image.png
image.png (12.16 KiB) Viewed 1357 times
3. Change the style to one of the AHK options
image.png
image.png (15.42 KiB) Viewed 1357 times
You're welcome.
by Bukinnear
17 Dec 2015, 23:04
Forum: Ask for Help (v1)
Topic: Retrieve a variable from within a variable
Replies: 7
Views: 2409

Re: Retrieve a variable from within a variable

Fixed it, added a subroutine in the gui, ddl, [options] to gui, submit, nohide instead of trying to put it through the function
by Bukinnear
17 Dec 2015, 07:57
Forum: Ask for Help (v1)
Topic: Retrieve a variable from within a variable
Replies: 7
Views: 2409

Re: Retrieve a variable from within a variable

It seems to work fine when I don't use a function for my hotkeys. Weird.

What would cause that?
by Bukinnear
17 Dec 2015, 07:27
Forum: Ask for Help (v1)
Topic: Retrieve a variable from within a variable
Replies: 7
Views: 2409

Re: Retrieve a variable from within a variable

Actually, scratch that, I'm getting a different problem now. FileRead, Dropdownlist, Stratagems.csv ; The CSV contains a pipe deliniated list of names identical to the above without the codes Gui, Add, Text,, Select your Stratagems. Gui, Add, DDL, w190 vStrat1 Choose3, %Dropdownlist% Gui, Add, DDL, ...
by Bukinnear
17 Dec 2015, 06:57
Forum: Ask for Help (v1)
Topic: Retrieve a variable from within a variable
Replies: 7
Views: 2409

Re: Retrieve a variable from within a variable

Thanks guys, that's perfect
by Bukinnear
17 Dec 2015, 06:23
Forum: Ask for Help (v1)
Topic: Retrieve a variable from within a variable
Replies: 7
Views: 2409

Retrieve a variable from within a variable

My full script is over here: http://p.ahkscript.org/?p=6e9487f6 but I'll simplify it for convenience sake Essentially I have the following setup: ddlselect = name_of_var name_of_var = Key_Combo !1::Send, %ddlselect% I have a gui with a drop down list that retrieves it's selection list from a separat...
by Bukinnear
15 Dec 2015, 05:28
Forum: Ask for Help (v1)
Topic: Having trouble with variables
Replies: 2
Views: 646

Re: Having trouble with variables

I've just fixed it, I had the code

Code: Select all

!Esc::ExitApp
Directly above that lot, moving it to the bottom solved it, thanks for the reply
by Bukinnear
15 Dec 2015, 03:36
Forum: Ask for Help (v1)
Topic: Having trouble with variables
Replies: 2
Views: 646

Having trouble with variables

I'm damn sure that this is a silly question, but can someone tell me what is wrong with the code:

Code: Select all

var = test

MsgBox %var%
Because it's not working for me. I get a blank message box every time. I've tried searching for what I'm doing wrong, but to no effect.

Go to advanced search