Hi Paul,
What is the component you are using that the user will click on to
hit the link? I would imagine you can attach a simple onClick event to
it that calls a short function for the navigateToURL...
Adrian
Paul Tretter wrote:
Thanks Adrian, I actually couldn't get navigateToUrl to work with the
item on the linkbar also and I think it is because when the linkbar is
attached to the viewstack it is a canvas and it seems canvas control
doesn't work with navigateToUrl. At least it didn't for me.
Paul