Hi
I dont know alot about programming i only know a little about Visual Basic Express and this is Xcode stuff.....
I have looked at the codes from Bruji's barcode scanner at http://www.bruji.com/cocoa/barcode.html and i now the barcodes is beeing written to a text windows inside the app but i want the app to write the Barcode to a text file on my harddisk.
If iam right the following codes add the Barcode to the Text window inside the application:
- (void)gotBarcode
NSString *)barcode {
[resultsTextView replaceCharactersInRange:NSMakeRange([[resultsTextView string] length] ,0) withString:barcode];
[resultsTextView replaceCharactersInRange:NSMakeRange([[resultsTextView string] length],0) withString
"\n"];
Hope you can help me, thanks
- SKS
I dont know alot about programming i only know a little about Visual Basic Express and this is Xcode stuff.....
I have looked at the codes from Bruji's barcode scanner at http://www.bruji.com/cocoa/barcode.html and i now the barcodes is beeing written to a text windows inside the app but i want the app to write the Barcode to a text file on my harddisk.
If iam right the following codes add the Barcode to the Text window inside the application:
- (void)gotBarcode
[resultsTextView replaceCharactersInRange:NSMakeRange([[resultsTextView string] length] ,0) withString:barcode];
[resultsTextView replaceCharactersInRange:NSMakeRange([[resultsTextView string] length],0) withString
Hope you can help me, thanks
- SKS