NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Hi Kurt,

my guess would be that it has a dependency (like MsSql or whatever) that's not listed in the dependencies list.
(AND /OR) that you have not set the service to run in the correct "account" - using the "services" account is trickier because of permissions.

Bruce

2
Thanks for that useful Tip Bruce
Cheers
Richard
3
Web Server - Ask For Help / Nettalk server not listening upon startup after reboot
« Last post by kboller on April 17, 2024, 04:01:34 PM »
I have webserver (NT14.19) that installed as a service.  When it reboots the service starts but it doesn't listen until it is started on the desktop.
4
Web Server - Ask For Help / Re: Solved - Login window not centered
« Last post by Richard I on April 17, 2024, 03:01:07 PM »
Thanks Bruce,

I solved the issue last night-
In my Custom.css file in the login-form-width I had cleverly included !Important
on one of the early lines
I removed that and recompiled  - solved  ! Now login form nicely centered

Cheers
Richard
5
Web Server - Ask For Help / Re: Login window not centered
« Last post by Bruce on April 17, 2024, 01:44:31 AM »
I've tweaked the styles for 14.21 to restore the old behavior.
6
Web Server - Ask For Help / Re: Download file from menu
« Last post by Bruce on April 17, 2024, 01:34:50 AM »
I've experimented with a 200 meg file, and example 40, but it seems to work for me Sean.
7
The generator creates the CLW file.
If the generator fails to update the CLW file, then you'd see this issue.

The compiler compiles the CLW file into an OBJ.
If the compiler fails to compile the CLW then you'd see this issue.

The linker links the OBJ's into a DLL or EXE. If the linker fails to find the new OBJ, and uses an old one instead, then you'll see this issue.

Also - The Build Menu in the IDE has a "Clean solution" option, which removes OBJ's to force the compiler to remake them.
8
Bruce,
I thought one supported the other so I have always deleted both.....
I will force a change and see which one deleted allows the change
9
Web Server - Ask For Help / Re: Search field in the header
« Last post by Bruce on April 15, 2024, 11:18:20 PM »
To go this way I'd likely experiment with making a small memory form with the search entry field and then include that in the header. Probably with a small "search" button.
10
I don't see this effect myself, but it's probably important to know which it is.
CLW or OBJ.

Cheers
Bruce
Pages: [1] 2 3 ... 10