Search results

  1. zedola

    SetGlobalVariable/GetGlobalVariable don't work on JS: SOLVED

    I’m running the following code within the chromium environment exeoutput.SetGlobalVariable( 'alertskey', 'abc123', true ); var alerts_key = exeoutput.GetGlobalVariable( 'alertskey', null ); alert( alerts_key ); The alert reads...
  2. zedola

    How to programmatically "restore" the main window from tray?

    Is there a way to programmatically restore the main window when it’s minimized to the system tray? I assume it could be a SetUIProp, but there is no list of UIProps that I can find anywhere… thanks!
Back
Top