Hello
To test and understand this you'll have to reduce the height the editing section of your settings window to about 6 or 7 lines of text and create a test alias.
In this example Zmud correctly greys out the SAVE/CANCEL options when you click Save.
#IF anything {
#SHOW ""
#SHOW "*** Just some basic test ***"
#SHOW ""
#SHOW " Just some basic text"
#SHOW ""
#SHOW " Just some basic text"
#SHOW " Just some basic text"
#SHOW "*** END ***"
}
However, if I add the line #SHOW " To enable/disable list healing, type: zhelp list nwbtmg" so it becomes like below
#IF anything {
#SHOW ""
#SHOW "*** Just some basic test ***"
#SHOW ""
#SHOW " Just some basic text"
#SHOW ""
#SHOW " Just some basic text"
#SHOW " Just some basic text"
#SHOW " To enable/disable list healing, type: zhelp list nwbtmg"
#SHOW "*** END ***"
}
then the SAVE/CANCEL options are never greyed out when you click Save.
Now if you increase the height of the editing section of the settings window until all the text fits in the windows (ie. no scroll bars) then click Save, the options are now greyed out properly. Start reducing the height of the editing section again and you'll see the SAVE/CANCEL options 'ungrey' themselves. They will stay ungreyed until you increase the size of the editing section AND click Save again.
NOTE: I can't make this issue happen if I remove the #IF statement.
It's not a major problem but can lead you to believe you have errors sometimes.
Thanks,
Steve ;)