Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Okay, I will conduct a further test. Should it fully meet the development requirements, I will proceed to evaluate the purchase for subsequent use. Thank you.
  3. While it’s technically possible to install third-party components on the Trial Edition, it’s generally more reasonable to first obtain a licensed UniGUI version. That ensures full compatibility, support, and compliance before considering any additional components.
  4. Yesterday
  5. Там вроде у автора поста колонка как checkbox....так как Вы дали ему пример кликать по полю "Category". А если отказаться от колонки с чеками..ну вот как на скрине что ниже
  6. Could you please tell which licensed UniGUI version you are using?
  7. I split my app into packages with their own DataModules and frames, then load what I need using interfaces. Makes it easier to manage and reuse stuff across different parts.
  8. I have paid you 100 US dollars to purchase this UniGui Express components. Could you please tell me how to obtain them?Thanks.
  9. Hi all, I am trying to use cash register on local wifi, when the server, browser and the device are on the same network it works well. But if the server on the cloud then my pc doesn't reach the device. Is there any solution to post local address via browser? thanks Orhan Ozcan
  10. Last week
  11. Thanks!
  12. Sherzod, если все таки нужно, чтобы при ResponseNo = 4?? или 5?? возвращался json Планируется ли какая то настройка в HyperServer в будущем, чтобы было опционально ? Может на просторах форума были подобные вопросы и какое то решение от разработчиков ?
  13. Now, the project is finished, just a single file without redundancy in JavaScript. And for each component, that's all. CustomTUniCheckComboBox.zip
  14. Добрый вечер! Если я правильно понял Ваш случай, возможно, этот пост сможет помочь:
  15. Добрый день. В таблице есть колонка с чекс боксами. Задумка такая что пользователь накликивает и только потом жмет применить. Что бы при клике на чекбокс не чего не происходило (так как редактирование происходит позже), я через событие AjaxEvent его отлавливаю. Это очень медленно, визуально видно, что таблица блокируется на секунду. Заметил что если включить dmMultiSelect + dgCheckSelect и убрать колонку- чеков (взамен её), визуально красивее и отрабатывает моментально. Так вот вопрос, можно ли как то программно нажать эти чеки?
  16. Perfect, implemented. https://gist.github.com/marlonnardi/39a76f39abc2ae37abe817e253bbf196#file-tunicheckcombobox_custom-js Obs. Another way to keep the picker's width fixed is to use the component's native property: `matchFieldWidth = true`. I'm working now to optimize it even further and avoid having to write a script for each component. More news soon.
  17. Hi! any news? Br,Alessandro
  18. It's great. @Marlon Nardi @builder Just add these few lines of code at the beginning. function afterrender(sender, eOpts) { var minPickerWidth = 300; var picker = sender.getPicker(); if (picker && sender.getWidth() < minPickerWidth) { picker.setWidth(minPickerWidth); picker.minWidth = minPickerWidth; picker.updateLayout(); } ... This code causes: If the length of the component is short, but when the list of items opens, its length is long. I have to thank @builder for this because he made it and I saw it in the photos.
  19. With the aim of sharing and improving our colleague's code @WSIINNDA, I've made some new changes to the script for those who want to test it. https://gist.github.com/marlonnardi/39a76f39abc2ae37abe817e253bbf196#file-tunicheckcombobox_custom-js [2025-11-05] Auto-Close Picker on Outside Click Problem solved: Picker only closed by clicking on the component itself. New behavior: When combo expands: Adds global listeners (mousedown, touchstart) to document If click is outside both combobox field and picker → collapse() On collapse or destroy: These listeners are removed automatically Uses Ext.defer() to avoid closing on the same click that opened the picker [2025-11-03] Additional features: Added full Portuguese (PT-BR) localization: "Todos", "Nenhum", "Pesquisar..." Implemented maximum picker height using MAX_PICKER_HEIGHT
  20. Test.rar Check this out. I added a simple test project
  21. I use this code when I need value wit the text
  22. Hi friend. View my topic: Test with UniSession.Synchronize; after open the datasets. I hope this can help you.
  23. Hi. I've found this in forums: With the same problem. I have found some info about syncro beteen client and server due some change in sencha. I have not clear this, but it has some logic. I've tried this in one of my forms, in the onshow, after the datasources of the combos are opened. Just one line of code: UniSession.Synchronize; And works fine. I need some explanation about this, to be sure this correct. In build 1556, used to wok fine. Newer versions, not. Something have changed or is broken (I think). Thanks,
  24. Hi. Please try uniguiapplication.shortdate with US format. Br,Alessandro
  25. The same, with unidblookup.... works perfect.
  1. Load more activity
×
×
  • Create New...