Jump to content

fraxzi

uniGUI Subscriber
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by fraxzi

  1. 7 minutes ago, Sherzod said:

    Is everything normal at the moment?

    Hi Sherzod,

    I think I consider it normal at the moment... I will observe further on capture the screen if it manifest again (in random).

     

    Thanks! I feel so welcome in this community (i'm newbie so please bare with me).

    This is my first Delphi+UniGUI project :) 

     

    Kind regards,

    Frances

  2. 14 hours ago, Sherzod said:

    Maybe you want this for starters:

    
    function afterrender(sender, eOpts)
    {
        var me=sender;
        if (me.editingPlugin.isRowEditor) {
            me.editingPlugin.editorCfg.cls = "_roweditor";
            me.addCls('_roweditor');
            
            me.editingPlugin.editorCfg.listeners = {
                show: function() {
                    var ed=this.activeField;
                    me.getEl().select('.x-grid-row-editor-buttons').setX(ed.getX());
                }
            };
        };
    }

     

    Hi Sherzod,

    it works!

     I noticed that when you change cell (position) and click on dbnavigator's edit button, the roweditor buttons still position from previous selected cell.

     

    Thanks,

    Frances

    roweditor_buttons1.png

  3. On 8/9/2017 at 10:26 PM, Sherzod said:

    Hi,

     

    Try this:

     

    1. afterrender:

    
    function afterrender(sender, eOpts)
    {
        var me=sender;
        if (me.editingPlugin.isRowEditor) {
            me.editingPlugin.editorCfg.cls = "_roweditor"
        };
    }

    2. CustomCSS:

    
    ._roweditor .x-panel-body {
        background-color: green;
    }
    
    
    ._roweditor .x-grid-row-editor-buttons {
        background-color: green;
    }

    Best regards,

    Hi Sherzod,

    Following from version 1508 to 1519, the button panel (?) not changing color as shown in the attachment.

    I followed the exact CustomCSS and dbGrid->ClientEvents->ExtEvents->"ext.grid.Panel"->afterrender

     

    Thanks,

    Frances

     

    roweditor_color.png

  4. Dear Mr. Farshad,

    I emailed last Nov 21/2019 on formal quotation for Unigui Complete Edition. Kindly reply so I can attached the document for our request to purchase.

    secondly, our company does not purchase online or via credit card but we can do bank transfer.

     

    sincerely,

    Frances

     

  5. 32 minutes ago, Hayri ASLAN said:

    Hi

    Please check "Clientside Alignment - Layout Table" demo.

     

    image.thumb.png.c8e4eca77ca309c9b4dd58b65b429eaf.png

    Hello Hayri,

     

    Is that a dbgrid? .. I am looking with navigation binded to datasource with display very similar as shown.

     

    Thanks,

    Frances

  6. 8 hours ago, Hayri ASLAN said:

    Hi,

     

    You can use frames and create them into panel.

    Hi Hayri,

    I am new to UniGUI, and it got me so interested but not yet fully convinced. I browsed through the samples and I couldn't find something like that (a dbgrid dataview).

    I hope someone here show me something to start with.

     

    Thanks,

    Frances 

×
×
  • Create New...