Print Page | Close Window

Unable to display icon for item

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=6337
Printed Date: 29 April 2024 at 1:36pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Unable to display icon for item
Posted By: iritg
Subject: Unable to display icon for item
Date Posted: 07 February 2007 at 4:17am

I'm trying to display a list of items with their respective icons.

This does not seem to work on my PC (although it works on someone else's PC), even though everything was built ok:

I can see the items on the screen, but I do not see the icons.

 

In my “OnCreate” function called by CComponentsTaskPanelItem (class CComponentsTaskPanelItem : public CXTPTaskPanelGroupItem):

      

      GetImageManager()->SetIcons(IDB_TOOLS_MSG, 0, 0, CSize(32, 32));

 

I'm using the SetIconIndex function (from class CXTPTaskPanelGroupItem):

 

      pItem->SetIconIndex(pGroupMember->iconIndex);
 
I'm using Visual Studio 2003 and my OS is windows XP + SP2



Replies:
Posted By: Oleg
Date Posted: 07 February 2007 at 3:18pm
Hi,
 
Difficult to say without debugging. Code looks right, so problem can be in bitmap.
Can you attach this IDB_TOOLS_MSG bitmap to check?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: iritg
Date Posted: 08 February 2007 at 3:17am
Hi Oleg,
 
Here is the IDB_TOOLS_MSG bitmap: (zipped)
https://forum.codejock.com/uploads/20070208_031610_Tools.zip - uploads/20070208_031610_Tools.zip
 
Regards,
Irit


Posted By: Oleg
Date Posted: 08 February 2007 at 5:26am
Hi,
 
problem in bitmap's size. it has size 709*34.   but has 22 icons with size 32*32.
How?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: iritg
Date Posted: 08 February 2007 at 9:14am
Hi Oleg,
 
I'll try resizing the bmp and see if it helps.
 
Thank you,
Irit



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net