Skip to main content link. Accesskey S

The useful resource for Titanium and YouAtNotes Domino To Go

Submit Search

YouAtNotes Framework

Page123

YN. ynDateFormat

Julian Buss | May 25, 2012 9:19:33 AM | Tags:

An object to format date values. **ynDateFormat.format(mask, datetime)** With: ...

YN: about the YouAtNotes Domino To Go Framework

Julian Buss | November 22, 2011 10:25:59 PM | Tags:

All pages starting with "YN:" are describing functionality of the YouAtNotes Domino To Go Framework. This framework for Titanium provides either various helpers for Titanium itself and rich functionality to work with IBM Domino and IBM XPages data: - read the content of IBM Domino views and cache ...

YN: Get Started

Julian Buss | December 29, 2011 3:02:22 PM | Tags:

Getting started with development of iOS Apps for Lotus Notes / IBM XPages / IBM Domino applications. ==Bug reports, Support, Questions, Answers, Suggestions== **IMPORTANT! Please DO NOT send bug reports, questions or suggestions by mail. Please DO NOT send bug reports, questions or suggestions by ...

YN: Get started - tour through the demo contacts app

Julian Buss | February 9, 2012 11:57:38 AM | Tags:

See the [[http://youatnotes.com/web/youatnotes/wiki-titanium.nsf/dx/YN__Get_Started|Get Started page]] to learn how to install and run the demo. == What you can do in the demo == * Click on "Navigation" to see the list of contacts (which is downloaded from the dtg-demo_contacts.nsf). The app ...

YN: work with IBM Domino data

Julian Buss | November 11, 2011 3:48:08 PM | Tags:

One main feature of the YouAtNotes Framework is an API for easy access to IBM Domino data. You can read data, cache it on the mobile device and write data back to Domino. Domino data is organized in databases (NSF files, NoSQL), which contain documents. Documents are identified by their ...

YN: common JavaScript tools

Julian Buss | June 4, 2012 6:50:52 PM | Tags:

The yntools.js file contains some additional useful tools that extend the common JavaScript language. Arrays Unique ynUnique(array) Removes all duplicates of elements of the array and returns the unique array.

YN: Config

Julian Buss | November 24, 2011 9:06:04 AM | Tags:

ynConfig is a shortcut to read and set configuration settings. == Get configurations settings == {code:} ynConfig.get(name); {code} With: name: the name of the configuration setting you want to get. Returns: The value for the given configuration setting. Notes: Arrays are supported. == Set ...

YN: Database

Julian Buss | November 10, 2011 6:01:11 PM | Tags:

A class to ease simple operations with the SQLite database. For the ease of use it's assumed that the first column of a table is the primary key. Note that local databases created by NotesDatabase or NotesView have a name prefixed with "yn". So if you used a NotesDatabase("mydb"), then you have to ...

YN: debugging and exception handling

Julian Buss | December 5, 2011 9:58:30 AM | Tags:

==Debugging== Use the following code at the very beginning of your App (after including yn/yn_base.js) to enable basic debug logging in the YouAtNotes Framework: {code:} ynSession.setDebug(true); {code} true is equivalent to debug level 1, so you can use ynSession.setDebug(1), too. You can set a ...

YN: HTTP

Julian Buss | November 14, 2011 5:24:02 PM | Tags:

ynHTTP provides a common instance of a Ti.Network.HTTPClient, batch downloading and uploading. To get the common HTTPClient instance just use {code:} var httpclient = ynHTTP.getClient(); if (!httpclient) { YN.log("httpclient is busy"); return; httpclient.onload = function() ...

Page123
Use  searchlotus.com  for news in the Web related to Lotus Notes and Domino,
and to search those sites.
Check  youatnotes.com  for great Lotus Notes, Domino and XPages software.