Jump to content

SISBLU Software

uniGUI Subscriber
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SISBLU Software

  1. Any Solution??? It constantly throws this error, and I don't know what it is. He has no logic.
  2. How do I hide the checkbox text? ONLY CHECK
  3. I modified it to crop 200x200 drW = 200; drH = 200; But when I go to SIZE , it returns to drW = 480; drH = 270; Vídeo do WhatsApp de 2023-06-27 à(s) 16.12.43.mp4 unigui crop (2).zip
  4. Hello. I modified it to 200x200, it was right. But when I click to decrease at any point, it redoes and is no longer 200x200 What do I need to change? in HTML: window.addEventListener('resize', resizeCropCanvas, false); function resizeCropCanvas() { cCanvas.width = window.innerWidth; cCanvas.height = window.innerHeight; drX = 50; drY = 65; drW = 200; drH = 200; newDrX = drX; newDrY = drY; newDrW = drW; newDrH = drH; drawDashRect(); } A
  5. How to disable double click on DBGRID? I want to edit just by clicking a button.
  6. Thank You! Now it works perfect. 1. Remove the above JS codes. 2. Use CSS: .customgrid .x-scroller-spacer { transform: translate3d(100%, 100%, 0px) !important; } 3. UniDBGrid1.LayoutConfig.Cls = customgrid
  7. Hello. I marked only one column to appear: DisplayMemo and Expanded. It worked, but the end of the grid STAYS WITH BLANK SPACE. If I resize the column, the space disappears, and the scrollbar shrinks. What can I do so that the grid does not appear that blank part?
  8. UniNativeImageList1.Images[0].Graphic.SaveToFile('c:\diefa\TESTE.PNG'); How can I save an image from UniNativeImageList or UnimageList?
  9. Is there another way for me to capture data from a website?
  10. Hello Hello, I put a URL in the component: UniURLFrame. He brought all the data from the Site. I do my research on the site and need to get the data presented. How do I get the data presented on the site within my UniURLFrame??? I've tried all the ways but I can't
  11. UniURLFrame1.ScrollBy(0,500); NO Work. 1 - I need to make the scroll bar INVISIBLE. 2 - I need to move the scroll bar to a certain line on the SITE
  12. Error: O13.iframe.contentWindow.document.scrollingElement.scrollTo("top",0);
  13. Hello... 1º If using FASTREPORT, create a DMFree to centralize everything from FASTREPORT. 2nd Search the project: frxClass. If it exists, leave it only in FastReport's DMFree. 3rd memory leak. See if in your project you CREATE objects. CREATE function. And if you are using "Free" to release
  14. It's not common, but sometimes my customers say they get this message when they view a PDF. Then they have to reboot the system. Does anyone know what it could be, or how to avoid it?
  15. Hello, I had to PUT ALL my private DLLs in the folder: SysWOW64 C:\Windows\SysWOW64 On my new server, Windows server 2019, I didn't have to do this. DLLS are in the EXE folder
  16. I have a big problem! When I generate a report and load it into the application it always accumulates memory. How do I load the pdf from the memory of the application? Open application: 6.19 MB Open the first Report: 129,96 MB When I close the report, the memory is not released Releasing memory space in the application? Thanks!!
  17. +1 Can we track handles in UniGui ? What are exactly handles in unigui ? When the handles reach max server stops. My Application IIS: 684 handles
×
×
  • Create New...