Difference between revisions of "OOP244 - ICANHAZCODE? Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
(updated complex function progress for vlad)
Line 13: Line 13:
  
 
* '''working on iof_displayMenuItem()'''
 
* '''working on iof_displayMenuItem()'''
 +
 +
===David Perit===
 +
 +
* Moving all of the platform independent functions out of the platform dependent sections of code. Next time, when you're copying and pasting like mad, think about systems where you don't copy and paste code.

Revision as of 16:21, 17 June 2010

COMPLEX FUNCTIONS

Adrian Maurer

  • iof_flag() and iof_menuItem() completed without function keys working on mac. (not tested on all systems yet)
  • working on [iof_edit(): Backspace Key]

Jason Burton

  • working on [iof_edit(): Right Key]

Vladimir Drizhepolov

  • working on iof_displayMenuItem()

David Perit

  • Moving all of the platform independent functions out of the platform dependent sections of code. Next time, when you're copying and pasting like mad, think about systems where you don't copy and paste code.