emailuis/nmhswidget/inc/nmhswidgetconsts.h
changeset 76 38bf5461e270
parent 74 6c59112cfd31
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    24 //Maximum amount of envelopes that can be provided to client in getData function
    24 //Maximum amount of envelopes that can be provided to client in getData function
    25 //This is also the amount of envelopes that is kept in mData all the time
    25 //This is also the amount of envelopes that is kept in mData all the time
    26 const int KMaxNumberOfEnvelopesProvided = 99;
    26 const int KMaxNumberOfEnvelopesProvided = 99;
    27 //Maximum value for unread count
    27 //Maximum value for unread count
    28 const int KMaxUnreadCount = 999; 
    28 const int KMaxUnreadCount = 999; 
       
    29 //Delay before scrolling message list to first item after scrolling has ended
       
    30 const int KNmHsWidgetDelayAfterScrollingEnded = 10000;
       
    31 //Time parameter used for the automatic scrolling 
       
    32 //(how long the scrolling will last)
       
    33 const int KListScrollUpTime = 500;
    29 
    34 
    30 /**************************************************
    35 /**************************************************
    31  * nmhswidget
    36  * nmhswidget
    32  *************************************************/
    37  *************************************************/
    33 /**  docml file including UI definitions */
    38 /**  docml file including UI definitions */