Search results

  1. T

    White screen

    I have not had a white page or strange characters since upgrading to the new version, so that may have fixed it for me.
  2. T

    SetGlobalVariable/GetGlobalVariable don't work on JS: SOLVED

    Try setting: var alerts_key = exeoutput.GetGlobalVariable( ‘alertskey’, null ); to var alerts_key = exeoutput.GetGlobalVariable( ‘alertskey’, “” ); I am using global vars heavily and chromium and having no issues.
  3. T

    Passing parameters to an exe when reloading via Javascript

    From what you posted it sounds like you are simply trying to reload the display of the application? You can do that by using the following: window.location = “ghe://heserver/whatever.php”; Where whatever.php is the php script you want to load. Since it’s just an internal web server within the...
  4. T

    White screen

    Just chiming in , my project has white pages occasionally as well. I use very heavy jquery and javascript, I don’t know if you guys do as well or not. Sometimes I will also get strange characters appearing in the top left of the screen as if something didnt load or compile correctly. Doesn’t...
  5. T

    File Patching

    I apologize if this has been answered, point me to any info if it has been. For my application, I would like to create a patching system of sorts that downloads new files that the user may not have on his/her installation such as music files or image files. Is there any way (using hscript or...
  6. T

    HEscript Center Window

    Awesome, that worked for centering! How about maximizing the window using HEscript? Thanks so much!
  7. T

    HEscript Center Window

    Is there an easy command to use to center the main window using HEscript? I am changing the window size during different parts of my application and I would like a way to automatically move to the center instead of manually moving left/top…Is there a way? Also, is there a way to maximize...
Back
Top