Questions tagged [teamstudio-unplugged]

TeamStudio Unplugged is a mobile application platform that provides mobile users with instant, offline access to data and applications stored on their smartphone or tablet

The Unplugged system consists of the Unplugged XPages Engine on the mobile device and the Unplugged Data Synchronizer on the IBM Domino server.

More information you can find at TeamStudio Unplugged.

15 questions
1
vote
1 answer

Teamstudio XControl: Is there a function or a property in FormViewer that allows deleting of documents?

I'm a bit new in Teamstudio xcontrol ( a bootcard based UI for xpage ) and i'm wondering if there is a property or a function that allows deleting of documents. I checked the FormViewer Custom control, FormEditor and any custom control that is…
Jayson Rondina
  • 149
  • 1
  • 13
1
vote
1 answer

Unplugged - Truncating text in a view column

I'm using the Unplugged Mobile Controls and have a UnpFlatView on one of my XPages. The Detail column is displaying data from a field in which the user records free-form text, which can get quite lengthy. I would like to check the length of the text…
Martin Perrie
  • 398
  • 5
  • 16
1
vote
2 answers

DateTimePicker - Time only on Unplugged

we are developing an app were our technicians can add activities to an ticket. Therefore they need to choose a date and also the work start time. These should be handeled with to different fields/selections. For the Date selection we get it running,…
andikress
  • 31
  • 5
1
vote
1 answer

Teamstudio Unplugged: Inline edit

I'm using teamstudio's unplugged for the record. I'm trying to build a table using a repeat control with a view as a data source. The user should be able to change edit the documents and then save all data sources. Below is a example that currently…
Florenze
  • 65
  • 8
1
vote
2 answers

Teamstudio Unplugged: adding more table rows without partial refresh

I am using Teamstudio Unplugged to try and Extend a table row with inputTexts bound to a document. The function of this table is for the user to write down a observation and then a description of the observation. After this the user should be able…
Florenze
  • 65
  • 8
0
votes
2 answers

Does a version of a master template need to be on every server that a database resides on if only a design element is inheriting from it?

Scenario: We have four databases that are setup to inherit from a master template and they in turn have individual design elements that inherit from a different master template via template name added in the field shown in image. It has always been…
Dwain Wuerfel
  • 373
  • 1
  • 11
0
votes
1 answer

Creating a Javascript date in Teamstudio Unplugged

Which methods of instantiating a Javascript Date object are supported by Teamstudio Unplugged? The following snippet gives an "Invalid Date" :- var startDate = new Date("2015-10-27 10:00:00"); alert(startDate.toString()); Whereas this snippet…
Martin Perrie
  • 398
  • 5
  • 16
0
votes
2 answers

Best way to display first doc in a view using the UnpBootFormViewer

I am trying to display the first document in a view using the "UnpBootFormViewer". What I have currently done is include the "UnpBootFlatView" control that references a view which contains only one (1) document (app settings in this instance). I…
0
votes
1 answer

Teamstudio XControl: Can I use Java Beans to override "Save" action?

I am trying to use the Teamstudio XControl template for my project and I am facing the issue with saving computed fields. E.g. when I create a new document, it will be version "1". Same goes for "Status" as there is small workflow attached but many…
Arun
  • 229
  • 3
  • 14
0
votes
1 answer

Cant get the view to show up on the TeamStudio Unplugged app

I have tried putting the view into a custom control and then putting the custom control in the UnpMain.xsp, and I have tried putting it directly into the UnpMain.xsp, neither of these works. I can get other components to show, such as text fields,…
0
votes
1 answer

Unplugged currency converter

I'm using the Unplugged Mobile Controls and have a customised version of the UnpFlatView. Inside the repeat control, which is bound to a view, I'm trying to display a column value from the view formatted as a currency field, with the following code…
Martin Perrie
  • 398
  • 5
  • 16
0
votes
0 answers

unpFlatView fails to display any data

Xpage for Unplugged using the Unplugged mobile controls. Page in question uses an unpFlatView control to display data. Page works and displays expected view data when served up to a browser by the Domino server (for what that's worth: I'm told…
0
votes
1 answer

Using other dialog controls in iOS

I'm trying to make a pop up selector using the Dialog control. My idea is to have a list box with a list and upon selection it should set a sessionScope and close. On the pc i have finished it and it works perfectly. On the ipad i get an empty…
0
votes
1 answer

Using querySaveDocument to additional information

We are trying to save some additional information with a document using the QuerySaveDocument event. However it seems that it is not being triggered at all.
0
votes
1 answer

Unplugged Mobile Controls: Loading Button don´t work

when using the unplugged mobile controls, in a view 20 entries were loaded in the Unp|FlatViewList Xpage (by default). When i click on the "load more" button (or when I change the settings to "pull" instead of the button), no further entries were…
user3126813
  • 57
  • 1
  • 7