Jump to content

Search the Community

Showing results for tags 'TUniPanel'.

  • 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 10 results

  1. Currently I'm using Unigui 1.90.0.1559. I've been trying to find a solution to drag and drop TUniPanels in order to make a Dinamic layout for placing DashBoards. Normally all you had to do is to code around the mouse events to capture mouse position and then alter the Left and Top property of the object you're draggin. The problem is that neither my form nor my Objects have the "OnMouseMove" event, without this event I cannot implement the code to capture mouse position in real time while draggin the object. If anyone know a solution to this problem I would apreciate it.
  2. У панели TuniPanel есть свойство для кнопок типа UniButtonItems. Это же свойство есть и у uniDBGrid. Не могу найти CSS-классы, которые бы помогли увеличить интервал между кнопками. Слишком близко расположены кнопки. Спасибо.
  3. Не могу понять, это у меня только так? Справа в заголовке TUniPanel какой-то мусор рядом с кнопкой. uniGUI 1545.
  4. Hi, in Ext there is a property "floatable" for panels on a border-layout, which is a very good feature. Clicking a collapsed panel doesn't change the layout of the page, it only floats above it. Very nice for sidebars that are only needed occasionally. Can you implement this some time in uniGUI? Regards Steve
  5. how to collapse with click in header?
  6. Hi group, If I drop a TUniContainerPanel in a form and set the Color property to any value, if I drop a TUniPanel in the container and set the ParentColor property to true, at the design stage the panel has the same color as the container, but in the process of execution the panel has clBtnface color. UniGUI version is 1.70.0.1493.
  7. I have knowledge to share to you all, to make unipanel more beauty you can set panel to round by this in ExtEvents function afterrender(sender, eOpts) { sender.setBodyStyle('border-radius','12px'); }
  8. Hi, maybe this is a bug: I have some controls (TUniLabel, TUniButton) on a TUniPanel. When I call UniPanel1.ComponentCount the result always is 0. On a Form the result is correct. Can someone please check this? Thanks...
  9. Hi, Is it possible to make rounded corners in TuniPanel? Thank you.
  10. I'm using " Accordion Layout" similar to Demo ( LayoutManagementAccordionLayout ) . I would like to switch panels via Code... as with TUniPageControl with " ActivePage ". How to make? UniPanelA.ActivePanel ???
×
×
  • Create New...