Search results

  1. wayos

    Heserver domain name

    There are so many ways to generate a unique id, I do not see the need for it, even because it hides the heserver. With php itself you can generate a unique id, using example hardware information: <?php //cpu stat $prevVal = shell_exec("cat /proc/stat"); $prevArr =...
  2. wayos

    Windows color dialog box

    There is this color palette, I do not know if it will help you. uses jquery. https://jsfiddle.net/bgrins/ctkY3/ Good luck.
  3. wayos

    Wayos 3.0 + ExeOutput for PHP 2018 :ok_hand:

    Of course yes ^^
  4. wayos

    Wayos 3.0 + ExeOutput for PHP 2018 :ok_hand:

    Personnel here is the final version of my program. Start selling weekend. I have plans to start version 4.0. ^^ Thanks 👏@gdgsupport for the great support.🌟
  5. wayos

    JavaScript Frame does not print images. V2018 (Solved) updated 18/03/10

    Personally, I like to use javascript and frame for printing, but I came across a problem, my images were not printed. Finding out that the problem was in the time the image was passed to the iframe, do you know what the solution was? I had to delay the print on v2018. v2 works without having to...
  6. wayos

    V2018 bug loading screen

    Sorry, I meant height. I like very good!
  7. wayos

    V2018 bug loading screen

    we could have the option to customize the bar… color, width etc.
  8. wayos

    Does not print image V2018

    I’m always using the newer version(Chrome Versão 64.0.3282.186.). I’m sorry, I thought it was the same. I understand, every doubt I have when I can solve it, I leave the solution to my friends. I do not know if it would be possible, we have a print box like our chrome would be very good. Using...
  9. wayos

    Does not print image V2018

    I found the solution =) Html: < div id=“printableArea”> < h1>Print me < /div> < input type=“button” onclick=“printDiv(‘printableArea’)” value=“print a div!” /> JavaScript: function printDiv(divName) { var printContents = document.getElementById(divName).innerHTML; var originalContents =...
  10. wayos

    Does not print image V2018

    Does not print image. $(’#div1’).print(); It was working normal on V2. <div id='div1'><img src = 'logo.png' height = '100' width = '100' /></div>
  11. wayos

    Bugs found ExeOutput for PHP 2018

    Does not work: body { -webkit-print-color-adjust:exact; } To print, the image is not printed. When you create a new project, php.ini comes empty. The option Activate TEST mode is not saved, having to mark every time the program starts. I also had some problems with style sheet, it does not...
  12. wayos

    Could we have some xlspadlock options in exeoutput

    Could we have some xlspadlock options in exeoutput: Hardware-locked keys Online Activation It would be cool ^^
  13. wayos

    V2018 bug loading screen

    Simply for you! 🤨 Took time to create the custom loading screen. Good evening!
  14. wayos

    V2018 bug loading screen

    It worked so well on v2. I know that nothing is impossible, we have to move forward and this was not a breakthrough! When we have an update is to fix problems or add new options, in this case we removed an option that would be the custom loading screen. Hope you can solve these unforeseen. I...
  15. wayos

    V2018 bug loading screen

    That’s right. @gdgsupport the way is to expect a possible correction.
  16. wayos

    V2018 bug loading screen

    I’m going to test on another computer … have not you had the loading screen delay? My screen is only displayed after the program has loaded. Thank you for trying to help me.
  17. wayos

    V2018 bug loading screen

    These options I already know! the problem is that my loading screen is only shown after the program loading. This update has ended with the custom loading screen. I see it as a bug, since it does not work the same way before. The worst thing is to listen to dev saying that it is not a bug...
  18. wayos

    V2018 bug loading screen

    It’s still the same! Not load my loading screen customize. I see no reason for two loading screens. The way is to stick with the default screen, since I can not customize with my screen. https://www.gdgsoft.info/uploads/default/original/1X/d4438aa960fb9037136af90e6748bb2953134987.PNG
  19. wayos

    V2018 bug loading screen

    This is a bug, I’ll wait for a dev response.
  20. wayos

    V2018 bug loading screen

    Customize the loading screen with an image, it is not working. https://www.gdgsoft.info/uploads/default/original/1X/d4438aa960fb9037136af90e6748bb2953134987.PNG The correct would be this screen: In version 2.2 it worked normal.
Back
Top