Dear Adam and Christiaan,

Thanks a lot for your advice! The problem is now fixed!

I tried removing one column after another to see which one causes the
problem. I also changed the selected (sorting) column (it was either
sorted by cite key or by Year, I forget). Although I tried to be
systematic about this, unfortunately, I missed the key change that
fixed the problem. Furthermore, now I seem to be unable to reproduce
it even if I try going to the original configuration... I will let you
know if I learn anything else.

Thanks again!
Alexey

On Thu, Jun 2, 2011 at 5:01 PM, Christiaan Hofman <[email protected]> wrote:
>
> On Jun 3, 2011, at 1:52, Maxwell, Adam R wrote:
>
>>
>> On Jun 2, 2011, at 16:12, Alexey Gorshkov wrote:
>>
>>> 2328 __NSFireDelayedPerform
>>>                                                   2272
>>> -[BDSKTypeSelectHelper rebuildTypeSelectSearchCache]
>>>                                                     2271
>>> -[BDSKTableView typeSelectHelperSelectionItems:]
>>>                                                       2269
>>> -[BibDocument(DataSource) tableView:typeSelectHelperSelectionItems:]
>>>                                                         2241
>>> -[BibItem displayValueOfField:]
>>>                                                           1460
>>> -[NSDateFormatter _regenerateFormatter]
>>>                                                             1320
>>> CFDateFormatterCreate
>>
>> Great job on the sample.  The delayed perform in BDSKMainTableView.m
>> is causing the type-select search cache to be recreated, presumably
>> every time -reloadData is called during the drag.  This turns out to
>> be really slow because of date parsing, so a temporary fix might be
>> to disable any dates you're displaying in the main table and see if
>> it's any faster.
>>
>> --
>> adam
>>
>
> My guess is that you have the pub date column selected. Try this with 
> tomorrow's nightly, with teh same column selected, and report whether your 
> problem is fixed.
>
> Christiaan
>
>

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to