NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: alex.kolaric on February 14, 2011, 07:52:30 AM

Title: Possible Template Bug
Post by: alex.kolaric on February 14, 2011, 07:52:30 AM
Hi Bruce,

I think that in NetWebBrowse template symbol %nStyle should be replaced with  %nCellStyle, line 6924:

from
            #Prompt('Custom CSS Class:',EXPR),%nStyle
to
            #Prompt('Custom CSS Class:',EXPR),%nCellStyle

otherwise you can't change button cell style at all.

Maybe I'm wrong

regards,
Alex

Title: Re: Possible Template Bug
Post by: Bruce on February 16, 2011, 06:34:46 AM
I understand what you're saying, but I think the more generic approach is to include the "Css Tab" for button as well as String columns. As far as I can tell, this makes the two work together better.

Thanks for pointing it out though - I've made the change for the 5.16 build.

cheers
Bruce
Title: Re: Possible Template Bug
Post by: alex.kolaric on February 17, 2011, 11:08:34 AM
Thanks Bruce,

as I said I'm just thinking that this can be bug. However, you as the Nettalk guru will decide if there is a need to change anything.

regards,
Alex
Title: Re: Possible Template Bug
Post by: Bruce on February 17, 2011, 11:33:09 PM
Absolutely. I think it was a bug - and I've fixed it for 5.16.
Thanks again for the report.