Jump to content

Abanto Jose

uniGUI Subscriber
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Abanto Jose

  1. The image shows a third party theme.
    But of course I have checked the themes before writing, because I also assumed it was because of that.
    That problem is for all themes
    I look forward to your valuable support
    Thanks

  2. It's work perfect. Thank you very much

    procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject);
    begin
      MimeTable.AddMimeType('xlsm', 'application/vnd.ms-excel.sheet.macroEnabled.12', False);
    end;

     

    • Like 1
  3. 12 minutes ago, Sherzod said:

    Hello,

    Can you please explain in more details?

    This is the same problem that has been discussed before: Creating many controls at runtime is very slow.
    Is it possible to stop all object events on creation?

  4. On 12/9/2021 at 11:09 PM, Jose Abanto said:

    Hello,

    I found an error in the progressbarwidget when this put in the unidbgrid, and I use RowExpand event with other progressbarwidget, then when open frame for the current row the value of the first progressbarwidget shows (change) to 0 value.

    Regards

    If I have a progress bar in a dbgrid that does rowexpand, and when in the expanded frame I have another progress bar, then the system has an error and shows 0 in both bars

    error progressbar.png

  5. Thank you for sharing.
    However, there is a delay when clicking the first time (activate) as you explained. 
    But I have added in design 100 controls to a new tab and these are instantly displayed on the sheet.
    I insist that it should be created first on the server side and that the behavior when displaying on the web is faster.
    Regards

    Untitled.png

  6. Hello Unigui experts
    The same thing happens to me.
    In my case, I have several unitab controls that are created dynamically and inside them many controls: unidbgrid, buttons, edits, combobox, edits, etc. and inside the panels other tabs again.
    It takes about 20 seconds to load, which seems too long to me.
    Is there any way that these controls are effectively created on the server (as in vcl) and at the end are sent only as a form to the client?

    Thanks

    Using "suspendlayouts" I could shorten the time just a couple of seconds.
    Thanks


    Translated with www.DeepL.com/Translator (free version)

  7. 10 minutes ago, Sherzod said:

    Hello,

    Sorry, can you please explain in more details?

    I need to show a "quick help" when the user enters or navigates through the grid columns. 
    When Options.dgMultiSelect property is ON, not work the onselectionchange event nor the oncellclick event (which only captures mouse events)

    Thanks

  8. Hi,

    I want to capture the event when entering a column of the unidbgrid.
    Currently I use onSelectionChange
    But when I change the Options.dgMultiSelect property, that event does not work.
    Tranks

  9. Apparently this is a browser problem, there are reports that Chrome scales the width of the columns wrong.
    In firefox it works fine.

    But I have a question:
    Is there a way to activate the property "DesktopViewport.InitialScale" ?

    Thanks

  10. The problem happens when you change the browser zoom < 100%.
    This happens in Google chrome and Opera, but with Firefox the lines of the columns are shown well.
    I have tried the unigui.com portal demos and the same thing happens.
    Any solution for the chrome browser?
    Thanks

  11. On 4/13/2021 at 10:31 PM, Abanto Jose said:

    I used UNIDAC componentes to connect mysql database
    Put uniconnection, uniquery, datasource in form
    Configure connection to mysql (all connection is ok)
    Put unidbgrid in form and connect to datasource
        unidbgrid1.bufferedstore.enabled:=true;
        unidbgrid1.weboptions.buffered:=true;
    Put unibutton in form
    unibutton.click:
        uniquery1.append;
    Run application    

    Click on unibutton1 and I get this message:
    c.insert is not a function

    Thanks

    Please support with Unigui product.
    The problem of adding or deleting in the grid when it is infinite scroll has not been solved yet.

    Thanks

×
×
  • Create New...