Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Norm

    Get data HTML

    Herewith the sample. You can play with the options they provide to decide how the calendar should be displayed and what data you want to get back. More information is provided in the file README-en.md Good luck. PersianDatePicker.zip
  3. Yesterday
  4. Had a pretty vanilla desktop applications, no external JS or libraries. Added a LoginForm to the project (used the demo login form cookies), now when I view the app in the browser, received error Ajax Error j[d] is not a function. After two days of trying to figure out what the problem was, I finally figured it out. It was the: ServerModule.MainFormDisplayMode = mfPage If I set it to ServerModule.MainFormDisplayMode = mfWindow then all works correctly. So I don't know if this is a bug or something to do with the way the LoginForm is created by the system with mfPage mode. I will need to research it if it needs to handled differently with mfPage. Sadly if that was the case, UniGui should have told me that it would be a problem or added what was needed to make it work correctly. So, am I doing something wrong using mfPage with a standard LoginForm using the example login form cookies? Thanks JQueryVersion: 3.6.4 UniGuiVersion: 1.95.0.1583
  5. MVakili

    Get data HTML

    Hello Thank you for your kindness As stated from the beginning in this topic, it is necessary that 1- A form should be displayed This page contains Persian calendar and for example 3 types of its pages are attached. It is acceptable to do any of these three examples. 2- When the user clicks on one of the days in the calendar, the page will be closed and the date including day, month, and year will be returned
  6. Last week
  7. Buonasera Gerardo, 
    ho aperto un vecchio progetto con Delphi 12 e l'ultima release di Unigui. Ma vi sono diversi xUniDBComboBox che adesso non funzionano più.
    Ricordo male o era un tuo componente condiviso?
    E' per caso disponibile un aggiornamento per le nuove release di Delphi?
    Ti ringrazio,
    Stefano Monterisi

    Good evening Gerardo,
    I opened an old project with Delphi 12 and the latest Unigui release. But there are several xUniDBComboBoxes that no longer work.
    Am I remembering correctly or was it a shared component of yours?
    Is there an update available for the new Delphi releases?
    I thank you,
    Stefano Monterisi
     

  8. Open this form simulating mfPage. it would look like a website.
  9. Explain what this is for?
  10. Thank you for the quick response. Is there any way to simulate mfPage ?
  11. Hello, No, this mode only affects the MainForm.
  12. Greetings from Brazil. Is PageMode already working for all forms? Version: 1.95.0.1583
  13. Попробуйте очистить кэш и перезагрузить страницу.
  14. После переустановки Yandex Browser пропали иконки на половине UniToolButton
  15. @Francisco Yes you are right. This is not related to Unigui, but iis Config. You can googled some things like : https://help.fasthosts.co.uk/app/answers/detail/a_id/2031/~/installing-an-ssl-certificate-using-windows-server-2019%2C-2016-or-2012
  16. Deployment methods such as ISAPI, Apache and etc. you need to configure SSL in those tools using particular instructions.
  17. Update: It turns out that "swapping" UniGUI version of Indy with the sgcIndy is not that difficult at all. Had to make some minor changes in the uniGUI\Source\Core\*.pas files so that it uses Id**** files instead of uId**** files. As a result, our uniGUI server is now loading OpenSSL 3.0 dlls and using TLS 1.3. Of course, design properties are not updated so one cannot set the SSL method in the ServerModule property, but SSL.SSLOptions.Method can be changed at runtime.
  18. But the guide you tell me does not cover the implementation of SSL in isapi modules, perhaps for isapi applications we cannot implement SSL?
  19. Hi, You can create a unigui application (localhost:8000 for example) in which the scanner or printer is managed, as if it were a normal desktop VCL application. This application must run on the PC where the scanner is installed. In the application that runs in the browser you need to call "localhost:8000" and pass the necessary parameters and receive the desired output.
  20. Finally I solve it. Maybe its my mistake.
  21. Hello, Did you see : https://www.unigui.com/doc/online_help/index.html?ssl_configuration.htm
  22. Hello, Using the scanner from a browser requires integration with a local application or the use of specialized libraries and browser extensions.
  1. Load more activity
×
×
  • Create New...