NetTalk Central

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Web Server - Ask For Help / Trying to get a handle on css? Consider Stylizer 7
« Last post by rjolda on May 15, 2024, 01:22:53 AM »
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
12
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.

13
Thanks, Bruce!
Made the template edit for now.
14
Hi,

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

regards

Johan

15
>> 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.
16

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
17
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
18
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.
19
The Rest - Ask For Help / Re: NetTalk - NetWebClient and NetOAuth
« Last post by Bruce on May 12, 2024, 11:20:10 PM »
20
work if  set  in settings in webserver ..
Yes it does.
But that doesn't help if one only wants to disable comments on specific forms.
Pages: 1 [2] 3 4 ... 10