CometAnywhere Mobile Changelog
From CometWiki
(Difference between revisions)
(Created page with "== v0.1.0 == Original version. lots of stuff === Build 3 === Added auto contentSize specification - When a view is added, the content size is automatically adjusted if necessar...") |
|||
| Line 6: | Line 6: | ||
- When a view is added, the content size is automatically adjusted if necessary | - When a view is added, the content size is automatically adjusted if necessary | ||
| + | |||
| + | Added ability to clear detail view - mDetailClear() | ||
| + | |||
| + | - Clears all user-addedviews from the right side detail view | ||
=== Build 2 === | === Build 2 === | ||
Revision as of 22:52, 13 June 2012
v0.1.0
Original version. lots of stuff
Build 3
Added auto contentSize specification
- When a view is added, the content size is automatically adjusted if necessary
Added ability to clear detail view - mDetailClear()
- Clears all user-addedviews from the right side detail view
Build 2
Added scrolling - mContentSize(width, height)
- sets the scrollable size to the width and height listed
Added pdf/html/txt file view - mDisplayPdf( label$, filename$ )
- Transfers the file specified (full path name) to the mobile device and displays it in a separate view.