|  | 
| All Items Selected in pull down menu | 
| Post Reply   | 
| Author | |
| byteman   Groupie     Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |  Post Options  Thanks(0)  Quote  Reply  Topic: All Items Selected in pull down menu Posted: 26 July 2020 at 1:37pm | 
| 
   The problem appeared in our app after updating to 19.2 and is reproducible in the CodeJock sample app: ...\Samples\PropertyGrid\GridSample (see attached screenshot). No changes were made in the sample code The pulldown menu control works fine it's just the highlighting is broken.  | |
|  | |
| byteman   Groupie     Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |  Post Options  Thanks(0)  Quote  Reply  Posted: 27 July 2020 at 1:07pm | 
| 
   I was told this a known issues and will be resolved in TKP 19.3
    | |
|  | |
| DiZSl   Groupie   Joined: 08 August 2020 Status: Offline Points: 11 |  Post Options  Thanks(0)  Quote  Reply  Posted: 08 August 2020 at 2:50am | 
| My fix: replace line BOOL bSelected = ((0 != lpDrawItemStruct->itemState) & ODS_SELECTED);to BOOL bSelected = (0 != (lpDrawItemStruct->itemState & ODS_SELECTED)); in function void CXTPPropertyGridInplaceList::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) | |
|  | |
| docontrol   Groupie   Joined: 07 December 2009 Location: Denmark Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 August 2020 at 2:47am | 
| 
   I had the same issue and was told that there is a bug in 19.2. I was provided with a patch to fix that error and now it looks fine.
    | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |