NetTalk Central

Author Topic: s_web._SitesQueue.Defaults.ThemeColor = white  (Read 1049 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
s_web._SitesQueue.Defaults.ThemeColor = white
« 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?
Rene Simons
NT14.14

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: s_web._SitesQueue.Defaults.ThemeColor = white
« Reply #1 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

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: s_web._SitesQueue.Defaults.ThemeColor = white
« Reply #2 on: September 18, 2023, 02:20:40 AM »
Yep, that was it.
Thanks Niels
Rene Simons
NT14.14