Re: [MBS] NSTableView example

2011-12-28 Thread Maximilian Tyrtania
Am 28.12.2011 um 08:52 schrieb Beatrix Willius:

 Been there, done that. 
 
 No, for loading data from a database the listbox doesn't cut it. As far as I 
 remember the load time isn't linear.

10.000 rows 0.08 secs
20.000 rows 0.16 secs
100.000 rows 0.786 secs
1.000.000 rows 7.79 secs

That looks quite linear to me.
 
Maximilian Tyrtania
http://www.contactking.de
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


[MBS] Transforming CFbinaryData into an alias or folderitem

2011-12-28 Thread Louis
I'm trying to parse the content of the recent files plist. So far it works
great, until I get to the Alias propery that should somehow resolve into an
alias.

It yields a CFBinaryDataMBS object that I can convert into a usable string,
but a string with too many escape and funky characters that I won't try to
paste here, and since that string contains the path, I guess I could make a
workaround.

But I'm just wondering if there isn't a more elegant way and/or more direct
way of doing this. Either part of the CF libraries and functions or part of
the MBS plugin.

Louis


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info