Jump to content

Search the Community

Showing results for tags 'component wrapping'.

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

  1. Is there a way to add custom CSS and JavaScript, aside from the properties "CustomCSS" and "customFiles"? This approach, for large projects, would bring back the days of jQuery hell into the Delphi world, making unmaintainable spaghetti out of the sources. I'd like to add CSS, and JavaScript code with limited scope, in my descendant of a unigui control, for a modular, object oriented programming. This approach is typically used in modern web front end frameworks, such as ReactJS or Angular, to enforce isolation between our building blocks. How could this be achieved with unigui? And is this the right place to post, or should I put it in feature request? Thanks for your time
  2. Hi, I have my custom controls that I have derived from different classes like TComponent, TControls, TWinControl, TCustomPanel etc. Now I want to use them into UniGUI application. I do not want to rewrite the code of my control for UniGUI, what I want is to change/modify the implementation (wherever required) so that I can use the same control over UniGUI application. As of now I tried to change the hierarchy of my controls to corresponding UniGUI classes such as TUniControl, TUniComponent etc. and overridden few methods such as ConfigJSClasses, VCLControlClassName, WebCreate etc. but it is not working as I am expecting. Please suggest is this the right way to go? If Yes then what else is required to make is work? If NO then please suggest a solution for this? Thanks in Advance.
×
×
  • Create New...