Search results

  1. webguy22

    CSS accent-color not working

    Using accent-color:black to modify the color of a radio button in a form. Using ExeOutput 2021.0, when project is compiled, CSS accent-color defaults to blue. On my localhost, using Chrome versions 114.0.5735.199 (Official Build) (64-bit), the radio button is black. Is also black using Firefox...
  2. webguy22

    Toolbar icons revert back to glowing when not pressed

    Tried scbsToolButtonTransparent, scbsPushButtonTransparent, and scbsToolButton. All three removed the border around the button. I want the border. And, regardless, it is still doing the glow thing.
  3. webguy22

    Minimize window with Javascript

    Hopefully you’ll find a solution. I mentioned the double quotes only because that’s all I see in the examples and ExeOutput, at times, can be very specific with its syntax. FYI. In another post, this is what I did for a call, and it works: In the PHP program (jQuery script)...
  4. webguy22

    Toolbar icons revert back to glowing when not pressed

    Per oldteacher’s suggestions, I re-tested scsHot, scsFocus, and scsDisabled making sure the changes stuck. They did but did not solve the issue. I did the same for TabStop. But no matter what I did, it would not stay on False (always reverted back to True). I even changed the TabOrder to 0 just...
  5. webguy22

    Minimize window with Javascript

    Try “UserMain.hideMainWindow” using double quote marks.
  6. webguy22

    Disable Home Button

    Yes. I tried a jQuery script (using beforeunload) to check when leaving a page (and do an enable), but the toolbar action kept it from firing.
  7. webguy22

    Toolbar icons revert back to glowing when not pressed

    Thanks for the reply. I’ll re-do ensuring the properties are saved. And also check out the skin.
  8. webguy22

    Disable Home Button

    This is great. I have used this but ran into an issue. I disabled the Back toolbar icon for a certain script/page. But if the user decides to leave and go directly to the Home script/page, Back remains disabled for all scripts/pages (not just the Home page, as it should). One solution is to...
  9. webguy22

    Toolbar icons revert back to glowing when not pressed

    Example 1: Home icon clicked. Icon glowing but glow turned off when mouse leaves toolbar. Ok, seems to be the correct action. Call a non-Home page. This page has a link to open a file using OpenFile. If that link is clicked (file opened in notepad) and file is closed, the most recent toolbar...
  10. webguy22

    Compressing the final .EXE file with UPX

    You are great! I would never mind hearing from you. Thank you for the info.
  11. webguy22

    Compressing the final .EXE file with UPX

    Under Deployment, when “Compress the final .EXE file with UPX (may require additional build time)” is checked, the .exe loads slower. Checked: filesize 65,901KB. Loads in 16 seconds. Unchecked: filesize 75,004. Loads in 8 seconds. Why is this happening?
  12. webguy22

    Zoom Toolbar Action Settings

    When using Zoom Out or Zoom In, how much (percentage wise) is each zoom incremented (or decremented)? 5%, 10%, etc. Can this percentage be changed? Let’s say it defaults to 10%, can I make it 5% increments? Is there a way to view or display the zoom percentage? For example, when you do a CTRL+...
  13. webguy22

    How to change height of toolbar icon

    Eureka! That was it. I was bringing an icon into focus, not the ptop. Thank you.
  14. webguy22

    How to change height of toolbar icon

    Yes, I have done that. I learned that lesson too. I have clicked inside, outside, above, below, you name it. I even made the change and clicked Ok. After clicking Ok, the value reverts back on the fly! Trying different things. For example, I made all the Anchors false. Made sure Margins were...
  15. webguy22

    How to change height of toolbar icon

    Thank you for the reply. Yes, when I try to change it it always reverts back to 65.
  16. webguy22

    Changing icon size in menu buttons

    I meant physically located on our computer. I could not find them in Program Files (x86)/ExeOutput for PHP 2021.
  17. webguy22

    How to change height of toolbar icon

    I just want the words/caption in each toolbar icon. I was able to remove the png’s (right or wrong I entered 99 in ImageIndex (program blows up if empty) and blanked out Images) but cannot get the icon height to change. It’s currently at 65 and it will not let me change. On the GUI, I’m able to...
  18. webguy22

    Changing icon size in menu buttons

    Where are these icons located so I can resize?
  19. webguy22

    Cannot get GetCurrentHTMLPagePath to work

    function DemoCallback(content) { alert("DemoCallback"); alert(content); } function clearFolders(oForm) { exeoutput.GetHEScriptCom('hescript://UserMain.GetHTMLPath',DemoCallback); } My UserMain: function GetHTMLPath: String; Begin MessageBox("Start GetHTML Path","Test",MB_OK)...
  20. webguy22

    Data folder (use of) clarification

    Thank you. And thank you for helping.
Back
Top