60 likes | 221 Views
me2DC Update Plan. 2009. 3. 3 (Wed) Jeon Byung-Jun Programmer in Me2dc Team. Contents. Me2dc Update Plan Development Idea of Plan A. me2DC Update Plan. Plan A : Shortcut-Key Update For Windows - First For Leopart - Second Plan B : Add on User Manual
E N D
me2DC Update Plan 2009. 3. 3 (Wed) Jeon Byung-Jun Programmer in Me2dc Team
Contents • Me2dc Update Plan • Development Idea of Plan A
me2DC Update Plan • Plan A : Shortcut-Key Update • For Windows - First • For Leopart - Second • Plan B : Add on User Manual • Plan C : me2map renewal, me2TagCloud, me2용돈기입장 add on • Plan D : Bgm Services add on • Plan E : Message Service add on • Plan F : Chatting Services add on
Development Idea of Plan A [1/2] • Key Idea • Use Abstract method in Flex • For Windows • Control + Any Key • Control + Alt combination (later) • For Leopart • Command + Any Key • Method • public function get controlKey():Boolean • public function set controlKey(value:Boolean):void • public function get commandKey():Boolean • public function set commandKey(value:Boolean):void
Development Idea of Plan A [2/2] • Development Process • Get Event for Shortcut-Key • Declaration Shortcut-Key • Windows : controlKey + “AnyKey” • Leopart : commandKey + “AnyKey” • Use Flex abstract method (controlkey, commandkey) • Implement abstract method for windows and leopart • Call implemented method in me2DC
References [1] http://livedocs.adobe.com/flex/3/langref/flash/events/KeyboardEvent.html#commandKey [2] http://livedocs.adobe.com/flex/3/langref/flash/events/KeyboardEvent.html#controlkey [3] http://livedocs.adobe.com/flex/3/langref/flash/events/KeyboardEvent.html#altkey [4] 조이로트, 대런쉘, 케이스피터스, 송호철(역) , ActionScript 3.0 Cookbook, 한빛미디어, 2008. 12