There are times when you will want to use the resources of your web application’s user computer, for example, printing a sales docket for a…
Comments closedTag: Custom URI URL Protocol
Learn to customize URI schemes on Windows with Xojo applications.
Comments closedHave you ever wondered how the magic behind the “mailto://” or other similar Uniform Resource Identifiers (URI) work? Whether from the web browser URL field or from Xojo via the ShowURL function, when URIs are executed the registered app opens showing the passed parameters (for example, in the Mail app for the ‘To’, ‘Subject’ and ‘Body’ fields).
Implementing this kind of behavior in your OS X apps is not rocket science! Follow these simple steps in order to register a custom URI from your app.
Comments closed