I'm using FindItemByParam to locate the "Browse For Folder" item in the "cb.where" combo inside the IPXV_SearchView.
Here's what I'm doing:
Code: Select all
//pseudo code
IUIX_Combo combo;
comboBFFItem = combo.FindItemByParam($FFFFFC17);//PARAM_T(-1001)
combo.SetItemStyle(comboBFFItem, UIX_ComboItemStyle_Disabled, UIX_ComboItemStyle_Disabled)
When compiling for x64, same code, the comboBFFItem is -1.
Any idea?
p.s.
When using combo.GetItemParam(3), 3 is where the "browse for folder" is, both in x86 and x64, the returned value is "4294966295" / "FFFFFC17" / "-1001"
-žarko