Hi, since there are many many programms which use the middle mouse button (which is the perfect button for them AND Quick Access Popup) my wish is that I can fill an inclusion list on which windows the popup should be shown (i.e explorer, Multicommander, q-Dir).
I've changed the most recent code for that feature in:
https://github.com/Micha10/QuickAccessPopup
So there's a checkbox to toggle the exclusion list to an inclusion list
After one year you have almost changed the whole code. Wow. It took a long time for me to find the right places for the change.
Even if you don't like the wish and will not add this to the wish list, could you please tell me the correct way to add one control to the settings gui?
If I add the checkbox that way
Code:
; ExclusionMouseList (line ~6936)
...
Gui, 2:Add, CheckBox, y+15 x%g_intGroupItemsX% w500 vbOptionsToggleExclusionlist gRefreshedMenusAttachedClicked , % o_L["OptionsToggleExclusionlist"]
GuiControl, , bOptionsToggleExclusionlist, % (o_Settings.MenuPopup.bOptionsToggleExclusionlist.IniValue = 1)
the checkbox is shown on EVERY settings page, not only on the right one.
If I add the "hidden" word, it is never shown. Is there somewhere a list which controls are on which page or what do I have to change that the control behave correctly?
Thank you for that really cool piece of software.
Jana