Page MenuHomeFeedback Tracker

CT_COMBO controls don't display pictures correctly
Closed, ResolvedPublic

Description

If you create a CT_COMBO (RscCombo) control and try to add a picture using the lbSetPicture command, it simply adds a blank space on the left of the entry, instead of displaying the picture.

Example: https://community.bistudio.com/wikidata/images/f/f3/WuChaoRen_lbSortByValue.png

Regular listbox: https://community.bistudio.com/wikidata/images/f/f7/WuChaoRen_ctListBox.png

Details

Legacy ID
452407767
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Visual-GUI
Additional Information

Event Timeline

AgentRev edited Steps To Reproduce. (Show Details)Jan 3 2015, 6:55 AM
AgentRev edited Additional Information. (Show Details)
AgentRev set Category to Visual-GUI.
AgentRev set Reproducibility to Always.
AgentRev set Severity to None.
AgentRev set Resolution to No Bug.
AgentRev set Legacy ID to 452407767.May 7 2016, 8:02 PM

Seems this ticket is related to missing config

colorPicture[] = {1, 1, 1, 1};
colorPictureSelected[] = {1, 1, 1, 1};
colorPictureDisabled[] = {1, 1, 1, 1};

resolving as no bug