Date
1 - 4 of 4
moderated Unknown Constant when Compiling User-default.jss.
Dennis Brown
I get the Unknown Constant error when I try to compile default.jss. The line is as follows, and is in the MSAAAlertHandler event. Let sMsgLong = formatString (cmsgAlert_L, sText)
Thanks, Dennis T. Brown
|
|
Josh Kennedy
Do you have Leasey installed? if so that may be the problem. Leasey overwrites many user scripts with its own custom ones.
|
|
Dennis Brown
No, but thanks for the tip.
Thanks, Dennis T. Brown
From: main@jfw.groups.io <main@jfw.groups.io> On Behalf Of Josh Kennedy
Sent: Tuesday, May 24, 2022 7:11 AM To: main@jfw.groups.io Subject: Re: Unknown Constant when Compiling User-default.jss.
Do you have Leasey installed? if so that may be the problem. Leasey overwrites many user scripts with its own custom ones.
|
|
Udo Egner-Walter
Hi Dennis,
toggle quoted messageShow quoted text
I think the constant cmsgAlert_L is placed in a file which is not included in the included section of default.jss. Try to find out the name of this file and add it to the include section. Typically constants are placed in *.jsh files but it also could be that this constant is a message which are placed in *.jsm files. Do you have any third-party scripts installed? Or do you have your own scripts in a custom Default.jss? Udo
|
|