Jump to content

Sherzod

Moderators
  • Posts

    19744
  • Joined

  • Last visited

  • Days Won

    640

Everything posted by Sherzod

  1. Please adjust your forum email address
  2. Ok, are you using a trial edition?
  3. Hello, Sorry, can you please specify first, which editon and build of UniGUI are you using?
  4. Hi, You can try this approach: UniPropertyGrid1.AddProperty(['Prop1', True]); UniPropertyGrid1.AddProperty(['Prop2', 'B']); //combobox TExPGrid(UniPropertyGrid1).PopulateGrid; UniPropertyGrid1.JSInterface.JSCode(#1'.sourceConfig = {Prop2: {editor: new Ext.grid.CellEditor({field: new Ext.form.field.ComboBox({editable: false, store:["A", "B", "C"]})})}};');
  5. Hi, Thanks for the test case. Try to use this approach. 1. Remove: function beforerender 2. Add: dbgrid_cadastro2 -> ClientEvents -> UniEvents -> function pagingBar.beforeInit(sender, config): function pagingBar.beforeInit(sender, config) { config.displayInfo = true, config.displayMsg = 'Visualizando {0} - {1} de <b>{2}</b>', config.emptyMsg = "Não há registros", config.plugins = Ext.create('Ext.ux.PagingToolbarResizer', { displayText: 'Registros por página', options: [25, 50, 100, 150, 200] }); }
  6. Здравствуйте, Елена. Можете создать и прикрепить тестовый случай для этого?
  7. Sorry, can you make a simple testcase for reproduce?
  8. Добрый день, Елена. Пожалуйста, можете уточнить, какое издание UniGUI используете?
  9. Пожалуйста, настройте Ваш email форума тоже: http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  10. Hello, Which build are you using? Have you tried with the latest build?
  11. Вы используете триальную версию?
  12. Здравствуйте, Пожалуйста, укажите какую версию и издание UniGUI используете?
  13. What is the registered email?
  14. ? Which edition are you using do you know? Sorry, it seems you are using a cracked version
  15. Where did you download this build?
  16. I will try to give you a solution
  17. Hi Paul, http://unigui.com/doc/online_help/login-form.htm
  18. Hello, Can you try to use this approach at the moment?:
  19. Hello, Give an example, a testcase of how you do it.
  20. Hello, First of all, can you please specify which edition and build of UniGUI are you using?
×
×
  • Create New...