NetTalk Central

Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
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
72
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....
73
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
74
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
75
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
76
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
77
Thank you !  That works.
78
Hi, try using...

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

regards
79
Web Server - Ask For Help / API documentation
« Last post by Niels Larsen on March 28, 2024, 01:47:28 AM »
Hi Bruce

Is it possible to use the Page Name in the documentation of a method instead of the procedure name.
I ask because I use Page Name to keep track of different versions of the "same" method - of course with different procedure names.

Regards Niels
80
Web Server - Ask For Help / Freezing when applying security to buttons
« Last post by Richard I on March 28, 2024, 01:23:10 AM »
Using NT 14.20
I want to hide the <delete> and <change>  buttons on Forms and Browses by User security level.
On  the Security Tab of the button , Im changing "default" to YES and adding 100 as the security level,
compile and run...
On the Browse for example scrolling by using "next" the Browse freezes and greys out.
Returning to "default" restores normal function.

Can you check this please Bruce?
Cheers
Richard
Pages: 1 ... 6 7 [8] 9 10