NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: API documentation
« Last post by Bruce on Today at 09:37:44 PM »
That's on the list. Or already in.
2
Web Server - Ask For Help / Re: Freezing when applying security to buttons
« Last post by Bruce on Today at 09:36:00 PM »
sure, post the example app showing the effect and i can check it out.
3
Web Server - Ask For Help / Re: Multi-Site host question
« Last post by Bruce on Today at 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
4
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on Today at 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
5
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on Today at 07:26:22 PM »
Yes I do thanks....
6
Web Server - Ask For Help / Re: Login window not centered
« Last post by jking on Today at 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
7
Web Server - Ask For Help / Re: Login window not centered
« Last post by Jane on Today at 03:13:42 PM »
Richard,

I don't think login-form-width exists by default.

That looks like a class name that Jeff created as shown in the second pic in his original post (where he adds it after a space to the FormDiv settings for his procedure).
Once it's attached to something, then the CSS class can attach itself.

Do you have that class name in your template?

Jane
8
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on Today at 01:26:48 PM »
Thanks Jeff,
No Joy with Control F5
I have replaced in the Form Div  ' nt-fix-center nt-width-300px'
 with
' nt-fix-center login-form-width'

and added my custom Css file into ThisWebServer Settings ->Styles ->Files as
'rji-custom.css'-Browser:All
Ran Gzipall

For completeness ,this is my custom CSS
.login-form-width{
   width: 300px; !important;
   line-height: 1.0em;
   margin: 0 auto;
}

On Running the login form spans the page as per attachment.....
Cheers
Richard
9
Web Server - Ask For Help / Re: Login window not centered
« Last post by jking on Today at 09:46:18 AM »
Hi Richard,

     I'm working on some NT 14.20 apps today and noticed the same.  Try pressing CTRL-F5, this clears the browser cache and resets things.  Working here to center the login screen.

Jeff
10
Thank you !  That works.
Pages: [1] 2 3 ... 10