Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Qbik highly recommends that you use aliases to find parent items when inserting your own navigation items. This ensures that your items continue to operate correctly even when the underlying navigation paths change. If you hardcode your items, e.g. NAVIGATIONTREE\ControlPanel\MyComponent, and later on ControlPanel gets renamed or moved in the tree hierarchy, your item will no longer insert correctly.

Note

Make sure your alias is unique. Qbik Well known aliases are undecorated but you should ensure your alias can be differentiated from someone elses. E.g. Don't call your alias {File}, but use something that uniquely identifies your alias such as {MyCompanyScannerComponentFile}. You can also use a string representation of a UUID if you wish. MakeAliasFromName(L"703201E2-6ACF-463D-AA4B-038F99AD9414");