Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. bbm

    ShowMask has no effect

    Hi, this means what? Best regards
  2. Hi I'm using a UniDBGrid to display data. To limit the amount of data, there are some filters available in the grid. The data is read in again each time in the OnColumnFilter event. The data is read in via a REST server. In order to visualize the start of the process, I would like to output an information via ShowMask. Unfortunately, this message only appears after the data has been read in, but before it is displayed in the grid. Since the reading process can sometimes take a long time, it would be nice if the message appeared when the filter was changed. I am using the following source code: try ShowMask ('any text')); UniSession.Synchronize; ..... Reading data ..... finally HideMask; end; Unfortunately, this has no effect. Does anyone have any idea why this could be? Could that have something to do with the fact that I display individual frames in a UniPageControl component? I would be very open to an idea. Best regards
  3. bbm

    Problem with 1551

    Hi, thank you, now it works. I had to delete some old components. Best regards
  4. bbm

    Problem with 1551

    Hi, you mean all others? Best regards
  5. Hi, After installation I get the following error message. Any solution? Best regards
  6. Hi, is there any way to connect to a REST-Server with mutual authentication? If yes, does anybody have an example for that? Best regards
  7. bbm

    Button with loader

    Hi, Thank you very much . This is exactly what I'm looking for. Best regards
  8. bbm

    Button with loader

    Thank you, I will try and come back
  9. bbm

    Button with loader

    When the button is pressed, an action is carried out in the background. As long as the action is being carried out, the loader should be visible. In my case, the button sits on a form that is automatically closed after an action has been performed.
  10. bbm

    Button with loader

    Hi, with the TUniSweetAlert it is possible to set the propert ShowLoaderOnConfirm = True. Is there any way to do the same with the TUniButton? Best regards
  11. Hi, Thank you, works fine for me too. Best regards
  12. Hi, I use the TUniPDFFrame component. A PDF document is displayed in this component. During the manually started printing process, a progress dialog appears with a done button. Is there a way to automatically close this dialog after printing is complete? Best regards
  13. bbm

    SSL options

    Hi, Is it always necessary to use a root certificate, or is it also possible to work without an root certificate? If yes, how is the configuration of the server? Best regards
  14. bbm

    SSL

    Hi, is there any idea, when the problem will be fixed? Best regards
  15. bbm

    SSL

    Hi again, when I send the request https://localhost:8077 I get the following exceptions What's wrong? Ididn't make any changes in the source of the demo. Best regards
  16. bbm

    SSL

    Hi Sherzod, thank you for your quick support. Best regards
  17. bbm

    SSL

    Hi, does anybody have the ssl demo as a separat package? I damaged my demo which is part of the setup. Best regards
  18. bbm

    Refresh UniImage

    Hi, thankyou, works fine, Best regards
  19. bbm

    Refresh UniImage

    Hi, thank you, I will try, Best regards
  20. bbm

    Refresh UniImage

    Hi, I want to show a picture of a web cam in a form. I tried this with an UniImgae component. The request of the first picture is no problem (URL). The question is, how I can get a new picture every second. Is the UniImage the right way or is there any other solution? Best regards, Bernd
  21. Hi, sorry, but I think the screenshots are a little confusing. For me it will be OK, if the arrow for collapsing a panel is visible, and the collapsing can be prevented. Is there any way? Best regards
  22. Hi As a workaround, it would also help if I left the panel collapsible and only prevented the panel from collapsing. Is it possible to do this? Best regards,
  23. Hi, I mean to make the pager visible or unvisible with JavaScript. The idea is to make a work arround to make the pager visible. Best regards,
  24. Hi, The problem is that the application has gotten pretty powerful now. It may be due to the design of the application. For this reason, a test case does not seem to me to be effective. Is it possible to switch the pager on and off via JavaScript? Best regards,
×
×
  • Create New...