Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by bbm

  1. 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

  2. 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.

  3. 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

  4. 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 

  5. 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...