Search found 43 matches

by mviens
11 Nov 2018, 18:58
Forum: Ask for Help (v1)
Topic: Issues displaying HTML within a Tab control
Replies: 2
Views: 970

Re: Issues displaying HTML within a Tab control

Thanks jballi, I have plenty of experience with HTML, JavaScript, CSS, etc. I also have plenty of experience of AHK, but found the Tab control to always be a pain to work with. And ActiveX is not really a problem since it is just OOP. But when the behavior of things starts going the wrong way, I don...
by mviens
03 Nov 2018, 02:46
Forum: Ask for Help (v1)
Topic: Issues displaying HTML within a Tab control
Replies: 2
Views: 970

Issues displaying HTML within a Tab control

I am trying to make a tabbed control that displays simple HTML content. I have tried Tab, Tab2, and Tab3. Each have different issues. Below is some code that will demonstrate the issues. I am open to the idea I am doing something incorrectly and would like some help. Thanks. #NoEnv #SingleInstance f...
by mviens
08 Jan 2018, 08:58
Forum: Bug Reports
Topic: Possible bug with new ClassOverwrite warning Topic is solved
Replies: 1
Views: 1104

Possible bug with new ClassOverwrite warning Topic is solved

It took me a long time to determine what was causing so many errors in my script. I have condensed it down into the example below. When using the #NoEnv option, this script shows a warning on the arr2 line. Interestingly, if I comment out the line for arr1 , there is no warning. Also, if I comment o...
by mviens
26 Dec 2017, 21:40
Forum: Ask for Help (v1)
Topic: Saving ClipboardAll to a nested object does not work
Replies: 2
Views: 1375

Saving ClipboardAll to a nested object does not work

I have been struggling with some much larger code that saves a copy of ClipboardAll. It seems if I save it to a nested object (e.g. someObj.someProp.someVar), then it fails. It was driving me quite mad, so I created a simple prototype to show what is going on. If I copy ClipBoardAll to a local varia...
by mviens
27 Oct 2017, 18:37
Forum: Ask for Help (v1)
Topic: How to run more than one cmd command at once? Topic is solved
Replies: 2
Views: 1590

Re: How to run more than one cmd command at once? Topic is solved

The reason it will not work is because "ftp" is an application that is running which expects user input. If "ftp" were to exit, then it would accept the next command of "open localhost". That however, would make no sense since it is not a command. What you want to do is create input that can be pipe...
by mviens
15 Jul 2017, 17:16
Forum: Ask for Help (v1)
Topic: SendRaw: Missing chars when using in PuTTY - all ok in notepad++
Replies: 2
Views: 877

Re: SendRaw: Missing chars when using in PuTTY - all ok in notepad++

I am not having any issue with getting that HotString to work. Maybe update AutoHotkey to the latest version? If not, please post your entire script.
by mviens
28 May 2017, 17:50
Forum: Ask for Help (v1)
Topic: Theoretical question
Replies: 6
Views: 1681

Re: Theoretical question

Using HotStrings like that does tend to be very slow, in my experience. I have converted all of my HotStrings to use WIndows paste rather than using the built-in Send/SendPlay/SendRaw functions of AHK. Some of my HotStrings are around 10K or more and they paste instantly because it is not sending ea...
by mviens
23 May 2017, 11:45
Forum: Ask for Help (v1)
Topic: Comment/uncomment a line Topic is solved
Replies: 5
Views: 2203

Re: Comment/uncomment a line Topic is solved

Andrew, Is something like that possible? Yes, this can be done easily with AHK, including the "block" support you mention. I have done very similar things (and much more). It is not that challenging, so you should be able to read the AHK docs and come up with something. Will this task be interesting...
by mviens
30 Mar 2017, 23:20
Forum: Ask for Help (v1)
Topic: General Question: Position Program-Windows on 3 Screens & 4 Desktops??
Replies: 3
Views: 1674

Re: General Question: Position Program-Windows on 3 Screens & 4 Desktops??

If you are interested in helping, I welcome it. Please start a thread on my forums, probably under "Wishlist".

http://hotscript.prophpbb.com/
by mviens
29 Mar 2017, 16:12
Forum: Ask for Help (v1)
Topic: General Question: Position Program-Windows on 3 Screens & 4 Desktops??
Replies: 3
Views: 1674

