Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support


Go Back   Australian Media Center Community > Windows Media Center Plugins & Addons > Windows Media Center Plugins & Addons > Media Center Studio

Community Information

New util: MC Menu Mender
this thread has 574 replies and has been viewed 173553 times
Closed Thread
 
Thread Tools
Old 1st September 2008, 08:48 PM   #373 (permalink)
WPT
Newbie
 
WPT's Avatar
Status WPT is Offline:
ActivityPosts: 8
Reputation & Thanks Support Rating:
WPT
Points Earned: 10

WPT has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

I dont know how to make a support package, can you tell me?

thnx.
 


Old 1st September 2008, 08:49 PM   #374 (permalink)
WPT
Newbie
 
WPT's Avatar
Status WPT is Offline:
ActivityPosts: 8
Reputation & Thanks Support Rating:
WPT
Points Earned: 10

WPT has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

It was the same error as the one below me in the quote:

Quote:
Originally Posted by aanda6 View Post
Advent,

I am unable to add entry points to any strip, apart from Pictures & Videos. The following erroor occurs:

System.InvalidOperationException: Cannot change ObservableCollection during a CollectionChanged event.
at System.Collections.ObjectModel.ObservableCollectio n`1.CheckReentrancy()
at System.Collections.ObjectModel.ObservableCollectio n`1.MoveItem(Int32 oldIndex, Int32 newIndex)
at System.Collections.ObjectModel.ObservableCollectio n`1.Move(Int32 oldIndex, Int32 newIndex)
at Advent.MediaCenter.StartMenu.PartnerQuickLink.<.cc tor>b__4(DependencyObject sender, DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.OnPropertyChanged( DependencyPropertyChangedEventArgs e)
at Advent.MediaCenter.StartMenu.StartMenuObject.OnPro pertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChan ge(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveVal ue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean
coerceWithDeferredReference, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(Dep endencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(Dependenc yProperty dp, Object value)
at Advent.MediaCenter.StartMenu.PartnerQuickLink.Quic kLinks_CollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
at System.Collections.Specialized.NotifyCollectionCha ngedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollectio n`1.OnCollectionChanged(NotifyCollectionChangedEve ntArgs e)
at Advent.MediaCenter.StartMenu.OEM.OemCategory.OemQu ickLinkCollection.OnCollectionChanged(NotifyCollec tionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollectio n`1.InsertItem(Int32 index, T item)
at Advent.MediaCenter.StartMenu.OEM.OemCategory.OemQu ickLinkCollection.InsertItem(Int32 index, IQuickLink item)
at System.Collections.ObjectModel.Collection`1.Add(T item)
at Advent.MediaCenter.StartMenu.PartnerQuickLink.<.cc tor>b__4(DependencyObject sender, DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.OnPropertyChanged( DependencyPropertyChangedEventArgs e)
at Advent.MediaCenter.StartMenu.StartMenuObject.OnPro pertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChan ge(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveVal ue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean
coerceWithDeferredReference, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(Dep endencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(Dependenc yProperty dp, Object value)
at Advent.MediaCenter.StartMenu.XmlMenuStrip.XmlQuick LinkCollection.InsertItem(Int32 index, IQuickLink item)
at System.Collections.ObjectModel.Collection`1.Insert (Int32 index, T item)
at MCMenuMender.MenuStrip.QuickLinkTargetImage_Drop(O bject sender, DragEventArgs e)
at System.Windows.DragEventArgs.InvokeEventHandler(De legate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(RoutedEven tArgs args)
at System.Windows.OleDropTarget.RaiseDragEvent(Routed Event dragEvent, Int32 dragDropKeyStates, Int32& effects, DependencyObject target, Point targetPoint)
at System.Windows.OleDropTarget.MS.Win32.UnsafeNative Methods.IOleDropTarget.OleDrop(Object data, Int32 dragDropKeyStates, Int64 point, Int32& effects)
at MS.Win32.UnsafeNativeMethods.DoDragDrop(IDataObjec t dataObject, IOleDropSource dropSource, Int32 allowedEffects, Int32[] finalEffect)
at System.Windows.OleServicesContext.OleDoDragDrop(ID ataObject dataObject, IOleDropSource dropSource, Int32 allowedEffects, Int32[] finalEffect)
at System.Windows.DragDrop.DoDragDrop(DependencyObjec t dragSource, Object data, DragDropEffects allowedEffects)
at MCMenuMender.DragDropHelper.DoAdornedDragDrop(UIEl ement dragSource, Object data, DragDropEffects effects)
at MCMenuMender.EntryPoint.UserControl_MouseMove(Obje ct sender, MouseEventArgs e)
at System.Windows.Input.MouseEventArgs.InvokeEventHan dler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(RoutedEven tArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArg s args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingAr ea()
at System.Windows.Input.InputManager.ProcessInput(Inp utEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput (InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.Repo rtInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.Filt erMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessa ge(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
MC Menu Mender B...Subclass.DispatcherCallbackOperation(Object o)


Also, any items that were previously added to strips do not show up in menu mender.
 


Old 2nd September 2008, 06:13 AM   #375 (permalink)
MC Apprentice
 
MicF's Avatar
Status MicF is Offline:
ActivityPosts: 18
Reputation & Thanks Support Rating:
MicF
Points Earned: 10

MicF has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

The new version crashes right away I try to launch it.
Attached Images
File Type: jpg Aufzeichnen.JPG (53.1 KB, 20 views)
 


Old 2nd September 2008, 07:31 AM   #376 (permalink)
MC Apprentice
 
surge's Avatar
Status surge is Offline:
ActivityPosts: 26
Reputation & Thanks Support Rating:
surge
Points Earned: 18

surge has been thanked 3 times in 3 posts
re: New util: MC Menu Mender

Quote:
Originally Posted by MicF View Post
The new version crashes right away I try to launch it.
I don't remember the error message I got, but it crashed for me when I installed it without first uninstalling the older version.

Once I uninstalled both versions then reinstalled the new version it worked fine.
 


Old 3rd September 2008, 04:22 AM   #377 (permalink)
MC Apprentice
 
MicF's Avatar
Status MicF is Offline:
ActivityPosts: 18
Reputation & Thanks Support Rating:
MicF
Points Earned: 10

MicF has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

in deed :-)
 


Old 5th September 2008, 11:46 PM   #378 (permalink)
Newbie
 
galaxyware's Avatar
Status galaxyware is Offline:
ActivityPosts: 1
Reputation & Thanks Support Rating:
galaxyware
Points Earned: 10

galaxyware has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

Hi,
I had the same issue.
my config is MCE vista SP1 includes TVPack.

one more thing : if Mender works fine how could I add direct shortcut to a specific live channel without going to the EPG list?


Cheers,Ali
 


Old 7th September 2008, 01:03 AM   #379 (permalink)
Newbie
 
ntgould's Avatar
Status ntgould is Offline:
ActivityPosts: 1
Reputation & Thanks Support Rating:
ntgould
Points Earned: 10

ntgould has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

Hey Advent

Just wanted to thank you for this great plugin and ask you a question about the entry point creator. When I create an entry point to an html link, media center will go out open the link and then maximize again without pause. Do you know what I might be doing wrong?

Thank in advance,
Nate
 


Old 9th September 2008, 12:42 AM   #380 (permalink)
MC Specialist
 
Advent's Avatar
Status Advent is Offline:
Location Perth, WA
ActivityPosts: 261
Reputation & Thanks Support Rating:
Advent Advent Advent Advent
Points Earned: 334

Advent has been thanked 106 times in 51 posts
Advent's
Media Center
re: New util: MC Menu Mender

Sorry for the late replies, i've been away for a week.

Quote:
Originally Posted by WPT View Post
I dont know how to make a support package, can you tell me?
Click on the "About..." link at the bottom of the Menu Mender window, then click on the "Create a support package..." link.
Quote:
Originally Posted by galaxyware View Post
Hi,
I had the same issue.
my config is MCE vista SP1 includes TVPack.
Same issue as who? WPT?
Quote:
Originally Posted by galaxyware View Post
one more thing : if Mender works fine how could I add direct shortcut to a specific live channel without going to the EPG list?
Unfortunately I don't know a way of doing that, sorry. You might be able to do it from a Media Center plugin (Menu Mender doesn't have one of these, it operates entirely outside MC), but i'm not sure.
Quote:
Originally Posted by ntgould View Post
Just wanted to thank you for this great plugin and ask you a question about the entry point creator. When I create an entry point to an html link, media center will go out open the link and then maximize again without pause. Do you know what I might be doing wrong?
You're not doing anything wrong - this is just a situation where things don't work too well. What's going on is that Menu Mender is launching the URL you have given it, but the process that is started doesn't live very long at all - it looks like it hands the URL to another process and finishes straight away. Since the process has finished, Menu Mender then maximises MC again. I'm not sure how to work around this, i'm afraid.
If you're actually trying to add a link to an mcml application on the web, then i'm afraid Menu Mender doesn't support creating those types of links.
__________________
Media Center Studio
adventmediacenter.com
 


Old 9th September 2008, 03:39 AM   #381 (permalink)
WPT
Newbie
 
WPT's Avatar
Status WPT is Offline:
ActivityPosts: 8
Reputation & Thanks Support Rating:
WPT
Points Earned: 10

WPT has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

Quote:
Originally Posted by Advent View Post
Click on the "About..." link at the bottom of the Menu Mender window, then click on the "Create a support package..." link.
I dont come in to menu mender at all so i also cant see the link (Create a support package).

When i click the link menu mender from my start menu directly the error message pops up and the only thing i then can press is oke. After that all closes.

Thnx.
 


Old 9th September 2008, 01:42 PM   #382 (permalink)
MC Specialist
 
Advent's Avatar
Status Advent is Offline:
Location Perth, WA
ActivityPosts: 261
Reputation & Thanks Support Rating:
Advent Advent Advent Advent
Points Earned: 334

Advent has been thanked 106 times in 51 posts
Advent's
Media Center
re: New util: MC Menu Mender

Quote:
Originally Posted by WPT View Post
I dont come in to menu mender at all so i also cant see the link (Create a support package).

When i click the link menu mender from my start menu directly the error message pops up and the only thing i then can press is oke. After that all closes.

Thnx.
Ok - are you sure this isn't the same problem that MicF and surge were talking about on the last page? Make sure that you have uninstalled ALL versions of Menu Mender, then reinstall 4.2. If it still doesn't work, send me the log file c:\ProgramData\MC Menu Mender BETA\log.txt.
__________________
Media Center Studio
adventmediacenter.com
 


Old 9th September 2008, 06:45 PM   #383 (permalink)
WPT
Newbie
 
WPT's Avatar
Status WPT is Offline:
ActivityPosts: 8
Reputation & Thanks Support Rating:
WPT
Points Earned: 10

WPT has been thanked 0 times in 0 posts
re: New util: MC Menu Mender

I did first uninstall the old version after installing the new one. So maybe it works when i install the old version, then install the new version, then uninstall both and then install the new version?

I will get you the log.

Thnx.
 


Old 9th September 2008, 06:49 PM   #384 (permalink)
MC Specialist
 
Advent's Avatar
Status Advent is Offline:
Location Perth, WA
ActivityPosts: 261
Reputation & Thanks Support Rating:
Advent Advent Advent Advent
Points Earned: 334

Advent has been thanked 106 times in 51 posts
Advent's
Media Center
re: New util: MC Menu Mender

Quote:
Originally Posted by WPT View Post
I did first uninstall the old version after installing the new one. So maybe it works when i install the old version, then install the new version, then uninstall both and then install the new version?

I will get you the log.

Thnx.
No, it will work so long as you uninstall the old version BEFORE you install the new version. So, if you installed the new version and then uninstalled the old version, you'll have to uninstall the new version and reinstall it before it will work.

This shouldn't be a problem for future versions.
__________________
Media Center Studio
adventmediacenter.com
 


Closed Thread

Bookmarks

Thread Tools



Advertisers








Terms Of Service - Contact Us - Advertise With Us - Archive - Privacy Policy - FAQ
Microsoft©, Windows 7©, Windows Vista© & Windows XP© are registered trademarks of Microsoft Corporation.
www.xpmediacentre.com.au has no relationship with, nor is affiliated in any way with Microsoft Corporation.
All original content on this website © 2004 - 2010 xpmediacentre.com.au, All rights reserved
Forum by vBulletin Version 3.8.3 - Copyright Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC7
Local time now is 06:55 PM AEDT.

Add to Google