NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on December 19, 2020, 04:50:04 AM

Title: NT 12.2 Compile error
Post by: osquiabro on December 19, 2020, 04:50:04 AM
Unknown function label - C:\Clarion11_13630\NetTalk\Web Server\Themer (86)\Themer003.clw:3449,20

GenerateColor(CPL:Color,color:lightest + SourceMethod)
UpdateSessionValuesFromPalette (p_Web, p_web.GSV('ThemeName'),CPL:ColorName)

another observation in https://www.capesoft.com/accessories/netsp.htm said version 12.3 but the download is 12.2
Title: Re: NT 12.2 Compile error
Post by: osquiabro on December 19, 2020, 05:04:38 AM
is very strange, after re-install nt 12.2 open Themer (86) and compile run fine but if change redistribute procedure to 1, repopulate modules to 1 and compile the error is fired.

Another issue the  "<meta name="viewport" content="initial-scale=1">" is only generate in home page the turn off pinch-to-zoom is off, without this tag the page is not responsive

BT (the wizard tab is not responsive)
Title: Re: NT 12.2 Compile error
Post by: Bruce on December 19, 2020, 05:32:27 AM
Hi Osa,

>> , repopulate modules to 1 and compile the error is fired.

it means the target procedure (GenerateColor) is not declared globally. So it needs to be added to the CALLS list of the procedure that is calling it (if it's not in the same module.)

Cheers
Bruce