I have created an app that has a component in tended to be used in a navigation bar. It has a link and a linear panel with links. The project is based on Hover, Focus Dependency from @stucork. The sub links appear when you hover over the section heading but disappear when you are not hovering over either the section heading or the sub links.
When I go to use this app as a dependency in another app, it fails because the app with the navigation links does not have access to the forms in the main project. Is there a work around to give the dependent project access to the main project’s forms?
I’m trying to take a look but I can’t see where self.linktitles is defined in the dependency (on the form “sideBarLinkSection”).
Could you let me know the exact error you are getting so that folks can narrow down the issue a bit better?
In my testing if I use 'Form1', 'Form2', and 'Form3' (the form names on the main app) as self.linktitles everything seems to work. Does that help at all?
self.linktitles is a property of the sideBarLinkSection component in the sideBarLinks project. Yours does seem to work… And you didn’t change anything?
In the IDE under linktitles, I assume you would just type in Form1 , Form2 , and Form3. As follows:
I did that and it works for me.
In your main app, do you have a form called “form2” (exactly case matching)? I would imagine that the items in linktitles have to match your form names exactly.
I know this is bringing up an old topic but this feature was what I was looking for and is one of two results when I searched “hover navigation”, so would you be able to let me know what the dependencies are for the application? I cloned it and it said that permissions were denied for two dependencies so I’m not sure what they are.