NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on September 14, 2023, 09:39:34 AM

Title: s_web._SitesQueue.Defaults.ThemeColor = white
Post 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?
Title: Re: s_web._SitesQueue.Defaults.ThemeColor = white
Post by: Niels Larsen on September 14, 2023, 09:51:45 PM
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
Title: Re: s_web._SitesQueue.Defaults.ThemeColor = white
Post by: Rene Simons on September 18, 2023, 02:20:40 AM
Yep, that was it.
Thanks Niels