Jump to content

Search the Community

Showing results for tags 'screemask'.

  • 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. After I create a instance of a TUniScreenMask while trying to call a sceen mask manually the Error occurs : ''There is no default JS Object appears' . I'm not quite sure on how to make this work, if someone has any pointers on how to solve this problem I apreciate.
  2. Hello UniGUI users ! (: Basically our project is a desktop. We would like to add a ScreenMask (just the loading icon, no text) on our shortCut only when user double click these shortCut. For now, I manage to get the following rendering: with ScreenMask do begin Opacity := 0.5; Target := FuniImage; Enabled := True; ScreenMask.Message := '</br>'; WaitData := True; end; But the loading icon is not centered. How could I achieve something like that ? How could I force screenMask to be shown only on double click ? Because currently, if you click or right click, it is apparent.. Thanks for you help !
×
×
  • Create New...