Jump to content

fabiorov

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Posts posted by fabiorov

  1. Hi everybody

    I bought a SSL certificate from godaddy:

    - They automatically generated the files "generated-csr.txt" and "generated-private-key.txt" and allowed me to download them.

    - Later, they sent me an email, and I was able to download the files "af6d14e9d.......crt", "af6d14e9d........pem" and "gd_bundle-g2-g1.crt"

    - I cannot follow the exact steps that unigui suggests with godaddy because the already generated the key and csr files

    Could anyone help me?

     

    Thanks in advance!

  2. Hi 

     

    I am using Unigui version 1.10.0.1456 and RAD Studio 10.2 Version 25.0.29899.2631 

     

    I have a form with serveral components, one of them is a TUnipageControl.

     

    When user begin to make clic on tabs, then suddenly they dissapear and user need to load the website again beacuse the page got freezed.

     

    This is the console of the browser:

     

    ext-all.js:20 Uncaught TypeError: Cannot read property 'tagName' of null
        at ctor.position (ext-all.js:20)
        at ctor.beginLayout (ext-all.js:20)
        at ctor.resetLayout (ext-all.js:20)
        at ctor.invalidate (ext-all.js:20)
        at ctor.invalidate (ext-all.js:20)
        at ctor.invalidate (ext-all.js:20)
        at ctor.flushInvalidates (ext-all.js:20)
        at ctor.run (ext-all.js:20)
        at Function.flushLayouts (ext-all.js:20)
        at Function.resumeLayouts (ext-all.js:20)
     
     
    Attached is also a video (I was not able to upload it here, so here is the link)
     

     

     

  3. Hi

     

    I am having problems with last version 1.10.0.1454

     

    1) (Not serious): Form icon's size changes, now it's bigger, I don't know why

    2) (Seriuos and urgent): I am getting exceptions from the IDE in design time each time that I work on a form that has the component TUniExMap from the user (and moderator) Hayri Aslan. The exception says "Access Violation at Address 1A98644 in module 'uniGUI25Coe.bpl'"

     

     

     
  4. Hi

     

    Usually I need to hide columns to the user (because it has some DB tables key values that are not recommended  to show), so I do:

    Dbgrid.columns[x].visible:=False;

    The problem is that user can go to the upper tittle bar of DBgrid and enable them, so is there a final method to not allow the user to enable the not-visible columns?

     

     

×
×
  • Create New...