Jump to content

SISBLU Software

uniGUI Subscriber
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by SISBLU Software

  1. 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();
      }

     

    Aimage.thumb.png.d6df36e9773f1367737e43c6e48f73ec.png

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

     

    image.thumb.png.248adbda3fb5333003efe2459f516fb8.png

     

    • Like 1
  3. 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

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

  5.  
    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
     
    image.png.9bdf2aca58f740798103aa38e29245cc.png
     
    Releasing memory space in the application?
    Thanks!!
×
×
  • Create New...