I need to implement breadcrumb for quick folder navigation but i can’t see any existing component which support this kind of functionality.
so, is there breadcrumb component in the JUCE ?
I need to implement breadcrumb for quick folder navigation but i can’t see any existing component which support this kind of functionality.
so, is there breadcrumb component in the JUCE ?
I don’t think we have anything like that.
Is there any component where it could be based on ? Or should we created it on scratch ? It should display items on horizontal way.
I think this works straight forward with a component from scratch.
But would be neat to put PopupMenus in a FlexBoxLayout…