Jump to content

Sherzod

Moderators
  • Posts

    19706
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Please try without using c.Description for now.
  2. Thanks. First of all please adjust your forum email address:
  3. Yes. You are right. It was an ExtJS bug. It seems still hasn't been fixed. https://forum.sencha.com/forum/showthread.php?305781-Wrong-numbers-in-RowNumberer-in-paged-Grid-with-Grouping-Feature
  4. Hello, Sorry, your question is not clear. Can you please clarify? And please specify which edition and build of UniGUI are you using? Best regards, Sherzod
  5. Hmm, can you make a simple testcase to reproduce?
  6. Hello, Are you using this option? UniDBGrid -> Options -> dgRowNumbers = True
  7. http://unigui.com/doc/online_help/user-interface.htm
  8. Это по дизайну (Вы используете выравнивание на стороне клиента). А Вы пробовали потестить на uniAlignmentServer, там работает!
  9. procedure TMainForm.UniFormCreate(Sender: TObject); begin pnlCssDesktop.JSInterface.JSConfig('collapseMode', ['header']) end;
  10. 1. Modified CSS: .button1 { background:white !important; border: 2px solid #4CAF50; } .button1:hover { background:#4CAF50 !important; border: 2px solid #4CAF50; color: white !important; transition-duration: 0.5s; } .customHover .x-btn-inner { color: white !important; font: italic small-caps bold 12px/30px Georgia, serif; transition-duration: 0.5s; } 2. Do not forget procedure TMainForm.UniFormCreate(Sender: TObject); begin UniButton1.JSInterface.JSConfig('overCls', ['customHover']) end; 3. Result:
  11. Это связано со свойством Collapsible.
  12. 1. .button1 { background:white !important; border: 2px solid #4CAF50; } .button1:hover { background:#4CAF50 !important; border: 2px solid #4CAF50; color: white !important; transition-duration: 0.5s; } .customHover .x-btn-inner { color: white !important; transition-duration: 0.5s; } 2. procedure TMainForm.UniFormCreate(Sender: TObject); begin UniButton1.JSInterface.JSConfig('overCls', ['customHover']) end;
  13. Пожалуйста, отправьте запрос в портал поддержки.
  14. Please make a simple testcase, not a video.
  15. procedure TMainForm.UniFormCreate(Sender: TObject); begin UniMemo1.JSInterface.JSConfig('style', ['opacity: 0.7']); end;
  16. Добрый вечер, Через стиль можете попробовать. opacity
  17. Есть одно решение на основе stateful (CookieProvider).
×
×
  • Create New...