NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on August 23, 2023, 05:48:31 PM

Title: NT 14 Floating Labels
Post by: Richard I on August 23, 2023, 05:48:31 PM
Hi all-
While I have set  labels to be floating on border, they are  only floating when the app is compiled and run in development mode.
Switching back to deployment mode and recompiling, appears to disable  the floating option
I have run Gzipall between the compiles

What have I missed?
Thanks
Richard
NT 14.01
Title: Re: NT 14 Floating Labels
Post by: Bruce on August 24, 2023, 07:35:29 AM
I'll see if I can duplicate, thanks for the report Richard.
Title: Re: NT 14 Floating Labels
Post by: Jane on August 24, 2023, 08:50:04 AM
There's a typo in gzipall.bat

It reads (in multiple places - once for each theme):
Code: [Select]
IF EXIST web\styles\nt-labels.css type web\styles\netweb.css                  >> web\themes\base\theme.fat.css
should be:
Code: [Select]
IF EXIST web\styles\nt-labels.css type web\styles\nt-labels.css                 >> web\themes\base\theme.fat.css
Title: Re: NT 14 Floating Labels
Post by: Jane on August 24, 2023, 09:17:24 AM
To be more specific, line 3166 in netweba.tpw whence that line is written into gzipall.bat
Title: Re: NT 14 Floating Labels
Post by: Bruce on August 24, 2023, 10:39:01 PM
thanks
Title: Re: NT 14 Floating Labels
Post by: Richard I on August 28, 2023, 03:53:55 PM
Morning Bruce,

I note the new NT upgrade 14.03 is available and wondered whether you had addressed the issue with
line 3166 in netweba.tpw to correct the floating labels, in this release ?
If not, then I assume I can save a copy of the netweba.tpw file which I have corrected, and paste it back in after the upgrade?

Thanks
Richard
Title: Re: NT 14 Floating Labels
Post by: Bruce on August 28, 2023, 07:10:48 PM
was not updated for 14.03, updated for 14.04

Bruce