Jump to content

Search the Community

Showing results for tags 'tunicontainerpanel'.

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

  1. У компонентьі TUniContainerPanel отсутствует собьітие onResize. Как можно отловить в серверной части приложения изменение размера панели? Задача простая: запомнить размер панели, которьій установил пользователь, а потом восстановить при открьітии фрейма.
  2. Hi , Please , could you add Delphi support for "painted" calendar Event ? Meantime, please advise me how to find the right moment when the calendar is already fully drawn in the browser and some label elements could be change via JavaScript. At the moment I'm using a timer but this solution is not good because it works like a "bullet in the dark" Thanks Kamen
  3. Hi, everyone, In standard Delphi VCL for the desktop it is possible to create new VCL visual components the easy way of the hard way. The hard way is to create everything in code and hope that it will render correctly later. You design it first and export the design to code. The easy way is to keep always everything as a RAD design. You can do that by using TFrame and converting it to a control (exposing the internal properties or hiding them), or by embedding the TFrame in the control. I'll like to use the same "easy option" with uniGUI, but I need to encapsulate the frame so that the only published and visible properties come from the control. It looks like inheriting from TUniContainerPanel could be a solution. If that is correct, where can I find some demo code for testing it? I'm interested in providing design time support for that new component, like activating a database connection and showing a live grid. Thanks, David Izada Rodriguez
×
×
  • Create New...