Search results

  1. H

    SetUIProp and GetUIProp - Names and Parameters

    First of all I stand corrected as the GetUIProp exists for Internal Use. Will this be available for our use later? It would be useful to check a setting and act accordingly. It would really make the program more robust if we could get the Names and Parameters published in the documentation for...
  2. H

    Maximized Window with Tray Icon

    I have a user that has requested the program start minimized to the tray icon. I have tested and it works great, especially now that Windows can shut down properly with the window minimized, fixed in 4.7. However, the user would like to have the window maximized when he restores the window the...
  3. H

    Pub Title is not displayed on the Title bar if the title tag is missing

    If your index.htm or index.html file does NOT include a Title tag, then the Publication Title is not displayed on the Title Bar of your EXE. This is true even if you have information filled in to be displayed. To reproduce this issue with an existing project that properly displays the...
  4. H

    Couple of other issues with HTML Exec 4.71

    When opening, HTML Exec, in a non full screen state, maximizing the screen and then restoring, it leaves a white border around the screen. Opening any program and doing the same thing, will remove the white border. This is minor and a cosmetic issue. Sometimes, when minimizing the HTML Exec...
  5. H

    Can't copy and past from the Script Editor

    Windows 7, SP1, x64 HTML Exec 4.71 Open the Script Editor, highlight some text then right click and everything is empty, except the two separator lines when both copying and pasting. This worked in 4.61. I would consider this critical. I have an image of the issue. Does the new forum not...
  6. H

    Multiple Registered Users

    Currently, the registration and variables are saved under the user that it was installed. What if you had two or three users, using the same program on the same machine? Is the following possible? System variables and registration info under all users and user variables, preferences, etc under...
  7. H

    Add the name of the hepx to the title bar

    Is it possible to add the name of the hepx to the title bar to show what project is currently loaded? I have a few that use some of the same routines and this would really help. Example: HTML Executable 4.7.1 - SysTest Thanks,
  8. H

    OnCloseWindow not working in 4.7

    Referencing: Exit EXE Close Button Enhancement [SOLVED] Has anything changed with the OnCloseWindow with 4.7? This was working prior to 4.7 and 4.7.1 but it seems like it goes into a loop and the only way to exit is terminate the process in the task manager. Thanks, Edited: Wanted to add...
  9. H

    HTML Exec Scripts

    Suggestion for an add-on or a separate utility to pre compile HEscripts that could be distributed to other HTML Executable developers. They could be put in their project structure and called like the current HEscripts. The only difference, they are pre compiled and cannot be edited. This would...
  10. H

    Call a Procedure from a Procedure in a Different Script Name

    Using HE Exec 4.6.1 with Hescript. I can successfully call a procedure from a procedure, if it’s in the same script name. Is it possible to call a procedure from a procedure with a different script name? Example; CustMain.Test1 calls the procedure Test2 in CustTest or CustTest.Test2. Thanks,
  11. H

    Exit EXE Close Button Enhancement [SOLVED]

    Is it possible, when a user clicks on the red X in the upper corner of the main window to close the EXE, that it can also process the “procedure MacroExit” or another user specified HE script that will process a HE script before the EXE exits with ExitPublication? The exit script works great...
  12. H

    FindTextInPage in a IE publication - SOLVED

    I’m having issues in using FindTextInPage in a IE publication, HE 4.6.1. I do not receive any errors when using the code below, basically it acts like nothing has happened. To verify that the variable is passed correctly, I included the MessageBox, which popups “test” in the Message Box as...
  13. H

    Popup Issue still present in 4.6.1

    I reported a popup problem, that was introduced in version 4.2.0 and the problem is still exists in 4.6.1. Currently tested with Windows 7, IE9 and Windows XP, IE8. References to the previous problems are listed at the bottom. I have been using DHTML windows for popup’s but they have their...
  14. H

    Status Updates

    Just curious, if any of the following will be included in the next release? 1.) Virtual Path Concerns - http://www.gdgsoft.info/htmlexe-problems/virtual-path-concerns-t2387.html First post. To avoid occasional errors, where I stated The second one works fine, I had to use the...
  15. H

    Global Excluding from the Search Engine (SOLVED)

    I know how to exclude individual files from the search engine. I have looked at the security profiles in what I am trying to accomplish with no luck. Is it possible to include a file mask on files to exclude? I am trying to exclude the pages displayed in the left frame automatically from the...
  16. H

    Bookmarks and Searches

    With what I have read in the documentation, I don’t think this is currently possible. I admit I haven’t tried it yet. I would like to include searches and bookmarks without using any Toolbars and Menubars. I can toggle the left window display with Javascript. Also because, I’m not using the...
  17. H

    Writing to Frames with HE Scripting

    Is there away to way to send pages to frames with HE scripting as with Javascript? parent.mainwind.location = ‘rwDoc101.htm’; I have searched and haven’t found anything worthwhile. I am asking because of the frame option when using the search functions. I am trying to come up with something...
  18. H

    Windows OS Detection inside HTML Executable

    The following code will detect the Windows verion installed on the computer. You can modify the results as needed to suit your needs. I made some comments in the code. For the time being, I do not want it to run on any servers. All servers above 2003 will be reported as unknown, and a message...
  19. H

    IE Version Detection inside HTML Executable

    The following code will detect the IE version installed on the computer. You can modify the results as needed to suit your needs. I made some comments in the code. I needed this to detect IE 6 and try to get the user to upgrade to version 7 or 8. Some of my code works under 6 but I don’t get...
  20. H

    Occasional Errors with Win 7 and IE8 and IE9 (SOLVED)

    I am testing under different versions of Windows and IE. It makes no difference if compiled under XP SP3 or Win 7. Running the EXE under; Windows 2000 SP4, IE5: The EXE got an error immediately. I didn’t attempt any further. No support for 2000. Windows XP SP3, IE8: The following problems do...
Back
Top