Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ario.Paxaz

  1. Hi Claudio

    Thanks for replay.

    But It seems that you misunderstood my question.
    I don't need a reverse proxy.
    I want the panel that I wrote with Uni to be opened as HTTPS instead of opening as HTTP in Linux.
    Basically, I want to add SSL to it
    But Linux does not support stand-alone project for SSL.
    I need a solution for this problem.

     

    Regards

  2. Hello,

    My project is supposed to be loaded on Linux as HTTPS.
    I really want to do this on a stand-alone basis, which apparently is not possible due to the oldness of the Indy units.
    Is there a solution other than Apache?
    My project is automatically installed on the customer's server. That's why using web servers that have a special configuration is troublesome for me. That's why I'm looking for the shortest way.

     

    Regards.

  3. Hello.


    I have an html code that has 3 buttons named "Capture back" and "Capture front" and "Take Screenshot" and turns on the laptop webcam.
    1. Now I put 3 buttons in the program, I want to execute the equivalent of that button in html every time I click on these buttons.
    2. I have a button named "Take Screenshot" in the html code that can take a screenshot from the webcam and send it to the user. I want to know how I can use AjaxEvent to display the screenshot in Delphi itself and not send it to the user.

     

    Regards.

    IMG_20240215_202352_984.jpg

    IMG_20240215_202348_310.jpg

    Test Camera.rar

  4. On 1/25/2024 at 5:09 AM, 风吹小机机 said:

    Load images twice

     

     

    I did this by setting the filter background to blur(4px) in the CSS properties in the server module.

     

    Thanks.

     

     

    blur.png

  5. I want to use these panels as a list view
    And from the panel as list view items
    It is certain that a button should be pressed and the color will change and remain
    And the rest of the buttons will return to the previous color.
    Please see the sample
    Now OnActiv does this in the CSS costume section, but the color does not remain.

  6. suggest you watch the test.
    When the button is clicked, the color of the button changes and the color remains the same. as css

    I want the color of the panel to remain constant when the panel that I use as a button is clicked.

     

    Regards.

    IMG_20231217_223839_081.jpg

  7. Hello


    On the client side, when the button is clicked, the color changes.
    My problem is that after clicking on the button, its color becomes red and remains constant, and the rest of the buttons do not change to the previous color, for example blue.
    I need it in CSS.

    test_panel.zip

  8. Hello,

    If you have a sample for using layout in mobile, please share it with other users in this topic.

    For example, a panel design sample in the middle of the page to enter user information in the login form

    OR

    Divide a panel into two equal parts

    OR

    Any sample about using layers on mobile.

     

    Regards.

  9. 33 minutes ago, Sherzod said:

    separated into desktop and mobile...

    Sorry.
    I know little about JavaScript.
    I thought the difference between desktop and mobile version is like the difference between Delphi and Pascal.

  10. 4 hours ago, Sherzod said:

    Sorry, no. I don't have enough knowledge about this date, sorry...

    Why does the conversion you made on the desktop version not work on the mobile version?

    I tried very hard to implement other methods with your help in my project during this time.
    But it is like a piece that is extra.

  11. Hello,

    I designed an application for mobile, but the output in different sizes does not reach the desired result.
    In the photos below, the output is taken on a 6-inch mobile phone and the output on a laptop, but there is a gap in a 7-inch laptop or mobile phone.

    To solve this problem, what should be done to maintain the responsive mode.

     

    Regards.

    Mobile.png

    Desktop.jpeg

×
×
  • Create New...