1 / 8

Meeting Ball

Meeting Ball. In depth issue analysis. Introduction. Issues surrounding Palm client David Hall. Palm Client. OBEX Metrowerks IDE Palm Platform. OBEX. Connectionless file sharing via IrDA Main use is OBEX “Get” or “Put” Our needs: Get directory/file list Get desired file

meda
Download Presentation

Meeting Ball

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. Meeting Ball In depth issue analysis

  2. Introduction • Issues surrounding Palm client • David Hall

  3. Palm Client • OBEX • Metrowerks IDE • Palm Platform

  4. OBEX • Connectionless file sharing via IrDA • Main use is OBEX “Get” or “Put” • Our needs: • Get directory/file list • Get desired file • Problem? No “Get” on Palm! • But: “Put” implemented nicely

  5. Solution • Series of OBEX file “Puts” • Files contain “commands” File specifying directory contents or file to get Palm “Put” Palm Meeting Ball MB “Put” File specifying contents of new directory

  6. Metrowerks IDE • IDE messes up • Constructor? • Mis-implemented API’s? • Example: • Add a Field, set visible attrib • Call FldSetTextPtr/FldDrawField • Result: nothing!

  7. Palm Platform • Event based if (! SysHandleEvent()) if (! MenuHandleEvent(&event)) if (! AppHandleEvent(&event) FrmDispatchEvent(&event); • Example: Wasn’t exiting loop, hosed two palms!

  8. Summary of Issues • OBEX • Metrowerks IDE • Palm Platform Development

More Related