NetTalk Central

Author Topic: NT 14 Floating Labels  (Read 1183 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
NT 14 Floating Labels
« 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
« Last Edit: August 23, 2023, 06:43:12 PM by Richard I »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: NT 14 Floating Labels
« Reply #1 on: August 24, 2023, 07:35:29 AM »
I'll see if I can duplicate, thanks for the report Richard.

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 14 Floating Labels
« Reply #2 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

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 14 Floating Labels
« Reply #3 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: NT 14 Floating Labels
« Reply #4 on: August 24, 2023, 10:39:01 PM »
thanks

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: NT 14 Floating Labels
« Reply #5 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
« Last Edit: August 28, 2023, 04:03:47 PM by Richard I »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: NT 14 Floating Labels
« Reply #6 on: August 28, 2023, 07:10:48 PM »
was not updated for 14.03, updated for 14.04

Bruce