NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Old wizard
« Last post by Jane on Today at 03:46:45 PM »
When you get bored, Bruce...
The NT wizard to create a new app is a bit out of date.
I started a new project yesterday using the wizard and noticed that the Settings/Certificates tab does not have "manual" as one of the Challenge Method options.

Much fun was had as Jane painfully tried to emulate Bruce in replacing that control template and getting the pieces appropriately positioned.   ::)
2
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Bruce 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
3
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Poul Jensen on May 01, 2024, 10:41:17 AM »
Hi Jari,

We see the same issue.
Had to switch to Mapbox.  Unfortunately not done by NT, and therefore not with clickable markers like Here Maps.

/Poul
4
E-Mail - Ask For Help / Email send using Microsoft Graph
« Last post by Poul Jensen on May 01, 2024, 10:31:05 AM »
How to use Microsoft Graph with NT Email send?

Cheers
/Poul
5
Web Server - Ask For Help / Re: Deleting Session Values on Logout
« Last post by Bruce 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
« Last post by jari@softmade.fi on April 29, 2024, 07:31:38 AM »
Thanks Bruce!

That was the issue, but still, the speed isn't the same as before. Maybe the problem lies with the new HERE Platform.

Jari
7
Web Server - Ask For Help / Deleting Session Values on Logout
« Last post by rjolda on April 29, 2024, 05:45:09 AM »
Hi All,
NT 14.18  C11.0.136

1. Where is the check box to DELETE ALL SESSION VALUES on LOGOUT?

2. What does the Checkbox on Server Settings - Performance Tab - 'Save Server State between runs" do?

Thanks,
Ron
8
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Bruce 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
9
Web Server - Ask For Help / Re: How to check if they did a signature in NT
« Last post by Bruce on April 29, 2024, 02:18:31 AM »
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)

10
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by jari@softmade.fi on April 28, 2024, 06:26:57 AM »
Hi Bruce

I created a new access to Here and added my credit card to it. It didn't solve the issue. I also noticed that net.GetLocation(address, Net:GetMap) is no longer functioning. Attached are some pictures.

Jari

Pages: [1] 2 3 ... 10