Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi, thank you, works! Best regards
  2. Hi, is ist possible to have another legend as the label? Or is it possible to show only the legend and not the labels.
  3. Thank you, I will check again.
  4. Hi Not yet. It sure is a good idea. But isn't the session automatically sent via uniGUI by query parameters?
  5. Hi, is it possible to send the session id in the header or body instead of a query parameter? Best regards
  6. Hi Please excuse my mistake. The problem is not a timing problem. It is due to another uniGUI component. I found the mistake. Many thanks anyway
  7. Sorry, my fault. I close the MainForm with ModalResult := mrOK to log off
  8. Hi, I am using a TuniLoginForm to login to the application. After login in, the application sometimes has quite complex displays and some open forms and frames. When log off (ModalResult = mrOK) it sometimes happens that the application hangs. It looks to me like it's because when you log out, a new session is created and the old one is deleted. Is there a way to delay the deletion of the old session, or is there another way?
  9. Hi, is there any way to determine currently logged on Windows user during starting theclient session, maybe with javascript? Best regards
  10. Hi, is it possible to buy a license for more than one user, because more than one developer are working on it in the future?
  11. Hi, I have a purchased uniGUI license. So far I have always compiled our application on my PC and everything has been OK. I have now switched to compiling a new version under GIT on a build server. I can no longer get the application I created to run at the customer's site. Is this a license issue? Best regards
  12. Any news regarding this issue?
  13. bbm

    Security issue

    Hi, is there any solution for that problem. Currently we have a pen test with our application and it seems that we get a red flag beacause of this problem! Best regards
  14. bbm

    Draw on canvas

    Hi does anybody know the reason for such an error message?
  15. bbm

    Add security headers

    Hi, I have a few comments that I am happy to share with you. It's just quite a lot. Can we first exchange information via e-mail and then publish the result? Best regards
  16. Hi Is there a way to add additional security headers in the response? I had a security check. A few things were criticized. Examples for this are: - Strict Transport Security - Content Security Policy - X-Frame Options - ..... Best regards
  17. Hi, any solution for that? Best regards
  18. bbm

    Using TLS 1.3

    Hi, it works!, Thank you. Best regards
  19. bbm

    Using TLS 1.3

    Thank you very much, I will try. Best regards
  20. bbm

    Using TLS 1.3

    Hello, everyone, is there a way to use TLS 1.3 for SSL? At the moment I was only able to activate TLS 1.2, for which the two files ssleay32.dll and libeayssl.dll in version 1.0.2.x are used. Unfortunately, these have been discontinued for some time. Is there an alternative solution for this? This will certainly be criticized during security checks. Many greetings
  21. Hallo Nevertheless many thanks!
  22. Hi, I want to use a PDF component (PDFToolKit) to fill out the FormFields of a PDF document and then render them. The PDF component is able to write the filled document into a stream so that it does not have to be saved. The question now arises as to how the document can possibly be displayed by the stream in the browser. If it's too time-consuming, I just go the usual way and save the filled document in the user cache directory. Best regrads
  23. Hi, is it possible to show a PDF, which is loaded from a stream und not by URL? Best regards
×
×
  • Create New...