jnrtank.blogg.se

Download the new AutoHotkey 2.0.3
Download the new AutoHotkey 2.0.3




Gui Tab with parameters already had this effect. Deleting all tabs now hides the controls of the former tab.įixed +Disabled/+Hidden losing effect on controls in a tab.įixed disabled tab controls to ignore Ctrl+Tab.įixed Gui Tab without parameters to start a new radio group if applicable.Selecting a new tab with || now works correctly.If SetTimer's Label parameter is omitted and A_ThisLabel is empty, the current timer (if any) is used.Īdded Tab3 control type, solving a number of issues with Tab controls.įixed GuiControl to update controls when adding/deleting tabs. If the function requires too many parameters, an error is raised or ErrorLevel is set (as appropriate).

download the new AutoHotkey 2.0.3

SetTimer, Hotkey, GuiControl and Menu now check the minimum parameter count of functions given by reference (not just by name, as in previous versions). This allows the object to be freed if the script is no longer referencing it, but it also means the timer's Period and Priority are not retained. Run-once timers are automatically deleted after running if they are associated with an object created by the script. The parameter must be either given a non-empty value or completely omitted. Passing SetTimer's Label parameter an empty variable or an expression which results in an empty value is now considered an error.

download the new AutoHotkey 2.0.3 download the new AutoHotkey 2.0.3

Hiding a Tab3 control with GuiControl now also hides its dialog/background.įixed onmessage to pass lParam as unsigned on 32-bit.įixed Gui Name : to allow spaces before the colon.įixed identifying a Gui or GuiControl by HWND with a negative value.įixed ComObject to suppress any errors raised by disconnection of events after the script has released the object.įixed Gui Show causing the window to shrink if it had a multi-line menu bar.įixed LV_InsertCol(n, width) not causing ListView scrollbar to update on some OS versions. If a Tab3 control is empty when autosizing occurs, it now retains the default size instead of becoming unusable.Īutosizing now occurs immediately before creating another tab control, as though Gui Tab was called.Īutosizing failed if the tab control had negative screen coords. Added a Run with UI Access option to the installer.Īutosizing was not being triggered by the first call to Gui Show if the AutoSize or w and h options were used.






Download the new AutoHotkey 2.0.3