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 ... 736
1
Web Server - Ask For Help / Re: disable moving columns
« on: Today at 09:33:23 PM »
You seem to have got "some of" the column resizing turned on for that browse, but not all of it.
I suggest you duplicate the effect in a shipping example and send it to me so I can see what combination of settings you have used, in the WebServer procedure, and the Browse procedure.

Cheers
Bruce

2
No, sorry, I meant;

When implementing MapBox - did you write a derived class - derived from NetMaps, which just implemented the MapBox API's in place of the HERE Api's ?

Cheers
Bruce

3
Web Server - Ask For Help / Re: Old wizard
« on: Today at 09:28:01 PM »
noted.

4
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 01, 2024, 10:13:55 PM »
Hi Poul,

did you switch be creating a new class derived from the NetMaps class?
That would be the easiest way to support new services - all you have to do is form the API requests, and handle the responses. The base class does all the work and it remains compatible with the templates.

Cheers
Bruce

5
Web Server - Ask For Help / Re: Deleting Session Values on Logout
« on: April 29, 2024, 10:27:08 PM »
if you have 2 questions, it's usually best to start 2 threads.

>> 1. Where is the check box to DELETE ALL SESSION VALUES on LOGOUT?
https://www.capesoft.com/docs/NetTalk14/NetTalkWebFunctionality.htm#WebserverSecurity

>> 2. What does the Checkbox on Server Settings - Performance Tab - 'Save Server State between runs" do?
https://www.capesoft.com/docs/NetTalk14/NetTalkWebFunctionality.htm#WebserverPerformance

6
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: April 29, 2024, 02:22:56 AM »
you're using the NetMapsHERE class there, but I think you want to switch to the NetMapsHEREPlatform.

From the update notes;
Maps: Added NetMapsHEREPlatform class. Use Global Extension template setting to switch maps to using this class. Necessary if you have a HERE Platform account.

Cheers
Bruce

7
Interestingly the Signature field type does not come with a "Validation" tab. That seems like an oversight.
But basically yes, check the length of the field. If It's < 5 then it's "empty".
(There's some text wrapping, hence don't just check for length 0)


8
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

9
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: April 26, 2024, 07:55:49 AM »
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

10
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


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

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

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

Bruce

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

Cheers
Bruce

15
>> "Error in site JavaScript".

what's the error?

Pages: [1] 2 3 ... 736