If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans
Device

I submitted a new iOS build today and found that scanning no longer works. 
When I click on my Scan button absolutely nothing happens. I presume you 
pulled the CodenameOne barcode scanning implementation.

So I am trying to switch to the cn1lib version. I went to 
https://github.com/codenameone/cn1-codescan  downloaded 
cn1-codescan.cn1lib  and put it in my libs folder. I then selected Codename 
One->Refresh cn1lib files.

The new file does not appear under Libraries in my project, should it?

The libs/impl folder seems to contain the scanner library.

I replaced the old includes with:

import  com.codename1.ext.codescan.CodeScanner;
import  com.codename1.ext.codescan.ScanResult;

Now my project won't compile:

R:\rware_mobile\cn1\RW\src\com\readerware\xware\readerware\RWMain.java:11: 
error: package com.codename1.ext.codescan does not exist
import  com.codename1.ext.codescan.CodeScanner;
R:\rware_mobile\cn1\RW\src\com\readerware\xware\readerware\RWMain.java:12: 
error: package com.codename1.ext.codescan does not exist
import  com.codename1.ext.codescan.ScanResult;

I think I am missing something obvious here but have no idea what.

Thanks



-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/6fee1671-bbb0-4d15-ab27-0d4a86164a63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to