ganeshMalliga / tibar

Automatically exported from code.google.com/p/tibar
0 stars 0 forks source link

Source code / iPad support #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The problem description: source code / iPad (2nd generation) support

What version of the product are you using? On what operating system?
Titanium Mobile SDK: 1.7.0
Titanium Developer: Studio
XCode: 3.2.5
iOS: 4.2
iPhone: 4
iPhone iOS: 4.3.3

Is the source code available for this project?  I tried browsing on the source 
tab here at Google but it says there's nothing there.  Is this because I need 
to install an SVN client and do an anonymous checkout?

Also -- I deployed my Titanium app to an iPad2 device and it works great.  
However the TiBar scan area is confined to a small square (about the size of an 
iPhone screen) in the upper left hand corner of the screen.  In one of the 
examples I noted there's a config section labeled not yet implemented:

                custom:{ // not implemented yet
                    "scanCrop":'',
                    "CFG_X_DENSITY":'',
                    "CFG_Y_DENSITY":'',
                    "continuous":''

I didn't know if the ZBar SDK included other settings that can be used to 
configure the camera video view port so that it either fills the iPad2's screen 
or the smaller view port is centered.

Thanks,

Rob Radina

Original issue reported on code.google.com by rrad...@gmail.com on 21 Jun 2011 at 2:08

GoogleCodeExporter commented 8 years ago
Sorry for the trouble.  I found the source code.  Duh, it's right here.  I also 
noted that a new ZBar SDK has been released that has claimed compatibility with 
the iPad2.  By implication, this means there's nothing we can do in TiBar to 
adapt it to the iPad2.  The problem is in the ZBar library itself.  (It does 
work on the iPad 2 with a small scan screen.)

I hate to do this but I may have hack away at Objective C to see if I can adapt 
TiBar to the newly released ZBar SDK.  With luck, it might be a drop-in if the 
interfaces didn't change.

This issue can be ignored/closed/removed.  I have my answers.  Thanks!

Original comment by rrad...@gmail.com on 21 Jun 2011 at 5:44

GoogleCodeExporter commented 8 years ago
Hello, a tips is to build an iphone project and then you can zoom your 
application to have the module zbar entire screen but i dont like this method...

Original comment by bcheungb...@gmail.com on 18 Aug 2011 at 7:58

GoogleCodeExporter commented 8 years ago
I just wanted to note that the newest version of ZBar (1.2) has full support 
for the iPad 2 in fullscreen mode. If you download the ZBar SDK from 
[http://sourceforge.net/projects/zbar/files/iPhoneSDK/], you can replace the 
old version in the TiBar XCode project and rebuild the module.

I have successfully built this with fullscreen support for iPad2. 

Original comment by zim...@gmail.com on 30 Sep 2011 at 4:29

GoogleCodeExporter commented 8 years ago
#3 - could you explain what you did exactly? i just tried replacing the Xcode 
project & it just compiled with the old version.. 

Original comment by luis.ack...@gmail.com on 13 Oct 2011 at 10:10

GoogleCodeExporter commented 8 years ago
Will tibar be supporting fullscreen mode for the iPad as well?

Original comment by christop...@gmail.com on 20 Jan 2012 at 11:24

GoogleCodeExporter commented 8 years ago
I build with the new version of zbar. it works for ipad very well. but after 
that, the overlay does not work. one trap out, stepped into another... ^^

Original comment by sebastia...@gmail.com on 27 Mar 2012 at 12:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I rebuilt tibar with zbar sdk 1.2 but don't work on iPad with iOs5, it's work 
only on iOs4.

"UIStatusBarStyleBlackTranslucent is not available on this device."

Can i resolve that problem?

Original comment by luca.bia...@gmail.com on 6 Aug 2012 at 8:38

GoogleCodeExporter commented 8 years ago
i make this update on another repo
https://github.com/HazemKhaled/tibar

and it's working fine

Original comment by hazem.khaled on 29 Aug 2012 at 1:31

GoogleCodeExporter commented 8 years ago
You know if this solution works with iOS 6?
I try it but shows only a small portion of the screen... or there is something 
more to do?
I just replace the libtibar.a on the application support/../titanium folder and 
use this copy into the frameworks folder and physically in the lib folder on 
the xcode project
I can't try with iOS 5... I doesn't have a ipad 3 with that version

Original comment by pedroma...@gmail.com on 11 Oct 2012 at 9:29