Jump to content

Sherzod

Moderators
  • Posts

    19790
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Здравствуйте, Вы установили UniGUI после установки Delphi?
  2. Do you want to read this value from the clientside?
  3. Sherzod

    UniDbGrid

    Need to analyze
  4. Вы можете попробовать использовать событие UniDBGrid -> DataSource -> OnDataChange я думаю
  5. Sherzod

    UniDbGrid

    You can pass scroll positions: scrollX, scrollY Or what do you mean?
  6. Да Вы можете использовать MainModule... Вы не даете подробную информацию, и мне не понятно где проблема Но, для авторизации Вам лучше использовать UniLoginForm
  7. http://unigui.com/doc/online_help/main_module.htm http://unigui.com/doc/online_help/login-form.htm http://unigui.com/doc/online_help/application-datamodule.htm http://unigui.com/doc/online_help/handling-concurrency.htm
  8. Здравствуйте, Как нам воспроизвести проблему, можете создать тестовый случай для этого?
  9. At the moment, I would solve the problem like this. UniServerModule -> CustomCSS: .x-grid-item-focused .x-grid-cell-inner:before { border: none !important; }
  10. Hi, http://forums.unigui.com/index.php?/topic/8070-event-for-hiding-column-in-dbgrid/&do=findComment&comment=41281
  11. Sherzod

    UniDbGrid

    Hi, One possible solution: function afterCreate(sender) { // you can use 'scrollend' or 'scroll' events sender.getView().on('scrollend', function(view, scrollX, scrollY) { //ajaxRequest }); }
  12. Добрый день. Пожалуйста, укажите какую версию и издание UniGUI используете?
  13. Hello, Which build are you using? Can you please make a simple testcase for "reproduce" ?
  14. Yes, we have to fully document this part. But, at the moment, are you working with what kind of layout?
  15. Please adjust your forum email address
  16. Ok, are you using a trial edition?
  17. Hello, Sorry, can you please specify first, which editon and build of UniGUI are you using?
  18. 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"]})})}};');
  19. 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] }); }
  20. Здравствуйте, Елена. Можете создать и прикрепить тестовый случай для этого?
  21. Sorry, can you make a simple testcase for reproduce?
  22. Добрый день, Елена. Пожалуйста, можете уточнить, какое издание UniGUI используете?
×
×
  • Create New...