indifference_engine;514642 Wrote: 
> The only thing remaining on my todo list is to get a nice custom icon
> for the menu.  The problem is I have no idea how to do it, can anyone
> help (I'm looking at you Bluegaspode!)?  I did ask in the Developer
> forum but got no reply.

I'm sorry, have no idea.
Did a fast search and can find some code, that sets icons:
looks like the following:

Code:
--------------------
    
                        local menuItem = {
                                id = 'selectPlayer',
                                iconStyle = 'hm_selectPlayer',
                                node = node,
                                text = self:string("SELECT_PLAYER"),
                                sound = "WINDOWSHOW",
                                callback = function() 
self:setupShowSelectPlayer() end,
                                weight = weight,
                        }
  
--------------------


these hm_* styles are defined in the skin (see QVGABaseSkin) and I
think you can also set your own styles with setStyle (though maybe not
on the main-menu).

Maybe this helps a bit for searching and trying ? 
Maybe just bump the thread in the developers-forum ?


-- 
bluegaspode

1x SB-Controller+Receiver (Duet), 1xSB-Boom. 1xSB-Radio
Server (7.4.1) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.
Secondary 7.4 Server on Debianized Buffalo Linkstation LS-CHL.
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
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