NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 56 57 58 59 60 … 93 Next »
No icons in the menus

 
  • 0 Vote(s) - 0 Average
No icons in the menus
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#1
2006-02-28, 05:49 PM (This post was last modified: 2006-05-08, 05:45 PM by MixMan.)
Some plugins does are not returning an icon to GBPVR when requested (returning 'null' instead)....according to Sub

This will result that icons (task.png) might not show up in a horizontal menu like Olbia or a vertical like SharperEdge


I would like someone with programming skills to update these plugins.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#2
2006-05-08, 05:40 PM (This post was last modified: 2006-05-08, 05:44 PM by MixMan.)
Several plugins does not handle task images correct. This will result in that icons for the plugin are not shown in main menu for some themes like.....SharperEdge and Horizon
These plugins are News, SuDoku, Solitaire, Calculator, SecurityCam, XRecord, XSearch, XGuide....

This is the code that Sub suggested

sub Wrote:It'd be something like:
Code:
        public Image getTaskImage()
        {
            if (taskImage == null)
            {
                string taskImageFilename = PluginHelperFactory.getPluginHelper().getStandardSkinDirectory() + getSkinSubdirectory() + "\\task.png";
                if (System.IO.File.Exists(taskImageFilename))
                {
                    taskImage = Image.FromFile(taskImageFilename);
                }
            }

            return taskImage;
        }
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Channel Icons SFX Group 1 1,420 2006-01-27, 11:21 AM
Last Post: SFX Group
  Icons missing in Weather plug in HK Phoey 2 1,525 2005-10-13, 09:22 PM
Last Post: tieke
  free icons for skins. reven 0 1,845 2004-12-31, 05:32 AM
Last Post: reven
  Skin icons goosey 0 1,586 2004-11-03, 11:09 PM
Last Post: goosey
  Weather icons CodeMonkey 1 2,973 2004-04-15, 05:13 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode