NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bruce

Pages: [1] 2 3 ... 735
1
At this stage we're waiting for a Chrome update to roll out with the fix. The user can also check and see if there are any Chrome updates waiting.

Cheers
Bruce

2
Hi Jari,

May just be the different API.
I presume you switched your HERE credentials to using the new HERE Platform API's?
(ie you signed up for the new HERE Platform product, nd you put your new credentials in the global extension?)

Cheers
Bruce

3
Web Server - Ask For Help / Re: How do I know if the connection is on?
« on: April 25, 2024, 08:48:04 PM »
Hi Jari,

There is no "connection to the web site".

The pattern is
"connect, request, response, disconnect".

>> I have a website that automatically updates information.

I'm not sure what you mean by this. Perhaps you want to elaborate? Like are you using web sockets? Timers? User refreshes page?

>>  If the connection to the web server is interrupted for some reason (e.g., due to an update), I would like the login page to appear.

So the web server is down, because you are doing an update? In that case you can't go to the login page because, well, the web server is down.
If the server is down, but is now up, and you used "save state" then the user won't notice and can continue as before.

I think you might want to include a lot more detail about this post because its really hard to give you useful information with so little context.

Also I presume you are on build 14.21? You didn't think to mention otherwise.

Bruce


4
looks like a browser bug. Did he get any more from clicking on Learn mode, or finding out about Error 11?

5
yes, that tells you an error exists.
Now open the console in your Browser (F12) and see what the error actually is....

6
Web Server - Ask For Help / Re: Mem Form Field
« on: April 21, 2024, 10:13:49 PM »
Security tab.
"View-Only mode IF"

Bruce

7
Ken,
Without an example it's impossible to comment.

Cheers
Bruce

8
>> "Error in site JavaScript".

what's the error?

9
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


10
Web Server - Ask For Help / Re: Login window not centered
« on: April 17, 2024, 01:44:31 AM »
I've tweaked the styles for 14.21 to restore the old behavior.

11
Web Server - Ask For Help / Re: Download file from menu
« 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.

12
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.

13
Web Server - Ask For Help / Re: Search field in the header
« 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.

14
I don't see this effect myself, but it's probably important to know which it is.
CLW or OBJ.

Cheers
Bruce

15
Web Server - Ask For Help / Re: API problem, NT 14.20
« on: April 15, 2024, 11:15:08 PM »
>> Should this fix my prefix issue?

yep.

>> Is the problem here because BCS_Status has only three characters before the underscore?

yep.


Pages: [1] 2 3 ... 735