Search found 21 matches

Go to advanced search

by Preston To
Mon Nov 23, 2015 2:42 pm
Forum: Issues
Topic: Editor not working
Replies: 4
Views: 388
 
Jump to post

Editor not working

Using a different internet connection, it has worked again, so the problem seems to lie with my connection.
Thank you for your help anyways!

by Preston To
Thu Nov 19, 2015 11:43 am
Forum: Issues
Topic: Editor not working
Replies: 4
Views: 388
 
Jump to post

Editor not working

Unfortunately, still not working, Neither on Chrome nor Firefox, IE, or Edge.

by Preston To
Thu Nov 19, 2015 7:22 am
Forum: Issues
Topic: Editor not working
Replies: 4
Views: 388
 
Jump to post

Editor not working

All I get is a grey screen when trying to open the app editor. Can someone look into this?

by Preston To
Thu Nov 12, 2015 11:57 am
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

found the problem. For text boxes, I needed to use .val to retreive their content. For labels I need to use .text

by Preston To
Thu Nov 12, 2015 7:19 am
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

Those 3 variables carry the username (copied from the login page), article code (output from the barcode scanner) and a text box for the user to enter a quantity. Now I created a new label which should kind of work as a register. I scan a product, enter a quantity and click a button which combines t...
by Preston To
Mon Nov 09, 2015 12:00 pm
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

Hi Sergiy, So what I have built is a "add to total" button which should copy the scanned/entered data (code, username and quantity, in form of text boxes) into the email body. However, I haven't gotten the code to work yet: Apperyio("total").text(Apperyio("total").text(...
by Preston To
Mon Nov 09, 2015 9:21 am
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

Basically all I need is to add the scanned code and it's quantity to the already existing data in the text box (preferably into a new line), instead of replacing it.

by Preston To
Mon Nov 09, 2015 6:37 am
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

Anybody?

by Preston To
Thu Nov 05, 2015 9:36 am
Forum: Issues
Topic: List scanned items
Replies: 8
Views: 833
 
Jump to post

List scanned items

I'm working on an app which combines the barcode scanner with an email service. I scan a barcode, the code then populates a text box, which then will be sent out as the body of an email. As of now, I can only have one code per email, since the scan of another code would simply replace the first code...
by Preston To
Wed Jul 29, 2015 6:55 am
Forum: Issues
Topic: How can I combine multiple text fields so their contents fill the text box of the SendGrid API?
Replies: 15
Views: 2088
 
Jump to post

How can I combine multiple text fields so their contents fill the text box of the SendGrid API?

Another question, the generated email in my app formats the 3 text components like this: "Username" "Product" quantity for example: "Preston" "ProductXYZ" 16 Weirdly, the last component doesn't have any quotation marks around it. I want to unify the formatting...

Go to advanced search