_why wrote:
How can the top level app object (app = Shoes.app{ blah blah blah }) invoke such a link, and dial up a page?If you have classes wired up to URLs, then the links will work from a Shoes.app block. Or links can take a block, as the NKS readings go into.
I mean programmatically call the link, not just allow a user to click it. I'm aware one should just call the underlying method, but I can't find a way to do that from outside the Shoes.app object either...