Re: General Question: Position Program-Windows on 3 Screens & 4 Desktops??

Much of what you ask for I have already built into HotScript. https://github.com/mviens/HotScript What is not implemented is the auto-launching and resizing/positioning of applications, though it is on the wish-list. The documentation is rather old, but I regularly add new features. The best I can r...
by mviens
13 Mar 2017, 12:54
Forum: Scripts and Functions (v1)
Topic: PBKDF2 makes passwords harder to crack
Replies: 10
Views: 7052

Re: PBKDF2 makes passwords harder to crack

Thank you very much. :)
by mviens
28 Feb 2017, 15:53
Forum: Ask for Help (v1)
Topic: New here.. Can someone help me understand this script? Topic is solved
Replies: 1
Views: 1066

Re: New here.. Can someone help me understand this script? Topic is solved

It is not a complete script. The function mouseXY() is not included, so I cannot tell you for sure what is happening. For the code that is there, here is what is does: When the left Control key is pressed down/held and the left mouse button is clicked down/held, if moveAmount equals 2, then set move...
by mviens
09 Feb 2017, 11:59
Forum: Scripts and Functions (v1)
Topic: Windows doesn't do its job placing windows
Replies: 5
Views: 1895

Re: Windows doesn't do its job placing windows

CraigHB, You may be interested in my project, which has window sizing for windows in the forms of: 1x2 1x3 1x4 (pending) 2x1 2x2 2x3 2x4(pending) 3x1 3x2 3x3 3x4 4x1(pending) 4x2(pending) 4x3 4x4 It also has many other window functions, as well as adding many new features to Windows. The user manual...
by mviens
15 Dec 2016, 15:16
Forum: Scripts and Functions (v1)
Topic: PBKDF2 makes passwords harder to crack
Replies: 10
Views: 7052

Re: PBKDF2 makes passwords harder to crack

Antonio,

This is very nice and useful. Do you also have AHK code for a good (strong) cipher?
by mviens
13 Oct 2016, 16:26
Forum: Ask for Help (v1)
Topic: Why was AHK installer renamed?
Replies: 5
Views: 1873

Re: Why was AHK installer renamed?

Thanks Tank, I will adjust the link to use the "static" one. :)
by mviens
13 Oct 2016, 09:52
Forum: Ask for Help (v1)
Topic: Why was AHK installer renamed?
Replies: 5
Views: 1873

Why was AHK installer renamed?

I have a script that checks for a new version of AHK (found here: http://ahkscript.org/download/1.1/version.txt). if found, it downloads and automatically installs it. This morning, it started failing. After looking at it, I noticed that the downloaded file was not correct. For previous versions of ...
by mviens
23 Aug 2016, 11:18
Forum: Ask for Help (v1)
Topic: AHK for Mac and Linux - no longer a myth?
Replies: 1
Views: 1217

AHK for Mac and Linux - no longer a myth?

Does anyone have any experience using Electron and/or RobotJS? It seems to me that these could be used to create apps (scripts) with similar functionality to AHK. My intent is not to bash AHK for anything -- it's great. For my own needs, I would like to have a little more flexibility with some thing...
by mviens
29 Jul 2016, 14:52
Forum: Ask for Help (v1)
Topic: Hello i need help with a code
Replies: 6
Views: 1731

Re: Hello i need help with a code

Implementing what softwareeater recommended, we get the following:

Code: Select all

!r::
    Suspend
    Send w
    Sleep 1000
    Send a
    Sleep 1000
    send s
    Sleep 1000
    send d
    Sleep 1000
    return
by mviens
08 Jul 2016, 17:25
Forum: AutoHotkey Development
Topic: Commands vs Functions
Replies: 85
Views: 33707

Re: Commands vs Functions

My quick thoughts are... Since the first time I used AHK, I have hated the Command syntax. I have created function wrappers for most of the commands I wanted to use. I agree completely that needing to know the "little symbols" is more complicated for new users. For those of you who enjoyed it, great...
by mviens
30 Jun 2016, 11:11
Forum: Ask for Help (v1)
Topic: Key combination - need help
Replies: 3
Views: 1104

Re: Key combination - need help

Thank you both for the replies. I will test them out.

Go to advanced search