Jump to content

gvn

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by gvn

  1. The Unigui team has been studying a way to make its layout responsive for a long time (just look at the 2020 and 2021 roadmap).

    Recently, TMS has added TTMSFNCResponsiveManager (available for VCL, FMX, Web) to its components.

    Couldn't something similar be added to Unigui? It seems to me that migrating traditional Unigui apps to a responsive layout wouldn't be too much work as a similar solution.

    Demo Video

    • Like 7
  2. I found a solution (maybe not ideal).

    I created a component from TUniCustomScrollablePanel.

    procedure TMyPanel.ConfigJSClasses ( ALoading : Boolean ) ;
    begin
        JSObjects.DefaultJSClassName := 'Ext.Component';
    end;

    #edit

    "Ext.Component" does not accept child controls. Damn it.

  3. I need a container (at design time) where I can add child controls.

    Also, it needs to be extremely simple (I just need a "div", no classes, no attributes and no child divs).

    TUniContainerPanel/TUniPanel/TUniSimplePanel: Allows you to have child controls, however, when rendered by the browser, many "child divs" are created.

    TUniGenericControl: It's almost perfect, but at design time, it can't be "parent" to any other control.

    I want to create a custom unigui control for this task (if necessary). What is the best class to use as inheritance in this case?

    I'm using the trial version(1.90.0.1555) of Unigui.

  4. The 2021 roadmap mentions "WebSockets".

    "This is also another feature which we want to add to uniGUI. This will allow bi-directional full-duplex communication between server and uniGUI controls. Especially useful for data aware controls such as DBGrid."

    I'm starting a project, and I would like to use your tool. Communication via WebSocket is one of the requirements of this program.

    Is there a place where I can track the development progress of this feature?

    The "uniGUI 1.x" and "Beta Releases" areas are protected.

    PS: I'm not a subscriber yet. 

×
×
  • Create New...