2026-03-19 02:40 AM
Why ACAPI_Navigator_GetNavigatorChildrenItems (API_NavigatorItem* item, GS::Array<API_NavigatorItem>* items) The order of the returned items does not match the actual order, for example, in the View Mapping Navigator, the actual order of a folder is a plan view and a section view, but the order of the items returned is a section view and a plan view
2 weeks ago
Hi,
I'm looking into it, and I'll come back with an answer soon.
Regards,
Tamás
a week ago
Hi,
I've looked into the code, and the order it gets the child items is the physical order, while on the UI it is sorted to be in a different order. You can sort it to the same order in your code. Please refer to the Navigator_Test example project of the API Development Kit.
Regards,
Tamás