Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by bbm

  1. Hi Sherzod,

    I have another problem with the solution.

    When I use

        Collapsible := not Collapsible;
        JSInterface.JSCall('setCollapsible', [Collapsible]);

    the pager of a uniDBGrid, placed at the panel, is not visible anymore.

    Is there any way to bring the pager visible again?

    Best regards,

  2. Hi,

    I use the following parameters:

      SweetAlert.AlertType := at_Question;
      SweetAlert.InputType := aInputType;
      SweetAlert.Title := 'any title';
      SweetAlert.Text := 'any text';

      SweetAlert.ConfirmButtonText := 'any text';
      SweetAlert.ShowConfirmButton := True;
      SweetAlert.CancelButtonText := 'any text';
      SweetAlert.ShowCancelButton := True;
      SweetAlert.ShowCloseButton := False;

     SweetAlert.AllowEscapeKey := True;

     SweetAlert.ShowLoaderOnConfirm := False;
     

    The source is as follows

    if SweetAlert.Execute then

    begin

    ..... any source

    end;
     

    After Execute I get an exception as described.

    Best regards

     

×
×
  • Create New...