[Biococoa-dev] BCSequenceView

Koen van der Drift koenvanderdrift at gmail.com
Sun Sep 18 13:12:32 EDT 2011


On Sep 13, 2011, at 3:17 PM, Gregor Hageluken wrote:

> Hi,
> 
> I finally found a way around that BCSequenceView problem that I posted a while ago. As I said, it always got caught in an infinite loop calling the setString method. This only happened when I bound the value property of the BCSequenceView to my CoreData model. 
> Turns out I could just delete the setString method from the BCSequenceView class and everything works just fine.

Gregor,

I think this is a bug in BCSequenceView in the switch case section of the setString method.  It calls [super insertText], but it should call [super setString] instead. Probably s copy-paste error form the insertText method above.  Could you confirm this in your app and post back here? If it works for you too, I'll make the change in the framework and commit it.

Thanks,

- Koen.





More information about the Biococoa-dev mailing list