Following job illustrates how you can display custom message in the status bar next to alerts. ( Mean , At bottom where you will find company,layer,currency info).
static void Dev_setStatusLineText(Args _args)
{
    str msg;
    ;
    msg = "Expiry date :"+date2str(xinfo::expireDate(),123,2,4,2,4,2);
    
    // Force the text to be shown    
    xUserInfo::statusLine_CustomText(true); 
    infolog.writeCustomStatlineItem(msg);
}
 
 
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.