Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. И как это Вам поможет?
  3. Есть компонент TUniCheckComboBox, его выпадающий список заполнен из БД. И вот было бы шикарно, если можно было в компоненте держать id записи из БД, что бы при запросе слать не содержание выделенных итемов а сразу id.
  4. Добрый день! Пожалуйста, проясните Ваш случай.
  5. Today
  6. Hello, 1. CustomCSS -> .customCombo .x-listitem-inner-el { width: 100%; direction: rtl; } 2. UnimComboBox.ClientEvents.ExtEvents -> function painted(sender, eOpts) { sender.getPicker().addCls('customCombo'); }
  7. Yes i have already checked and I'm just running the demo for mobile device
  8. Are you sure you are using mobile components? UnimDBGrid...
  9. Demos work but DBgrid component don't
  10. Hello, I'm starting to use Unigui and running the demo for mobile devices. When I want to test the component UnimDbGrid and UnimStringGrid an ajax error occured "Ext.form.field.hidden is not a constructor". Could i have some help ? I'm using the trial edition 1.95.0 build 1584. Thanks in advance !
  11. Yesterday
  12. Hi Shersod! The code worked, I just needed to also indicate it in the onblur event, very thanks! Cristiano
  13. UGframe Web Practice - System User Permissions Exercise UGframe Web实战-系统用户权限演练-腾讯云开发者社区-腾讯云 (tencent.com) UGframe Web Practice - Connect and Access Node Library UGframe Web实战-连接并访问节点库-腾讯云开发者社区-腾讯云 (tencent.com)
  14. Hi How to display the contents of UnimComboBox from the right? In the photo, you can see the names of the months of the year on the left side. Regards.
  15. I am trying to read the URL parameters passed in a C++ application and found that UniApplication does not have the property Parameters.

    I can run the Delphi example, but at a loss how to read my URL examples in the C++ application.

    What am I missing here?

  16. Hello, If I understand correctly, you want to know whether the print button on the toolbar was pressed?
  17. Last week
  18. Hello! @Sherzod How can I understand that the print button has been pressed? I want to record that when the Print button is pressed, the PDF document is printed. It is possible? Best Regards,
  19. Unfortunately the uniPlatform function has not kept up with changes at Apple, so you need to use javascript to get the right answer. I have modified you project by adding a small javascript function that will solve your current issue. uniDevice.zip
  20. Hi Sagit, thank you for your mail. I'm already dealing with others who offered their work. I will get back at you if I don't find agreements. best regards. Massimiliano
  21. Hi, I work at UniGui. I have a translator.
  22. Hi In practice, when I try to install the second installation Unigui 1.95.1583, it is not possible to choose the directory (the one where I did the first installation with delphi 10.3 and unigui .1560), so I cannot proceed with the installation for fear that problems will be created during the first installation. Any idea? Thanks
  23. Hello, Sorry for the late response. Try this approach: function afterrender(sender, eOpts) { //var id = $(this).attr('id') + '-inputEl'; //$("#"+id).addClass("x-mb-search-home"); sender.inputEl.addCls('x-mb-search-home'); }
  24. Hi andyhill, I try, but i need that css class stay in mycomponentid-inputEl. In the UniEdit1.LayoutConfig don't have a property for this case, and cls or ComponentCls not work for my basic need. My afterrender code is: var id = $(this).attr('id') + '-inputEl'; $("#"+id).addClass("x-mb-search-home"); Thanks. Cristiano
  1. Load more activity
×
×
  • Create New...