Jump to content

Safir_Namoune

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Safir_Namoune

  1. Hi,

     

    I put OnResize property for this problem.

    You can you this property for solve this.

     

    This Example When panel resized My UniXDBGrid1 on then panel resized and fit to parent xPanel.

     

    Procedure TFPSample.xpRightResize(This: TExtBoxComponent; AdjWidth, AdjHeight, RawWidth, RawHeight: Integer);
    Begin
     UniXDBGrid1.SetBounds( 0, 0, AdjWidth, AdjHeight ) ;
    End ;
    

     

    Best Regards

  2. Well, version numbering was always a mystery to me. The amount of new features added in each uniGUI sub release is comparable to features many companies add in a major release. Considering all new features in 0.86 I may directly jump to 0.90.

     

    Hi

     

    can you please tell us about the provisional date of release of version 0.9.

    thanks.

×
×
  • Create New...