NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: Colon cleansing?
« Last post by Bruce on May 16, 2024, 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
Web Server - Ask For Help / Colon cleansing?
« Last post by Jane on May 16, 2024, 04:38:42 PM »
Bruce,

On some of the prompts on webforms I want a colon.

i.e.    Patient Number:  ______________

But the p_web.NoColon template code eats my colon: 
packet.append('<label for="'&p_web.nocolon('wizKeepPatientId')&'">' & p_web.NoColon(loc:prompt,Net:NoUnderscore) & '</label>')

Is there an easy way around that I'm missing, other than embedding code and exiting each Prompt::whatever routine early?

Thanks.

3
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
4
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.

5
Thanks, Bruce!
Made the template edit for now.
6
Hi,

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

regards

Johan

7
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
8
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
9
>> 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.
10

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
Pages: [1] 2 3 ... 10