Jump to content

Search the Community

Showing results for tags 'guide'.

  • 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. Hi, Is there any way to get the Developer Manual in PDF format? thank you
  2. Hi! After searching the forum sections without success, here is a possible solution for those who, like me, need to hide the Android virtual keyboard when selecting the UnimEdit field. Case: UnimEdit field, the need is to be able to select the field and hide the Android virtual keyboard as it will be evaluated with a barcode reader. Workaround: Just set the OnEnter and OnExit events of the unimEdit like this: procedure TFormName.UnimEdit1Enter (Sender: TObject); begin UnimEdit1.ReadOnly := False; end; procedure TFormName.UnimEdit1Exit(Sender: TObject); begin UnimEdit1.ReadOnly := True; end; With this trick you will avoid the appearance of the keyboard the first time the field is selected. If necessary, by clicking a second time on the field, the virtual keyboard will appear again. It's a very simple solution, but it took me a couple of hours to find it. I thought it might help someone else. Greetings
  3. Can anyone help me to find the latest updated "Full" UniGUI Guide in PDF format?
×
×
  • Create New...