No.  The menu needs to have at least one <item> otherwise the Controller
won't show it.  It also needs to be linked to a profile that is active
in the SqueezeIR settings.  Try this for starters:

Code:
--------------------
    
  <profiles>
  <profile ID="TEST PROFILE">
  <menu>TEST MENU</menu>
  </profile>
  </profiles>
  <menus>
  <menu ID="TEST MENU">
  <items>
  <item order="1">
  <caption>TEST ITEM</caption>
  </item>
  </items>
  </menu>
  </menus>
  
--------------------


Once the TEST PROFILE is activated in SqueezeIR settings then the TEST
MENU should be available with one entry on it.  Of course, with this
simple example it won't do anything but it should at least be there.  If
you're still having problems send me the log from your controller
(var/log/messages).  It should contain some info that may point to the
problem.  It may be something simple like a spelling mistake that we've
overlooked.  You could try to open your xml file in Internet Explorer
(if you've got Windows) as it should tell you if there's any syntax
error in the xml.


-- 
indifference_engine
------------------------------------------------------------------------
indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to