Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Интересно, что-нибудь улучшено/исправлено за 3.5 года?
  3. Today
  4. особенно, если учесть, что мобильньіе компонентьі вообще не развиваются
  5. ну ок, а смьісл?
  6. И на десктопе открывается мобильная версия.
  7. странно, зачем тогда Desktop?
  8. Это для мобильной версии.
  9. 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)
  10. десктоп тема классическая закоментировал загрузку настроек поменял на mtBig перекомпилировал и запустил - изменений нет потом все то же самое только с mtNormal - изменений нет 1я картинка - normal 2я картинка - big
  11. Шрифты, значки же меняются, нет?
  12. Добрый день! procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimDBListGrid1.JSInterface.JSConfig('emptyText', ['<b>Н</b>ет записей...']); end;
  13. Можно как-то показать какой-нибудь текст, когда нет записей (строк) в TunimDBListGrid?
  14. 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.
  15. 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)
  16. Так и должно бьіть, что свойство ModernToolkitModes.Desktop вообще не влияет на внешний вид приложения?
  17. Hello, Can you attach a screenshot indicating what exactly?
  18. Good Night, How can I ? : 1. Remove the edges of a tuniform ? 2. Round the edges of a tuniform ? Thank you
  19. 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
  20. Yesterday
  21. 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;
  22. 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;
  23. 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?
  24. 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?
  25. UniSession.AddJS('Ext.util.CSS.updateRule(''.x-myfield-focus'', ''background-color'', ''#162d3f'')');
  26. 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...