NetTalk Central

Recent Posts

Pages: 1 ... 8 9 [10]
91
Web Server - Ask For Help / Re: Login window not centered
« Last post by jking on March 29, 2024, 08:00:24 AM »
Richard,

     Yes, that is correct...I have mine set the same.  However, post a screen shot of the CSS Classes tab so we can see where you have called your custom class.  See the screen shot from my previous post as a sample.

Jeff
92
Web Server - Ask For Help / Re: Multi-Site host question
« Last post by jking on March 29, 2024, 07:52:11 AM »
Hi Bruce,

     Thanks, not a big problem for me as I only update NT versions periodically or if there is something new I need...like the partial save button fix in NT 14.20.

Thanks,

Jeff
93
Web Server - Ask For Help / Re: Trying to Resize Browse Grid for Mobile phone
« Last post by rjolda on March 29, 2024, 05:06:50 AM »
Solved.  I hired a young kid to go over the css with me. 
in my custom.css:

@media screen and (max-width: 640px){
   .ui-dialog{max-width:100%}
   .ui-dialog-content{max-width:100%}
   .nt-body-div{font-size: x-small}
   .nt-contentpanel{font-size: x-small}
   .nt-child-grid{font-size: x-small}
   .nt-child-grid{
      display: grid;
    grid-template: 1fr;     <<<<<<<<<-------------  this one line did the trick!!!

Ron
94
Web Server - Ask For Help / Re: API documentation
« Last post by Niels Larsen on March 28, 2024, 11:38:47 PM »
Thanks!
I can see that there are a few more places where it would make sense to change. Example in PrimeParameters/AddServiceError.
95
Web Server - Ask For Help / Re: API documentation
« Last post by Bruce on March 28, 2024, 09:37:44 PM »
That's on the list. Or already in.
96
Web Server - Ask For Help / Re: Freezing when applying security to buttons
« Last post by Bruce on March 28, 2024, 09:36:00 PM »
sure, post the example app showing the effect and i can check it out.
97
Web Server - Ask For Help / Re: Multi-Site host question
« Last post by Bruce on March 28, 2024, 09:35:19 PM »
>> Will it ever be possible to mix NT versions of apps in the future?

I expect not. The host has a server object which is passed into the DLL. If the DLL is on a different version, then the prototype of the server may be different, which in turn will lead to bad things.

Cheers
Bruce
98
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on March 28, 2024, 07:45:23 PM »
thanks
In the login Tab properties
All fields from Labels to Suppress are set as Default
is that correct?
I attach my Custom CSS in case.......

Cheers
Richard
99
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on March 28, 2024, 07:26:22 PM »
Yes I do thanks....
100
Web Server - Ask For Help / Re: Login window not centered
« Last post by jking on March 28, 2024, 04:08:50 PM »
Richard,

     Jane is correct, see the attached image to see where I added my custom class in the login form template.

Jeff
Pages: 1 ... 8 9 [10]