dotnext on DeviantArthttps://www.deviantart.com/dotnext/art/Domino-279323908dotnext

Deviation Actions

Domino

By
Published:
6.7K Views

Description

Domino is application that tries to simulate Windows 8 Start screen.

It supports live tiles made in WPF with "tile only" or "tile + full screen" modes, it also supports pinning applications or folders as shortcuts
© 2012 - 2024 dotnext
Comments23
Join the community to add your comment. Already a deviant? Log In
adni18's avatar
I wanted to try it but crashes for me too, I got this error: (Windows 7 - 64 bit):

An unhandled exception occurred: Collection index must be in the range 1 to the size of the collection.

at Microsoft.VisualBasic.Collection.IndexCheck(Int32 Index)
at Microsoft.VisualBasic.Collection.get_Item(Int32 Index)
at Winamp.Tile.Tile_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)