Search found 11 matches

by rhinox202
13 Nov 2020, 20:35
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 140
Views: 59161

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

@GeekDude
Any chance we can get a "sneak peak" at the V1 backport of WebView2? I'd love to check it out, not quite ready to go AHKv2.
by rhinox202
10 May 2019, 22:44
Forum: Scripts and Functions (v1)
Topic: [x64 & x32 fix] DeskIcons - Get/Set Desktop Icon Positions
Replies: 80
Views: 30348

Re: [x64 & x32 fix] DeskIcons - Get/Set Desktop Icon Positions

I am having the same issue. Windows 10 x64 FCU. Currently I have this script in a larger script which has #Warn enabled. As a result, when it's not working, I receive a couple errors. Both are variables without assigned values. The latter is probably caused by the former but that would be more your...
by rhinox202
10 May 2018, 20:38
Forum: Scripts and Functions (v1)
Topic: [GDI+ Object] Subtitle.Render() - Beautiful Text on Screen
Replies: 62
Views: 24062

Re: [GDI+ Object] Subtitle.Render() - Beautiful Text on Screen

That works. That wasn't in the documentation... should have looked in the code. Thank you!
by rhinox202
22 Oct 2016, 19:14
Forum: Ask for Help (v1)
Topic: Can't ControlSend to Windows 10 "Universal Apps"
Replies: 0
Views: 1167

Can't ControlSend to Windows 10 "Universal Apps"

I have a script that currently works in IE but I'm trying to transition it over to Edge. In working on a script, I stumbled upon a function by lexikos (listed below) for getting the process name of a Windows App. The function works great, however, I thought it would fix my inability to ControlSend k...
by rhinox202
26 Apr 2016, 13:59
Forum: Scripts and Functions (v1)
Topic: Eject() : For Removable storage devices
Replies: 67
Views: 40166

Re: Eject() - For CD/DVD and USB Mass Storage devices

Thanks anyway for the help. I was trying to allow a compiled EXE to run from a flash drive and also eject said drive, but I can't get it working. Instead, I've resorted to running the EXE on the Desktop and having it eject the drive. After a little more thought, this seems to be the best option. Tha...
by rhinox202
19 Apr 2016, 18:26
Forum: Scripts and Functions (v1)
Topic: Eject() : For Removable storage devices
Replies: 67
Views: 40166

Re: Eject() - For CD/DVD and USB Mass Storage devices

Thanks but I am already using the SetWorkingDir line, courtesy of an earlier post. Is it safe to assume that you aren't seeing this issue? I'll have to try compiling a simple script.
by rhinox202
17 Apr 2016, 17:10
Forum: Scripts and Functions (v1)
Topic: Eject() : For Removable storage devices
Replies: 67
Views: 40166

Re: Eject() - For CD/DVD and USB Mass Storage devices

Hello. I'm trying to use the Eject function in my script, but I'm having a weird issue. The issue being that eject won't work when I compile the script. It works fine uncompiled. However, when the same script is compiled and run, the Eject function returns 1 for success, 0 for ErrorLevel, 0 for A_La...
by rhinox202
30 Jan 2016, 15:00
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 69832

Re: [Class] LV_Colors - 1.1.03.00 (2015-04-12)

just me wrote:No, the highlight color is not drawn by the script.
In another thread, I found a script that you wrote for changing the highlight color. Considering the age of that thread, I was wondering if there is an easy way to include this functionality in LV_Colors? Possibly a better way. Thanks!
by rhinox202
30 Sep 2015, 13:59
Forum: Ask for Help (v1)
Topic: Continuation Section Options Not Working
Replies: 5
Views: 1906

Re: Continuation Section Options Not Working

That was the other option. Thanks for the help.
by rhinox202
30 Sep 2015, 13:08
Forum: Ask for Help (v1)
Topic: Continuation Section Options Not Working
Replies: 5
Views: 1906

Re: Continuation Section Options Not Working

Thanks RHCP, works exactly how I would expect. However, my actual use case has quotes in it (I'm creating an XML file), so I would have to escape every quote to stop the script from breaking. Any ideas on that front? Thanks nonetheless.
by rhinox202
30 Sep 2015, 10:48
Forum: Ask for Help (v1)
Topic: Continuation Section Options Not Working
Replies: 5
Views: 1906

Continuation Section Options Not Working

For starters, I am running AHK_L 1.1.22.07 Unicode x32 on Windows 8.1. Anyway, I've been working on some code that "requires" an expression to be inside a continuation section. Really I could go another route but it would be much easier this way. I've included my test script at the bottom. Now the d...

Go to advanced search