Jump to content

Search the Community

Showing results for tags 'Alignment'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. I have a text wrap that modifies the dynamic height of the single row of the datagrid at runtime, it's possible to vertically align the contents of any other columns (for example containing widgets or actions) ? I use: Embarcadero® Delphi 10.3 Version 26.0.33219.4899 uniGUI Professional Edition v1.90.0.1564
  2. Hi, On a form or frame, I have TUniPageControl with an active Tabsheet. On that tabsheet I have a TUniPanel. I would like to center that panel in the middle of the tabsheet. I went through the examples but I didnot find the answer to my problem. Can anyone help by explaining how I should set the properties of the components ?
  3. I am using a Mobile DBListGrid and have set both Column and Data Alignments to RightJustify in both the IDE and at runtime. My problem is that the alignments are not the same - see attachment. Please advise how to get them to line up - thanks
  4. Hi, I'm using uniHTMLFrame in uniFrame, I should take real height of the containerPanel after alignment complete, so I can set the js component height. (highChart, devExtreme, etc.) However, I can not get the actual height, I use, uniSession.Syncronize or onAfterShow... This is important for not to use uniHTMLFrame's scrolling, because if I make it true, js component looses its functionality. Another thing is, I can handle resize event, but I don't know how to send new height to the js Component. Thanks.
  5. Hello I cannot make (and I've tried in countless ways) to make a form with 2 horizontal panels, the top one with fixed height (150) and the second one filling the rest of the form. What I think that should work is something like: object UniForm1: TUniForm1 Left = 0 Top = 0 ClientHeight = 695 ClientWidth = 1021 Caption = 'UniForm1' BorderStyle = bsNone WindowState = wsMaximized OldCreateOrder = False MonitoredKeys.Keys = <> AlignmentControl = uniAlignmentClient Layout = 'border' PixelsPerInch = 96 TextHeight = 13 object UniPanel1: TUniPanel Left = 360 Top = 40 Width = 256 Height = 128 Hint = '' CreateOrder = 1 TabOrder = 0 Caption = 'UniPanel1' LayoutConfig.Height = '150' LayoutConfig.Region = 'north' end object UniPanel2: TUniPanel Left = 360 Top = 208 Width = 256 Height = 128 Hint = '' CreateOrder = 2 TabOrder = 1 Caption = 'UniPanel2' LayoutConfig.Region = 'center' end end But it doesn't workt. The top panel is always of some fixed height but not the height which I specify. The only way to change the height of the top panel is to put some percentage in LayoutConfig.Height, (like LayoutConfig.Height ='20%') but this is not what I want. I want a fixed height. I've tried also with vbox and with anchor layout but it doesn't work either. Someone help me please. Thank you, Daniel
×
×
  • Create New...