Jump to content

Search the Community

Showing results for tags 'trigger'.

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

  1. Hello! Anyone knows if its possible to execute a Trigger 's click event of a TUniEdit on RunTime. I have this function that receives a TUniEdit and depending on some validations i have to execute a trigger button click event (I have two triggers on each TUniEdit) Thanks you in advance!!
  2. У unimEdit есть триггер (кнопка). У триггера включено свойство HideOnReadOnly. У компоненты unimEdit включено свойство ReadOnly. Но в браузере кнопки все равно видны.
  3. Почему, когда я добавляю в триггер хоть одну кнопку, то основная кнопка исчезает? Получается так, что если в триггере нет кнопок, то в брауезере видна одна кнопка - основная, которая открывает выпадающий список. Когда я в триггеры добавляю одну кнопку, дополнительную, то в браузере всё равно одна кнопка. А куда девается основная? Или это и есть основная, а моя кнопка не видна? Когда я в триггеры добавляю 2 дополнительные кнопки, то и в браузере тоже 2 мои дополнительные кнопки, а куда девается основная? По идее, в ComboBox`ах должно быть на одну кнопку больше, чем в триггерах, т.к. одна, первая кнопка - это основная кнопка, которая заставляет срабатывать выпадающий список.
  4. Не работают тригерные кнопки ни в одном из компонентов. Полностью повторил пример, код взят из примера с такими же компонентами- в моем приложении не работает. Все настройки и код идентичен примеру. Что это может быть? procedure TOperation.UniComboBox1TriggerEvent(Sender: TUniCustomComboBox; AButtonId: Integer); begin case AButtonId of 0 : ShowMessage('Button #0 Pressed!'); 1 : ShowMessage('Button #1 Pressed!'); end; ShowMessage(inttostr(AButtonId)); end; Сборка: 1.90.0.1534
  5. Hi, I need one of icons in fontawsome to be displayed in UniDBLookup trigger. I tried following two approaches and for both approaches icon looks Ok on TRITON theme. The issue is with other themes and icon is not displaying correctly on them (Ex. Nepton, Gray). Try1: Setting Lookup.Triggers->IconCls := 'x-fa fa-bars'; Try2: using custom css .x-form-mylookup-trigger{position:relative;} .x-form-mylookup-trigger:before{font-family: FontAwesome; content: "\f0C9";} See attached image for output. So, what is the proper way to use fontawsome in UniDBLookup triggers? Thanks
  6. Hi, I am trying to assign a trigger event with a trigger icon to to TUniDBComboBox and TUniDBLookUpComboBox like I do for TUniComboBox. The problem is I am not able to see Trigger Icon in case of the former, where as with the latter, it works perfectly fine. Can any one help on this?
  7. Checkbox triggering and change value on focus (when navigation with enter), like that he just received the focus without changing the value. Does anyone have any suggestions? attached example Test Focus Checkbox.rar
  8. Checkbox triggering and change value on focus (when navigation with enter), like that he just received the focus without changing the value. Does anyone have any suggestions? attached example
×
×
  • Create New...