Search results

  1. S

    Rewrite content on the fly

    Found something interesting which can help you understand what i need 🙂 https://www.sjoerdlangkemper.nl/2017/08/30/tamper-chrome/ https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne https://addons.mozilla.org/en-US/firefox/addon/styl-us/
  2. S

    Rewrite content on the fly

    Old Teacher thank you for your link, this soft is very nice, but my question was about something else. I need to use something like ambasador pattern. You and gdgsoft could start to explore about this pattern here...
  3. S

    Rewrite content on the fly

    have you got any advice how to achieve it?
  4. S

    Rewrite content on the fly

    is it only option? is it possible to you to enable option like this? parse on the fly css inject, js inject on the fly regex string replace in your answer if i use exeoutput as browser and browse another website, how can I catch url and use exeoutput it to render downloaded website, how to use...
  5. S

    Rewrite content on the fly

    Hi, How is it possible to rewrite website on the fly. For example, when i use exeoutput as browser and browse other website, i would like to rewrite the source of this website by php script before display it. I need it for something like cms for website i did. When anybode browse this website by...
  6. S

    Application GUID - possibility to change

    Is it possible to change Application GUID programaticaly? I need that Application GUID will be “Application GUID” + “exe filename without extension” For example {0B797AA7-E87E-472B-8A55-AE4C7443FAAA}-application-demo It would be great if [1] could use variables...
  7. S

    How to get information from Application Output / Resources

    Is there possible to change dynamically application title? Eg SetUiProp() function?
  8. S

    Mqtt possibility

    When I checked what Simple HTML can do I found the possibility of using MQTT in Delphi :). Could you check if this can be implemented in Exeoutput? https://www.tmssoftware.com/site/tmsmqtt.asp
  9. S

    Possibility of adding new HTML Component?

    Awesome. Even this simple html gives us great opportunities, but if you can check if it works, for example, https://github.com/BerndGabriel/HtmlViewer Will it be possible to click from the level of this simple html to open some url in the main window? :hugs:
  10. S

    Possibility of adding new HTML Component?

    What do you mean “some basic HTML tags?” It would be great if this html tags, allow to build some simple gui, best would be if we could select gui element, point it to application variable and render it recurency every defined time (100ms, 1s etc). This way PHP application, cronjob process...
  11. S

    Possibility of adding new HTML Component?

    Is it possible to add an html area to the list of components? It would give the opportunity to refresh only this fragment cyclically and display a list of notifications, for example about the number of e-mails, orders in the online store and many other applications.
  12. S

    Help on changing application GUI with cronjobs

    It is possible to change caption - 4 But how to change 1,2,3 on above picture? How to change onclick button, url, javascript or something else, how to change image? Is it possible
  13. S

    Help on changing application GUI with cronjobs

    Works like a charm 🙂
  14. S

    Help on changing application GUI with cronjobs

    I updated topic description. Is it wrong direction? I need to get data from application script about how many emails, orders, or something else and put in GUI. How can i achieve it?
  15. S

    Help on changing application GUI with cronjobs

    Is there any working example of changing GUI with cronjobs? What i did: What was Result? Application hangs and created multiple processes, it looks like every cronjob created process in background because it hanged out What i need It would be great if scripts in cronjobs could update...
  16. S

    Exeoutput badges on menu icons

    Could you think if it would be possible to do the badges natively in the next version of the software. Could you do a tutorial about the possibilities and ways to change the interface from PHP, HEScript or JavaScript
  17. S

    Exeoutput badges on menu icons

    Is it possible to do badges on the menu icons? I would like to use cronjobs to update interface by enable, disable menus: how to do it? I would like to use cronjobs to update interface icons by adding there badges eg (20) (7) (5+) eg for information how many emails, tasks is open, not read or...
  18. S

    Cron issues in new Exeoutput 2018.2

    Great, thank you for the very fast fix, keep it up 😀
  19. S

    Cron issues in new Exeoutput 2018.2

    It is very important for applications to not display windows like this for clients. When are you going to release version 2018.3?
  20. S

    Cron issues in new Exeoutput 2018.2

    only one process every 3000 ms, which get REST response from remote webserver, remote webserwer response is echo date(“Y-m-d H:i:s”); I left application for last night and 100% response was done, but there were 8 windows like this above. As i told, even when it was an error windows, work was...
Back
Top