Jump to content

Search the Community

Showing results for tags 'before init runtime'.

  • 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 1 result

  1. hi i have procedure like this call a form and create runtime unibutton on my form myprocedure(); var funitoolbar: TUniPanel; funitoolbutton_close, funitoolbutton_xls, funitoolbutton_filter: TUniButton; begin funitoolbutton_close := TUniButton.Create(funitoolbar); funitoolbutton_close.ClientEvents.UniEvents.Values['beforeInit'] := 'function (sender, config) {config.cls="_customCls"}'; funitoolbutton_close.Parent := funitoolbar; funitoolbutton_close.Caption := 'Tutup'; funitoolbutton_close.Width := 80; funitoolbutton_close.Align := alLeft; funitoolbutton_close.BorderStyle := ubsNone; funitoolbutton_close.Cursor := crHandPoint; end; but when i set client event there is nothing chenge with my runtime buton style , how can i change the runtime create unibutton beforeinit on runtime ? unigui version : profesional edition v.1.0.0.1424 (trial)
×
×
  • Create New...