NetTalk Central

Recent Posts

Pages: 1 ... 8 9 [10]
91
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.
92
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
93
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
94
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....
95
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
96
Web Server - Ask For Help / Re: Login window not centered
« Last post by Jane on March 28, 2024, 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
97
Web Server - Ask For Help / Re: Login window not centered
« Last post by Richard I on March 28, 2024, 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
98
Web Server - Ask For Help / Re: Login window not centered
« Last post by jking on March 28, 2024, 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
99
Thank you !  That works.
100
Hi, try using...

p_web.Script( p_web.WindowOpen( 'YourPage') )

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