FNCComboBox ItemIndex Bug

Hi,
In new FNC UI Pack, we can set itemindex properly but we can't get it.
Look at your code:
function TTMSFNCCustomComboBox.GetItemIndex: Integer;
begin
Result := -1;
if Assigned(FTreeView) and (FTreeView.SelectedVirtualNodeCount > 0) and Assigned(FTreeView.SelectedVirtualNodes[0]) then
Result := GetCount - FTreeView.SelectedVirtualNodes[0].Row;
end;
All is inverted +1.

Hi,

This was already reported and fixed. The next update will contain the necessary changes.

Hello,
When will the update be released? Is it possible to get a fix in advance? The problem affects many areas of my system.
Thank you
Steffen

1 Like

Hi,

Please see your private messages for an incremental source update.

Do you know when the update will be released? This bug kinda broke my application.
Thanks!

1 Like

Hi,

Please see your private messages for an incremental source update.

1 Like

Can you indicate when this next release will occur? This is, in my opinion, a catastrophic bug which should be updated ASAP. A combobox component is so fundamental to most any app and I don't feel like we should wait for a fix without indicting when the fix will be pushed out. My opinion.

Hi,

We’re preparing the FNC family for Delphi 13, which prevents us from pushing out a release immediately. There are breaking changes we need to account for so at this moment it's unclear when can we do a release exactly, but we hope to do it this week. In the meantime, we can provide an incremental source update with the fix to anyone who needs the fix asap.