Jump to content

Search the Community

Showing results for tags 'tunibutton'.

  • 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. Is there a property or something else that i can block or simple don't allow user to click twice in a button in less than five seconds? I've tried this, but unfortunately doesn't work right: pUltimoClick := Now; if SecondsBetween(pUltimoClick, Now) < 5 then Exit;
  2. Is it possible to set the text alignment to left, when TUniButton.IconPos = ipButtonEdge and and .IconAlign=iaLeft (default) And is it possible to wrap the text of the button? Since there is no apparently an event where we can change the rendered HTML, is it possible to inherit any virtual method to be able to make these changes to simple custom controls? This is how it is currently: https://ibb.co/RjjTRdK This is how I wanted https://ibb.co/NNHz53J Thanks in advance js
  3. Hi, I am wondering if it is possible to handle following events in TUniButton. OnExit - Occurs when the input focus shifts away from one control to another. Key Pressed, Key Down, Key Press, Key Up Thanks & Regards,
  4. Hi, What is the use of Scale and ScaleButton property of TUniButton. I tried applying all combinations but I didn't see any change is appearance or in behavior. Thanks & Regards,
  5. Hi, I have used split property from LayoutConfig to convert the button to a spin button. Now I am wondering how can I add menu items to it. If anyone can help on this topic. Thanks & Regards,
×
×
  • Create New...