Jump to content

Search the Community

Showing results for tags 'unicombobox'.

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

  1. Hello, I am migrating my application to UniGui. And I like 2 themes : uni_win11_polar_light_classic et uni_win11_polar_dark_classic. We use UnicomboBox with images in some cases. The images are not displayed in the edit. (They are displayed in the dropdown list) it generates in javascript something like this on the browser : element.style { background-image: url(/cache/prototype_exe/res/__15607FE20BF148372151CDB7.png); .... } The problem, it is ignored because another css class overwrites this : .x-form-text-default { background-image: none !important; ... } What are my solutions to resolve this point.? Have I a way to replace background-image: url(/cache/prototype_exe/res/__15607FE20BF148372151CDB7.png); with background-image: url(/cache/prototype_exe/res/__15607FE20BF148372151CDB7.png) !important; ?
  2. How I can show multiple columns (Name , Code ,Age ) in a Unicombobox like this ?
  3. Hi Dear : We have a problem with TUniComboBox, with Property: Font. I attach a document with the explanation. Thanks in advanced Angélica ( Arizmendi Team) Problem with TUniComboBox Properties .docx
  4. Hello! I have a UniComboBox with variants of data I should display, so I need to know the ItemIndex of selected item. To prevent changing the text of ComboBox manually, I set ReadOnly = True, and ReadOnlyMode = urmNotEditable. In that case ItemIndex value doesn't change, when I select an item in runtime If ReadOnly = False - itemIndex updates correctly, but I user can type any text to ComboBox text area and ItemIndex in that case = -1, it's not a good idea I think I can't set Enabled = False, cause user would not be able select items Is there any way to solve this problem? Thanks a lot for help!
  5. Hello People, good night How can I solve this on UniCombobox ? The button is smaller than the height size of control. * My Delphi version is 10.1 Update 2 and Unigui Version is 1.0.0 build 1410
  6. unicombobox hidden value string or integer; If you use numbers instead of pointer use TObject. usage: procedure TMainForm.UniButton1Click(Sender: TObject); var arrList : array[0..0] of String; begin arrlist[0]:='020'; UniComboBox1.Items.AddObject('Active',Pointer(arrList[0])); arrlist[0]:='030'; UniComboBox1.Items.AddObject('deActive',Pointer(arrList[0])); uniComboBox1.ItemIndex:=1; ShowMessage(String(pString(uniComboBox1.Items.Objects[uniComboBox1.ItemIndex]))); end;
  7. Add TUniImageList UniBitBtn property equal to the button of DevExpress Add to EmptyText property in the following components: UniComboBox, UniDBComboBox, UniDBEdit, UniMemo, UniDBMemo Add to allowBank property components Input:
×
×
  • Create New...