Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi, I have no idea! Is it possible to make like a refresh or realign? Best regards
  2. 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,
  3. Hi Sherzod, thank you very much. It works! Best regards
  4. Hi, thank you. I will try. Best regards
  5. Hi, thank you for your support. I have now decided to design the handling differently. Nevertheless, thank you again. Best regards
  6. Hi, How can I switch a panel collapsible on and off at runtime? Collapsible = False does not work. Best regards
  7. Hi, knows anybody a way to switch at runtime between ForceFit and AutoSize and back at a UniDBGrid. I need this function for example when I collapse/expand a Panel. Best regards
  8. Hi, OK then I have to find another solution. Nevertheless, many thanks for the quick reply. Best regards
  9. Hi, thank you, no problem. I will test it. Best regards
  10. Hi is there any way to close the browser or the tab of the browser in which the application ist running by clicking any button. For example by clicking the OB-button of a SweetAlert. Best regards
  11. Hi x11, thank you very much! It works fine Best regards and thanks again
  12. Hi x11, thank you very much. This is what I'm looking for . Do you have experience with the CustomControl-Packages? Bestb regards
  13. Hi Sherzod, do you have any idea why I have the problem to compile the package? Best regards
  14. Hi, when I want co install the package, I get an error regarding the uniGUI11Core.dpk --> the vcljpg is missing. I'm using Delphi 10.2. Best regards
  15. Hi Sherzod, thank you for the information. Is there a component available like "TBevel"? Best regards
  16. Hi, I didn't think of the splitter. Can you also deactivate the splitter? I don't want to be able to move the area. I would also like to set a distance to the window edge on the left and right.
  17. Hi Hayri, only a horizontal or a vertical line. Best regards
  18. Hi, is there any way to have horizontal separation line for separating components? Best regards
  19. bbm

    SweetAlert.Execute

    Hi, thank you for the information! Best regards
  20. bbm

    SweetAlert.Execute

    Hi, thank you very much. It wörks now . Best regards
  21. bbm

    SweetAlert.Execute

    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
  22. bbm

    SweetAlert.Execute

    Hi, when is the exception "Blocking method Execute() could not be called." raising after calling the Execute function of an UniSweetAlert? Best regards
  23. Hi, when I change the MaxLength of an uniEdit at runtime (from 10 to 16), it is possible to fill the field with the maximum characters (16), but it shows an error (max. is 10). Best regards
  24. bbm

    Browser-Container

    Hi, sorry for the delayed answer. It works with Firefox, but not with Chrome. Best regards
  25. bbm

    Browser-Container

    Hi Daniel, one of the options has an ActiveX, but not the main application. Best regards
×
×
  • Create New...