NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
HI,
NT 14.21  C11.0
As a 35 year clarion programmer I have NO CLUE on css.  I got a young kid to help me get started.  Arnor told me about Stylizer 7  (skybound.ca ) for helping with css.  I downloaded the demo ( free for 2 weeks ).  However, it would not load my web site.  I wrote to support and they told me that they were able to open my NT web app with the chrome add on.  I had to purchase the program for US$79.95 to get the CHrome and Firefox plug ins.  However, well worth it.  I am overwhelmed by all the stuff in the Chrome Developer and Firefox Developer.  This program lays out the CSS very nicely and with a little learning, it is pretty clear.  I am finding it very helpful in getting my css going and up to snuff. If you point it to your custom.css, it will save any changes right to your custom.css.  Pretty neat. 
FWIW,
Ron
2
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« Last post by rupertvz on May 14, 2024, 11:30:13 AM »
Hi Robert,

I see it works on my iPhone.
I changed the barcode format to EAN and this enabled me to scan successfully.

My web-app was uploaded to the Windows server, opened from my iPhone and scans successfully.

3
Thanks, Bruce!
Made the template edit for now.
4
Hi,

Thanks for replies and advice,
Have it working quite nicely.

regards

Johan

5
Web Server - Ask For Help / Re: Point of Sale (Cashier Screen) in Nettalk
« Last post by Richard I on May 13, 2024, 01:59:37 AM »
Jason,
Perhaps you should show us what you've got?
Then the help and opinions will follow
Cheers
Richard
6
Web Server - Ask For Help / Query with a tps file in Topscan
« Last post by Richard I on May 13, 2024, 01:56:40 AM »
Hi
Using clarion  11.1.13855 and NT 14.21
I have a LOG file and a supporting Netlog file with an alias
In the DCT The Netlog TPS file's prefix is nlog
and the nlogAlais Prefix is nlog1

When I open the nlog.tps file in Topscan (v 11.13855) the column headings read nlog1:RecordID etc


Why should this be ?
Testing appears to be OK
Thanks
Richard
7
>> 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.
8

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
9
E-Mail - Ask For Help / Re: Supress display of error message when sending email
« Last post by Bruce on May 12, 2024, 11:22:47 PM »
SendEmail is a procedure in your app, so inspect that code there and add whatever you like.

Cheers
Bruce
10
E-Mail - Ask For Help / Re: Email send using Microsoft Graph
« Last post by Bruce 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.
Pages: [1] 2 3 ... 10