Print Page | Close Window

HOWTO: Use CXTPGridControl::m_pImageManager XAML

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=24462
Printed Date: 14 May 2024 at 8:07am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: HOWTO: Use CXTPGridControl::m_pImageManager XAML
Posted By: mgampi
Subject: HOWTO: Use CXTPGridControl::m_pImageManager XAML
Date Posted: 10 March 2024 at 12:52pm
Hi;

I just recognized that the CXTPGridControl internal image manager is not used in XAML for items/headers of the grid control.
I have to add all images to the global image manager.
This conflicts in several applications of our software suite because of duplicate image IDs that cannot be changed easily.

Therefore, how can we use the grids internal image manager in XAML code that is used exclusively in the grid(s).

As a simplified example within a CXTPGridControl derived class, this works
  uint32_t Images[] = { STATE_ARTICLEGROUP_ACTIVE, STATE_ARTICLEGROUP_INACTIVE };
  VERIFY(XTPImageManager()->SetIcons(IDB_ARTICLEGROUP_IMAGES, Images, _countof(Images), CSize(16, 16)));
but this not
  uint32_t Images[] = { STATE_ARTICLEGROUP_ACTIVE, STATE_ARTICLEGROUP_INACTIVE };
  VERIFY(GetImageManager()->SetIcons(IDB_ARTICLEGROUP_IMAGES, Images, _countof(Images), CSize(16, 16)));


TIA


-------------
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017



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