Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    829
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. I'm using version 1.95.0.1579 You can use this example
  2. If I compile the project with UniContainerPanel the way it is, see what it looks like when I run the example. I forgot to scroll up the UniContainerPanel and when I compiled the project the screen was distorted.
  3. I have this error in a form in the TUniTagField component, when I add the line below the error appears, watch the video. with (AComponent as TUniTagField).JSInterface do begin JSConfig('filterPickList', [True]); end; Gravar_2024_04_12_16_25_57_698.mp4
  4. I have a UniContainerPanel with the AutoScrool = True option, I would like my form to always start with the scrool at the beginning of the screen, is that possible?
  5. eduardosuruagy

    UniDbgrid

    Will they one day fix this problem that has been going on for several years?
  6. Will they one day fix this problem that has been going on for several years?
  7. Will they one day fix this problem that has been going on for several years?
  8. Will they one day fix this problem that has been going on for several years?
  9. I think this component has a problem, first it started to be incompatible with another component I was using, then I had to change all the others. Then when I use it the frame cannot be closed. And when I open the fr Gravar_2024_04_05_22_13_09_790.mp4 ame it appears blank.
  10. A video explaining how to get it to work would be good.
  11. Is it just this way? I have this component on several screens in my program and placing this option one by one will be very difficult.
  12. I'm having trouble cleaning, after I used the commands below, I can't clean it. Below is an example video and the test system. procedure TUniMainModule.UniGUIMainModuleNewComponent(AComponent: TComponent); begin if AComponent is TUniTagField then begin (AComponent as TUniTagField).ClearButton := True; with (AComponent as TUniTagField).JSInterface do begin JSConfig('filterPickList', [True]); JSConfig('anyMatch', [True]);Nova pasta.rar JSConfig('queryMode', ['local']); end; end; end; Gravar_2024_04_04_23_07_50_737.mp4
  13. How do I search for any part of the word?
  14. eduardosuruagy

    TagField

    How do I search for any part of the word?
  15. I have the updated version (1.95.0.1579) and the error continues. EventName: click Error: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 3, 4
  16. I'm putting a fontawesome on a SpeedButton, when clicking on the button I do this: UniSpeedButton3.Caption := '<i class="fas fa-cross" style="color:red"></i>'; but the image is not centered. Is there a way to leave it in the center? My button has a height of 32 and a width of 32
  17. I'm putting this color on a SpeedButton with the command unISession.AddJS ('document.getElementById("' + _SpeedButton.JSId + '").style.background = "lime";'); How do I return the original color or remove the background?
×
×
  • Create New...