Submitted by G Matthys on Apr 6, 2012 3:23:46 AM

Re: XPages Mobile Controls Tutorial

There is an issue with the mapping to the appPage3 by using the pageName property.

With R8.5.3 you can't refer to another appPage. It wants another design element like "/form.xsp"

pageName="documentPage">

Question: How can we map to another appPage from the xe.dataView pageName property

Submitted by G Matthys on Apr 5, 2012 8:09:20 AM

Re: XPages Mobile Controls Tutorial

There is a problem with opening the document in version 8.5.3 upgrade pack 1. I can confirm Normunds Kalnberzins post. I get also the error transition error, page: null on opening the document.

Submitted by Normunds Kalnberzins on Feb 28, 2012 3:18:49 AM

Document page in Single Page App

I seems that it is not possible to add a mobile page for the document; in any case with "upgrade pack 1". If I try to do that, say create a mobile page called "doc" and in define the pagename="#doc" for the view, I get dojo message about transition error, page: null.

When I look at url what it tries to open is:

.../app.xsp#doc?databaseName=srv!!app.nsf&documentId=C125795A003B9ABFC12579510023985B&action=openDocument

while what it should be is

.../app.xsp?databaseName=srv!!app.nsf&documentId=C125795A003B9ABFC12579510023985B&action=openDocument#doc

I think about the only way to deal with this is to create a separate xpage for the document.

Submitted by Robert F Harwood on Jan 12, 2012 3:14:17 PM

Re: XPages Mobile Controls Tutorial

checked comments 1/12

Submitted by Paul Hannan on Dec 7, 2011 6:28:11 AM

Re: XPages Mobile Controls Tutorial

Hi Gernot,

Sorry for not replying sooner.

Many issues have been correctly since this tutorial has first been published on the wiki and hopefully the Android specific issues you mentioned should also be resolved. And these fixes should appear in the next release to OpenNTF of the 853 ExtLib (hopefully in the second week of December) and the in Domino 853 Update Pack 1.

However, do let us know if these problems persist.

Also, I'm currently updating the tutorial to reflect the recent changes that have gone into the code since October.

Regards,

Paul.

Submitted by Gernot A. Hummer on Nov 25, 2011 2:20:40 AM

Re: XPages Mobile Controls Tutorial

Thanks Paul, this is a very good tutorial that finally helped me getting started with mobile controls. However I do have two problems (I'm testing it with a Samsung Galaxy S I9000 running Android 2.3.5).

A) I took a look at the complete sample and can't find a difference to what I am trying, yet my document page remains empty and does not show any content, even though I clicked on a view item in the android emulator (configured to represent my phone).

B) I also added a Tab Bar and Tab Bar Buttons along with it, they don't show up correctly on my Android emulator

Are there any known issues with this? Would be great to know or if it's me who is overlooking something in the tutorial.

Submitted by Gernot A. Hummer on Nov 25, 2011 2:19:25 AM

Re: XPages Mobile Controls Tutorial

Thanks Paul, this is a very good tutorial that finally helped me getting started with mobile controls. However I do have two problems (I'm testing it with a Samsung Galaxy S I9000 running Android 2.3.5).

A) I took a look at the complete sample and can't find a difference to what I am trying, yet my document page remains empty and does not show any content, even though I clicked on a view item in the android emulator (configured to represent my phone).

B) I also added a Tab Bar and Tab Bar Buttons along with it, they don't show up correctly on my Android emulator

Are there any known issues with this? Would be great to know or if it's me who is overlooking something in the tutorial.