Clem Padin commented on Jul 27, 2012

HELP!: XPages design element now missing from Designer

After I got through step 1, I was about to create my first xpage when I noticed that the option is no longer available in Designer! I was there up to "The Application and Enabling it for the Extension Library" because I created an app and started adding the controls to a temp xpage as I read about them. Any ideas how to get it back?

Clem Padin commented on Jul 27, 2012

Re: XPages Mobile Controls Tutorial

In the beginning of the section 'Set the Mobile Page Prefix...', please add how to get to the Package Explorer, namely, "Window->Show Eclipse Views->Other..->Java->Package Explorer".

thanks

clem

sean cull commented on Jun 19, 2012

Re: XPages Mobile Controls Tutorial

I have put together a download of this demo , you can find it here => http://www.seancull.co.uk/public/seancull.nsf?Open

G Matthys commented on Apr 6, 2012

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

G Matthys commented on Apr 5, 2012

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.

Normunds Kalnberzins commented on Feb 28, 2012

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.

Robert F Harwood commented on Jan 12, 2012

Re: XPages Mobile Controls Tutorial

checked comments 1/12

Paul Hannan commented on Dec 7, 2011

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.

Gernot A. Hummer commented on Nov 25, 2011

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.

Gernot A. Hummer commented on Nov 25, 2011

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.