Changes between Version 36 and Version 37 of CodeBestPractices


Ignore:
Timestamp:
2012-12-01 13:56:21 (11 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v36 v37  
    11= Best practices when coding EwE6 = 
    22This page describes standard solutions for recurring oddities and nasties that we have ran into over the years when building EwE6. 
    3  
    4 '' THIS SECTION IS UNDER DEVELOPMENT '' 
    53 
    64The following issues are discussed on this page: 
     
    1412   * [#Target_processor]  
    1513 * [#User_Interface_design_guidelines User-interface design guidelines] 
    16    * Re-use what's already there 
    17    * Pop-up messages 
    18    * Status feedback 
    19    * Styling 
     14   * [#Notifications_and_popup_messages] 
     15   * [#Resources_and_localization] 
    2016 
    2117---- 
     
    132128 * Set the 'localizable' property of any forms that you develop to True. 
    133129 
    134 == Notifications == 
     130== Notifications and popup messages == 
    135131 
    136132Instead of showing message boxes, in EwE we channel all user feedback through messages: