Search found 11 matches

Go to advanced search

by Justice Chan
Tue Apr 22, 2014 2:51 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

Sorry for by bad english.

by Justice Chan
Tue Apr 22, 2014 2:50 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

Oh! Just fill the color by scanning the barcode. Scanning 1 time, fill the color in the top of image. Second time, second image. So I need to count with user click or scanning time. Thank you so much!

by Justice Chan
Tue Apr 22, 2014 2:37 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

I try to replace this. The loading dissappear but it only runs

if (number==1){
checkcolor();
alert('number1');
}

but does not run
if (number==2){
checkcolor();
alert('number1');
}
.. Thank you so much!

by Justice Chan
Tue Apr 22, 2014 2:10 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

here is the JS Code

var number=localStorage.getItem("number");

if (number==1){
checkcolor();
alert('number1');

}

if (number==2){
checkcolor1();
alert('number2');

}

by Justice Chan
Tue Apr 22, 2014 1:57 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

galaxy s4 but how to view the libraries?

by Justice Chan
Tue Apr 22, 2014 1:45 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

I try to use tap event but the problem is still here.. Image

by Justice Chan
Tue Apr 22, 2014 1:27 am
Forum: Issues
Topic: Count clicking time
Replies: 11
Views: 432
 
Jump to post

Count clicking time

I want to create a button .When I click the button first time, it scans the barcode and runs some JS. Then, click the second time, run some JS and scanning barcode are also. However, It doesn't work on the phone. When I scan first time and complete, then it appears loading. How to fix it? Number is ...
by Justice Chan
Mon Apr 21, 2014 2:02 pm
Forum: Issues
Topic: problem of javascript--fill in color
Replies: 7
Views: 180
 
Jump to post

problem of javascript--fill in color

checkcolor() and checkcolor1() are the function in javascript. Since it is the barcode scannar, i cannot test in the browser. When the user scan one time, the color will be filled in the top of image. Second time, the color will be filled in the down of image. https://d2r1vs3d9006ap.cloudfront.net/s...
by Justice Chan
Mon Apr 21, 2014 1:46 pm
Forum: Issues
Topic: problem of javascript--fill in color
Replies: 7
Views: 180
 
Jump to post

problem of javascript--fill in color

I try this but it doesn't work. Anyway.Thank for the reply^^ Image

by Justice Chan
Mon Apr 21, 2014 1:13 pm
Forum: Issues
Topic: problem of javascript--fill in color
Replies: 7
Views: 180
 
Jump to post

problem of javascript--fill in color

ok how about if i want to check the number of scan? For example, Scan first time fill the top of the image. seconnd time fill the down image. Thank You so much!!

Go to advanced search