NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on September 14, 2023, 09:39:34 AM
-
Hi,
Compiling an app gives only one error:
Unknown identifier: WHITE - C:\Users\Rene\CLARION\myText\myText\myText003.clw:1041,44
I have no idea where to set this value. I think the value must be quoted.
I looked it up in the NETTALK.TPL - NT14.02
The line where the value is set is 3219, which reads:
s_web._SitesQueue.Defaults.ThemeColor = %ThemeColor
For the time being I commented the line out and changed it to:
s_web._SitesQueue.Defaults.ThemeColor = 'white'
Now it compiles and runs.
Looking forward to a permanent solution.
Cheers,
Ren?
-
Go to Global "Extentions --> Activate Nettalk Server --> Apps --> PWA --> theme_color (with quotes)" and add quotes.
I guess Bruce will fix it for the next version.
/Niels
-
Yep, that was it.
Thanks Niels