Search found 6 matches

by HuBa
18 Dec 2019, 07:06
Forum: Ask for Help (v1)
Topic: InputBox Default parameter length
Replies: 11
Views: 1700

Re: InputBox Default parameter length

HuBa doesn't paste into the edit. He wants to display some text in the edit using the text as default value. Well the variable I am using as Default initially receives the contents from the clipboard, so it's almost like paste. I know a single line inputbox might not be the best solution to display...
by HuBa
17 Dec 2019, 11:06
Forum: Ask for Help (v1)
Topic: InputBox Default parameter length
Replies: 11
Views: 1700

Re: InputBox Default parameter length

As you wish. But the documentation still needs to be iproved with the limitations.
by HuBa
17 Dec 2019, 05:05
Forum: Ask for Help (v1)
Topic: InputBox Default parameter length
Replies: 11
Views: 1700

Re: InputBox Default parameter length

It's not about typing. It's a common situation to work with generated content. You just receive the content in a variable (e.g. clipboard) that you need to display as the default value. Truncating the content is not an expected behavior when the inputbox itself can hold much longer texts.
by HuBa
16 Dec 2019, 05:02
Forum: Ask for Help (v1)
Topic: InputBox Default parameter length
Replies: 11
Views: 1700

InputBox Default parameter length

It seems the maximal length for InputBox Default parameter is 4095 characters. Longer text will be truncated. I would like to know if this limitation comes from Windows API or from AutoHotkey. If it is from Windows than the documentation should make this limitation clear. If it is from AHK, it would...
by HuBa
02 Mar 2018, 04:27
Forum: Bug Reports
Topic: Environment Variables not updated on Script Reload
Replies: 0
Views: 1119

Environment Variables not updated on Script Reload

Steps to reproduce: 1. script is already running and an environment variable is changed outside of the script (by another program). 2. I want to use the new value of this variable 3. so I reload the script from the tray menu 4. but the script is still using the old value Workaround: I have to manual...
by HuBa
01 Mar 2018, 03:26
Forum: Bug Reports
Topic: Window Spy resize
Replies: 4
Views: 2236

Window Spy resize

The width of Focused Control text field is not adjusted when the Window Spy dialog is resized horizontally.

BTW maybe it would also be better if one of the text fields would expand vertically when the window is resized vertically.

Go to advanced search