CometAnywhere Mobile Changelog
From CometWiki
Line 5: | Line 5: | ||
Added auto contentSize specification | Added auto contentSize specification | ||
- | - 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. This means if you add a view outside the bounds of the screen window, the app should automatically add scrolling functionality to incorporate the new view. |
Added ability to clear detail view - mDetailClear() | Added ability to clear detail view - mDetailClear() | ||
- | - Clears all user- | + | - Clears all user-added views from the right side detail view |
=== Build 2 === | === Build 2 === | ||
Added scrolling - mContentSize(width, height) | Added scrolling - mContentSize(width, height) | ||
- | - sets the scrollable size to the width and height listed | + | - sets the scrollable size to the width and height listed. This manually adds scrolling functionality with a width and height specified. |
Added pdf/html/txt file view - mDisplayPdf( label$, filename$ ) | 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. | - Transfers the file specified (full path name) to the mobile device and displays it in a separate view. |
Revision as of 19:03, 26 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. This means if you add a view outside the bounds of the screen window, the app should automatically add scrolling functionality to incorporate the new view.
Added ability to clear detail view - mDetailClear()
- Clears all user-added views from the right side detail view
Build 2
Added scrolling - mContentSize(width, height)
- sets the scrollable size to the width and height listed. This manually adds scrolling functionality with a width and height specified.
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.