Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Интересно, что-нибудь улучшено/исправлено за 3.5 года?
  3. особенно, если учесть, что мобильньіе компонентьі вообще не развиваются
  4. ну ок, а смьісл?
  5. И на десктопе открывается мобильная версия.
  6. странно, зачем тогда Desktop?
  7. Это для мобильной версии.
  8. i launch 500 sessions on server farm : master server as ISAPI dll in IIS and slave server as Windows service. The configuration is the same for the 2 servers : The slave server uses all 25 nodes. Why does the master use only 17 nodes ? Why the master server suspend nodes with actives sessions ? (idem for the slave server but not so much)
  9. десктоп тема классическая закоментировал загрузку настроек поменял на mtBig перекомпилировал и запустил - изменений нет потом все то же самое только с mtNormal - изменений нет 1я картинка - normal 2я картинка - big
  10. Шрифты, значки же меняются, нет?
  11. Добрый день! procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimDBListGrid1.JSInterface.JSConfig('emptyText', ['<b>Н</b>ет записей...']); end;
  12. Можно как-то показать какой-нибудь текст, когда нет записей (строк) в TunimDBListGrid?
  13. OK. Currently we migrate our uniGUI application with a Professional Edition 1.90.0 build 1568. For upgrading to the last version 1.95.0.1584 what is the price ? Can you give us improvements between these 2 versions about distribution sessions in a uniform way among servers ? In fact we can't test with the Stress Test Tool & the lastest trial version because a session duration is limited upto 5 minutes.
  14. OK. In the Ressources column for nodes i understand the meaning of Process but what does Memory mean ? And which is the most important to monitor ? A node is 32-bits uniGUI application (and also the hyper_server used)
  15. Так и должно бьіть, что свойство ModernToolkitModes.Desktop вообще не влияет на внешний вид приложения?
  16. Hello, Can you attach a screenshot indicating what exactly?
  17. Good Night, How can I ? : 1. Remove the edges of a tuniform ? 2. Round the edges of a tuniform ? Thank you
  18. If you can pay close attention to the previous post, you will find that fsBaseLibrary.pas+fsugButton. pas can perfectly solve the problem you mentioned
  19. Yesterday
  20. procedure TUniServerModule.UniGUIServerModuleHTTPCommand(ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); begin if (ARequestInfo.CommandType = hcGET) and (ARequestInfo.URI = '/admin') then begin AResponseInfo.Redirect('/?form=Admin'); Handled := True; end; end;
  21. How could I put lines in this updateRule logic ? Procedure TMainForm.UniFormCreate(Sender: TObject); Begin UniSession.AddJS('Ext.util.CSS.updateRule(''.x-myfield-focus'', ''background-color'', ''#ffcccc'')'); // As ? Add('background-image: none; '); End;
  22. I'm trying to use this way but it doesn't work with dbgrid, I wanted to save the order of the columns, is there any way?
  23. Hello, http://somedomain.com is for end users (no login required, and no login button displayed here) http://somedomain.com/admin is for administrators (login required) Anybody have done this before?
  24. UniSession.AddJS('Ext.util.CSS.updateRule(''.x-myfield-focus'', ''background-color'', ''#162d3f'')');
  25. Well, I believe you can use variables in CSS, and when logging into the system, set the value for these variables, or use the suggested solution ex: UniSession.AddJS('Ext.util.CSS.updateRule(''.x-btn-default-small'', ''background-color'', ''#162d3f'')');
  1. Load more activity
×
×
  • Create New...