Search results

  1. T

    Weird explorer shows with executable

    Sometimes, randomly, when my executable starts, a browser window appears with the program loading (and it doesn't go past the initial screen, it doesn't load completely). This is a disaster, because apart from looking unprofessional, all the code is exposed. It seems as if that browser window is...
  2. T

    Chromium listeners

    I want to control all listeners. For example I want to control my own F11 listener, but it seems that is captured by exeoutput, my listeners has no effect. Also I want to disable the default chromium zoom Ctrl++ Ctrl±, because it destroys my app apparience.
  3. T

    Disable chromium windows/pop-ups

    In case of crash, there is a chrome pop-up showing. I want to disable it. I want the old box message only(wich appears too). I don’t want any fingerprint about chrome. Where or how I disable it?. A snapshot:
  4. T

    In full screen mode all input select not working

    When I enter in full screen mode(f11) all select inputs do not work, they not spread the options menu.
  5. T

    Disable search box

    CTRL+f shows a search box that I don’t need. Where can I disable it? I don’t find where.
  6. T

    Next exeouput release?

    The last release is from 2021. When will be next? I am waiting specially for 64bit.support… Will that happen?
  7. T

    Next exeoutput update?

    When will be next update released? I need at least CEF 84, wich has resolved several bugs; Also, will be great if we could use a CEF build we choose, I’ve tried replacing files but always gives error. Thank you
  8. T

    Title bar custom menu

    Is it possible to place custom menu in title bar next to logo?
  9. T

    Blank page / background color

    I’ve been dealing with this for a couple of years, and still I haven’t found a solution. When app is initializing, after loading dialog, a blank page is shown a few seconds. This looks unprofessional for me. I need to avoid this blank page or at least set color to match my app color. I’ve...
  10. T

    Minimize resizing

    In version 2018.1 when maximizing app after minimized there is some kind of window resizing. My app(responsive) is jumping as if window resizing event is triggered. This does not happens in EO v2. Could you help? Thanks
  11. T

    Updating custom cef

    I need webm video alpha opacity, wich is not available in actual CEF version. After checking CEF branchs I need CEF 3.3112.1649. / Chromium 60.0.3112.78 or over wich supports alpha in videos. So I’v been triying to replace CEFRuntime folder with new versions (replacing all files except...
  12. T

    About fontsdir

    I’m trying to copy fonts to windows font directory but no look. Using custom action: Copy file(s) from "%DESTPATH%\TTF\*.ttf" to "%FONTSDIR%" (AFTER EXTRACTION) Progress bar shows fonts copying but when I open windows font dir nothing has been copied inside...
  13. T

    Woff fonts not loading in chrome

    I have a html5 select with a list of woff fonts to use dinamically I am using Chrome and font-face. In xampp it works well, fonts are loaded correctly, but when I compile with exeoutput it doesn’t work at all. No errors in console. All fonts are served from localhost, no external servers. In...
  14. T

    Problem with exeoutput

    I have installed exeoutput (last version) and paquet builder 3, and when I try to generate a package for PB I receive this error: “Paquet builder was not found on your computer or is not correctly configured. Please install it first.” I run it on both, win8 64bit and Vista Any idea?
  15. T

    Flash saveas

    Hello, I downloaded the last demo of exeoutput and I’m trying to implement a download flash style (downloadify) see the demo : http://pixelgraphics.us/downloadify/test.html I works like a charm in internet explorer but does not work in webkit, and I need to be in webkit. I need it for an...
Back
Top