1 / 13

Ink Input

Ink Input. John Ruble. Motivation / Goal. Implement information organization in GUI Add Microsoft.Ink input and storage Make tablet-friendly (no keyboard necessary) Facilitate future milestones. Previous / Related Work. Many apps save/load ink – Journal, OneNote/GoBinder

garima
Télécharger la présentation

Ink Input

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ink Input John Ruble

  2. Motivation / Goal Implement information organization in GUI Add Microsoft.Ink input and storage Make tablet-friendly (no keyboard necessary) Facilitate future milestones

  3. Previous / Related Work Many apps save/load ink – Journal, OneNote/GoBinder Ink AniEd - http://www.leweyg.com/anied/ Ink animation program Saves ink with regard to time

  4. Ink AniEd

  5. Challenges Moving from one GUI to another How to save ink? (Ink doesn’t natively serialize) Safety Prevention of overwriting events Prevention of duplicating events

  6. Challenges – GUI transplant Differences in GUIs Start/stop paradigm Editing existing events

  7. Challenges – Ink Serialization Microsoft.Ink doesn’t implement System.Runtime.Serialization.Iserializable interface

  8. Challenges - Safety What do you do when asked to add an AnnotationEvent with the same start time or overlapping time duration? This goes hand-in-hand with facilitating future milestones : minimize preconditions other developers must meet

  9. Approach – GUI transplant Systematic approach – per-button MSDEV’s powerful runtime debugger

  10. Approach – Ink Serialization Microsoft.Ink does provide .Save(PersistenceFormat…) function By storing this in a byte[ ], serialization proceeds

  11. Approach – Safety Lots of checking Descriptive errors for unhandled events GUI feature disabling to prevent unhandled events from occuring

  12. Demo

  13. Questions GUI – How can it be easier/faster? What other ‘safety’ issues might occur?

More Related