Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ario.Paxaz

  1. Due to the restrictions in my country, I cannot use Cloudflare I also tend to use real SSL for this.
  2. 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
  3. 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.
  4. 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. Test Camera.rar
  5. Hi Using the html code that is inside UnimURLFrame computer, the laptop webcam is turned on. Now how to take a screenshot? Regards. Camera.rar
  6. I did this by setting the filter background to blur(4px) in the CSS properties in the server module. Thanks.
  7. Hello How to make the login form transparent like the picture below? I want the login form to be slightly blurry from the background photo Regards
  8. Hello. I have uploaded my project on Linux. As stand-alone. Now I want to start it for SSL. Is this possible? In addition, I do not want to use web services such as Apache and Nginx. Regards.
  9. Yes. What is your suggested solution?
  10. 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.
  11. 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.
  12. 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
  13. Sample 2 For use mobile layout. Layout_Sample2.rar
  14. Hello , This sample sets a panel in the middle of the login form page. All Panel = uniAlignmentClient Back Panel Layout = hbox Back Panel Layout Attribs = center , center Back Panel Layout Config = Height = 40% , Width = 95% User Panel Layout = hbox User Panel Layout Attribs = center , center Panel_In_Center_Login_Form.rar
  15. 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.
  16. Sorry. I know little about JavaScript. I thought the difference between desktop and mobile version is like the difference between Delphi and Pascal.
  17. 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.
  18. Did you research? And will it be possible to use Jalali date in the UnimDatePicker? Regards.
  19. @Sherzod Please share a tutorial link ,or introduce a link in the forum that is similar to my question. Regards.
  20. I tried but I couldn't. You can delete it in MainModule. I fixed it anyway. TestCaseDividePanel.rar
  21. Hello, How can I divide a Unimpanel into two equal parts? Then I will put some edits , or two unimcontainerpanel in each part. I could not do this by placing the UnimContainerpanel. I want to divide PnlInfo, which is in the attachment, into two parts. Regards. TestCaseDividePanel.rar
  22. Except for the main form, I set the rest of the UnimContainerPanel and Unimpanel to uniAlignmentClient and the output was as follows.
  23. 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.
  24. I want UnimButton1 in MainmForm to be seen below UniForm1 when UnimForm1 is displayed. TestCase_Form2InForm1.rar
×
×
  • Create New...