Forum Replies Created

  • “What strategies or techniques have you found effective in improving page load times in Omnis Studio web applications?”

    I am exploring SPA right now. Which means that you only redraw parts of the page when you need.

    And putting Cloudflare in front of your app may cache your pages better.

    FWIW…

  • Mats Olsson

    Member
    December 3, 2023 at 2:48 pm in reply to: Javascript:

    I was told to avoid inline styling. But maybe it is not possible to link a stylesheet in Omnis?

    https://jsfiddle.net/osac0g6x/

    • This reply was modified 7 months, 2 weeks ago by  Mats Olsson.
  • Mats Olsson

    Member
    March 19, 2018 at 9:20 am in reply to:

    Have you tried with ODB?

  • Mats Olsson

    Member
    December 5, 2023 at 6:14 am in reply to: Javascript:

    And this forum prohibits from edit more than once? So another option is to temporarily store the image on the disk and read this image from within Omnis.

    Sharing variables across languages is possible but harder, using cookies is one way. Store a cookie using Javascript and read it from Omnis? But this way is not suitable for big images.

    • This reply was modified 7 months, 2 weeks ago by  Mats Olsson.
    • This reply was modified 7 months, 2 weeks ago by  Mats Olsson.
    • This reply was modified 7 months, 2 weeks ago by  Mats Olsson.
  • Mats Olsson

    Member
    December 5, 2023 at 5:59 am in reply to: Javascript:

    I cannot speak about Omnis, as I still am in the thick world. But generally you have two options to get a picture. Link or embed.

    Link means a linking to a “bild.png” in a folder like /img/bild.png

    Embed means to store it within Omnis in $userinfo or similar (ask Götz or Andreas about this)

    • This reply was modified 7 months, 2 weeks ago by  Mats Olsson.
  • Mats Olsson

    Member
    December 4, 2023 at 9:00 am in reply to: Javascript:

    And your Javascript question was?

  • Mats Olsson

    Member
    December 3, 2023 at 8:43 pm in reply to: Javascript:

    “Weiß jemand, wie ich, den vom Programm selbstgenerierten CSS-Code abstellen kann. Ist sehr unansehnlich. MfG.”

    AFAIK it is only to type as in a mail. It is almost impossible to read your text. Try another browser?

  • Mats Olsson

    Member
    March 19, 2018 at 9:21 am in reply to:

    ODB?