NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew on March 06, 2013, 01:35:25 AM

Title: Redactor oesn't work in NetTalk 7.06
Post by: Matthew on March 06, 2013, 01:35:25 AM
Hello Bruce

My Clarion version: 9759
My NetTalk version: 7.06

After upgrade NetTalk from 7.05 to 7.06 Redactor stop working (doesn't show up).

I also checked it in Your example number 36 (HTMLEditor) - the same effect.

Regards,
Matthew
Title: Re: Redactor oesn't work in NetTalk 7.06
Post by: Bruce on March 06, 2013, 02:45:27 AM
thanks - fixed in 7.07

the fix is quite straight-forward so if you want to fix it in your 7.06 you can.

open \clarion8\accessory\libsrc\win\netweb.clw

search for the

NetWebServerWorker.SetOption

method.

search for the line

if numeric(pValue)  and sub(pValue,1,1) <> '"'

change that to

if numeric(pValue)  or sub(pValue,1,1) = '"'

There are two instances of that line in that method, and both must be changed as above.

Cheers
Bruce
Title: Re: Redactor oesn't work in NetTalk 7.06
Post by: Jim A on March 15, 2013, 06:24:13 AM
Is this only for C8?  No such file exists in C:\clarion6\3rdparty\libsrc\win\

Using NT 7.06 C6 ABC

Thanks.
Title: Re: Redactor oesn't work in NetTalk 7.06
Post by: Bruce on March 15, 2013, 10:28:20 AM
in C6 it would be in

\clarion6\libsrc\netweb.clw

cheers
Bruce