NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Bruce on Today at 02:22:56 AM »
you're using the NetMapsHERE class there, but I think you want to switch to the NetMapsHERE platform.

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
2
Web Server - Ask For Help / Re: How to check if they did a signature in NT
« Last post by Bruce on Today at 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)

3
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

4
Web Server - Ask For Help / How to check if they did a signature in NT
« Last post by rjolda on April 28, 2024, 01:17:39 AM »
Hi,
NT14.18   C11.0.136
In my app a SIGNATURE is required.  I have a Signature field.  How do I make sure that they sign before submitting the record?
IE - what do I check - maybe the prop:size of the image field?  Or something else?
Thanks,
Ron
5
Hello all,

     My co-worker received a message about a new version of Chrome and he updated.  This seems to have fixed his issue.

Jeff
6
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
7
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Bruce 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
8
Web Server - Ask For Help / Here maps are slow with NT 14.21
« Last post by jari@softmade.fi on April 26, 2024, 04:37:11 AM »
Any thoughts on why Here Maps is much slower on NT 14.21 than on 12.20?
The slowness occurs when fetching a new map, so for testing purposes, please clear the C:\temp\maps folder.

Versions
NT 14.21
Draw 4.36
St 3.67
9
i have a client in one laptop with this problem.
10
Web Server - Ask For Help / Re: How do I know if the connection is on?
« Last post by Bruce 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

Pages: [1] 2 3 ... 10