« Reply #5 on: October 22, 2025, 05:31:36 pm »
									
								 
							 
							
								Leap-15.6-64bits, gcc-1520, wx-328, gtk3-unicode-3.2
Cb13752
Identical problem :
I did this :
void SetJumpTrackerViewIndex(int itemIndex)
{
    if (itemIndex < 0)
	return;
    int knt = m_pListCtrl->GetItemCount();
    if (knt < 0)
        return;
    if (itemIndex >= knt)
	return; //setting index before adding the item
    m_pListCtrl->SetItemState(itemIndex, wxLIST_STATE_SELECTED                                                   , wxLIST_STATE_SELECTED);
}
I'm testing a day ...
 
							 
						 
						
							
								« Last Edit: October 22, 2025, 05:33:16 pm by LETARTARE »
							
							
								
								Logged
							
 
							CB-13752, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0, 
=> !! The messages are translated by 'Deepl'