Anyone know of a Multiple Content Picker with a tree that allows you to sort nodes and that works in v4.5?
I started off at v2 using Bjornbakk's Multiple Content Picker, but that stopped working in v3. I could hack Umbraco a little bit to make it work though.
Then I used the Tree Multi Picker (http://treemultipicker.codeplex.com/) but that's stopped working in v4.5 and hasn't been updated since September.
There was another control floating around by a guy called Lefteris, but apparantly it is also a bit broken and hasn't been updated and I don't know where to find it.
So I'm looking for a fourth Multiple Content Picker now!
Andrew, you can keep up on Codeplex as well. Shannon (the man behind the Multi-node Picker for 4.5) said on Twitter that the code was not 100% done, but it's working now. Some changes will be made though. I just downloaded the latest source for the picker (v. 61697), and it works very nice with the content-tree. Just some minor bugs, but I think they'll get fixed sometime.
I've just quickly migrated the project (from http://treemultipicker.codeplex.com/) to .net 4.0 framework and added references to the new umbraco assemblies. This now works with Umbraco 4.5.
Here's a package we created for internal use, based on the code provided on the farmcode.org. I haven't "released" it as I think it's being worked on by Shannon as well -> http://geckohub.com/umbraco/Gecko_Multi_Picker_1.2.zip
Hi, I'm building an Umbraco 4.5 site running on .NET 3.5. I installed the TreeMultiPicker package from the above link but had issues with "MissingMethodException". A search of the forums led me to a list which said the TreeMultiPicker was incompatible with v4.5. I've since overwritten treeMultiPicker.dll with Thomas' update above but now get an error:
Could not load file or assembly 'treeMultiPicker' or one of
its dependencies. This assembly is built by a runtime newer than the
currently loaded runtime and cannot be loaded.
Presumably this is because the dll is for .NET 4.0 and I'm running 3.5. Can anybody help? Is it possible to use TreeMultiPicker with .NET 3.5, Umbraco 4.5?
v4.5 Multiple Content Picker
Anyone know of a Multiple Content Picker with a tree that allows you to sort nodes and that works in v4.5?
I started off at v2 using Bjornbakk's Multiple Content Picker, but that stopped working in v3. I could hack Umbraco a little bit to make it work though.
Then I used the Tree Multi Picker (http://treemultipicker.codeplex.com/) but that's stopped working in v4.5 and hasn't been updated since September.
There was another control floating around by a guy called Lefteris, but apparantly it is also a bit broken and hasn't been updated and I don't know where to find it.
So I'm looking for a fourth Multiple Content Picker now!
Hi,
are you looking for the following?
http://www.farmcode.org/post/2010/06/29/Multi-node-tree-picker-source-code-from-CodeGarden-2010.aspx
Cheers,
André
Yes!
I'll keep an eye on it over the coming weeks.
Yes!
I'll keep an eye on it over the coming weeks.
Andrew, you can keep up on Codeplex as well. Shannon (the man behind the Multi-node Picker for 4.5) said on Twitter that the code was not 100% done, but it's working now. Some changes will be made though. I just downloaded the latest source for the picker (v. 61697), and it works very nice with the content-tree. Just some minor bugs, but I think they'll get fixed sometime.
/Kim A
Hello,
I've just quickly migrated the project (from http://treemultipicker.codeplex.com/) to .net 4.0 framework and added references to the new umbraco assemblies. This now works with Umbraco 4.5.
You can update the DLL : http://umbracoshare.semmeo.fr/TreeMultiPicker/treeMultiPicker.dll
And get the new source code : http://umbracoshare.semmeo.fr/TreeMultiPicker/TreeMultiPicker.zip
Here's a package we created for internal use, based on the code provided on the farmcode.org. I haven't "released" it as I think it's being worked on by Shannon as well -> http://geckohub.com/umbraco/Gecko_Multi_Picker_1.2.zip
Hi, I'm building an Umbraco 4.5 site running on .NET 3.5. I installed the TreeMultiPicker package from the above link but had issues with "MissingMethodException". A search of the forums led me to a list which said the TreeMultiPicker was incompatible with v4.5. I've since overwritten treeMultiPicker.dll with Thomas' update above but now get an error:
Could not load file or assembly 'treeMultiPicker' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Presumably this is because the dll is for .NET 4.0 and I'm running 3.5. Can anybody help? Is it possible to use TreeMultiPicker with .NET 3.5, Umbraco 4.5?
Thanks,
Duncan.
Hi Duncan
The above link was just a stop-gap until uComponents came out. I'd highly recommend using that package instead (http://our.umbraco.org/projects/backoffice-extensions/ucomponents)
Dan
Thanks Dan, I've installed that package, looks like just what I need!
Duncan.
is working on a reply...