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: Colon cleansing?
« on: Today at 08:14:06 PM »
Hi Jane,

So, yeah, it's a very "clarion" think to put colons at the end of a prompt.
However, this makes the transition to labels (which is better for screen readers) ugly. And also makes the use of floating, or fixed, labels ugly.

To make things consistent (and ultimately a lot more useful) removing the colons from prompts is desirable (and Nt14 does this for us.)

So, no, there's no easy way around that at the moment. Although there could be one if I was suitably convinced that the colon isn't just nostalgia for the DOS days.... So convince away...

Bruce

2
>> That doesn't seem right?

It is not right.
In NetWeb.Tpw,

#Group(%SetSuppressComment) (circa line 5310)

      #CASE(%SuppressPrompts)

should be

      #CASE(%SuppressComments)

Fixed for build 14.22

Thanks for the report and example Jane.

3

Plan I'm going with, if I missing the obvious let me know.
 

This is the approach I would adopt, and indeed the approach I think they recommend.

Bruce

4
SendEmail is a procedure in your app, so inspect that code there and add whatever you like.

Cheers
Bruce

5
E-Mail - Ask For Help / Re: Email send using Microsoft Graph
« on: May 12, 2024, 11:22:12 PM »
NT Email Send supports the SMTP protocol.

As I recall (and I may be wrong) Microsoft Graph uses a proprietary API, so you would need to code against that using (most likely) the NetWebClient class.

7
Web Server - Ask For Help / Re: disable moving columns
« on: May 06, 2024, 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

8
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 06, 2024, 09:29:38 PM »
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

9
Web Server - Ask For Help / Re: Old wizard
« on: May 06, 2024, 09:28:01 PM »
noted.

10
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

11
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

12
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

13
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)


14
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

15
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

Pages: [1] 2 3 ... 736