Howto? Using XPages locally

Notes 8.5.1 introduces local XPages application.

Is it possible to locally run - for example - the new discussion template?

How is it done? Is this also possible on the Mac OS?

Thanks for any input!

Peter

Subject: found it, but …

It is that simple: Just set the database start option in the Notes client to “Open designated XPage…”.

This even runs on the Mac, but font setting, size and color isn’t settable on the Mac (10.6.1).

Bug?

Subject: Known issue…

Hi,

This is a known issue and should be addressed in 8.5.2. SPR number is LHEY7SVMJW

Regards,

Edel

Subject: No client-side Javascript possible on a local db

As far as I know, setting the application’s launch options to open the designated Xpage, results in the same as previewing that Xpage in the browser.In both cases, I get a Javascript error message when I try to preview an Xpage which contains client-side javascript:

XSP.addOnLoad(function() {

[Exception] ReferenceError: XSP is not defined

XSP.attachEvent(“view:_id1:_id4”, “view:_id1:button1”, “onclick”, view__id1__id4_clientSide_onclick, false, false);

});