Code Viewer

./WindowHandlers/About_handler.js File Size: 0.95 KB

  1. /*
  2. *
  3. *      About.xml : About
  4. *     
  5. */
  6.  
  7. function OnAboutEvent_CtrlClicked(pPlusWnd, sControlId) {
  8.         switch (sControlId) {
  9.                 case 'BtnWebsite':
  10.                         var xml = createXml();
  11.                         xml.load(MsgPlus.ScriptFilesPath + '\\ScriptInfo.xml');
  12.                         _win32.ShellExecuteW(0, 'open', _lang.Website, 0, 0, _win32._const._SW_SHOWNORMAL);
  13.                         break;
  14.         }
  15. }
  16.  
  17. function OnAboutEvent_Destroyed(pPlusWnd, nExitCode) {
  18.         if (nExitCode !== 6) {
  19.                 CloseWindow(pPlusWnd.WindowId);
  20.                 return false;
  21.         }
  22. }
  23.  

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

  • Folders8
  • Files122
  • Total Lines11,867
  • Repository Version70

User Count

  • 162