Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hi Michel, DbLookups with Incremental Search and grids in popup is now a dream that sooner or later I hope will come true... but it is not easy to achieve and in fact it is difficult to find it on the web, while it is widespread in Desktop applications. It may seem strange, but I have several Desktop projects (Devexpress) that I cannot port to Unigui, precisely because they contain many DbLookups to be managed in an "intelligent" and controlled way. As well as the Combox with Items (display) and Values (stored) which is an easy component to create for Farshad. But it seems I have to send a case of good Italian wine to Farshad to convince him... 🙂
  3. Today
  4. sorry~~ Can I only set a single StringGrid instead of all?
  5. Thank you Sherzod works! Draggable.Enabled must be false
  6. 1. MainForm -> initialization UniAddCSSLibrary('build/packages/ux/classic/classic/resources/ux-all.css', False, [upoFolderJS, upoPlatformDesktop]); UniAddJSLibrary('build/packages/ux/classic/ux.js', False, [upoFolderJS, upoPlatformDesktop]); 2. function tabPanel.beforeInit(sender, config) { config.plugins = [Ext.create('Ext.ux.TabReorderer', {})]; }
  7. The init section should be placed in Main module? Should TUniPageControl property Draggable.Enabled must be set to True? After the property is set and when I am dragging any header, the TUniPageControl disappears ((
  8. I meant that I didn't really understand your question, sorry.
  9. Ну да, как в демо: (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\LoginForm Cookies
  10. Simply add to the initialization section. initialization UniAddCSSLibrary('build/packages/ux/classic/classic/resources/ux-all.css', False, [upoFolderJS, upoPlatformDesktop]); UniAddJSLibrary('build/packages/ux/classic/ux.js', False, [upoFolderJS, upoPlatformDesktop]);
  11. But, Can I specify specific StringGrid settings?
  12. Hello Sherzod I will be looking forward to the update
  13. Просто при удачной авторизации я сохраняю как в примере данные в куках. При следующем заходе данные просто подтягиваются через событие UniGUIMainModuleBeforeLogin. Так вот когда я делаю "разлогинится", снова срабатывает событие UniGUIMainModuleBeforeLogin, и пользователь как бы опять авторизован 😃 Я пока сделал что перед "разлогиневанием", удаляю куки, не знаю правильно ли это.
  14. Is it possible to catch events OnCollapse/OnExpand for UnimPanel? I want to save in cookie last state of UnimPanel.
  15. Hello~~ sir: Please see the picture below:
  16. Try this customCSS: .x-column-header-text-inner { background-repeat: no-repeat; white-space: normal; }
  17. Hello~~ I am in an urgent need of help: 1. Fixed Col 2. Column 3. normal col Thanks for the trouble. 😀
  18. Hello, Okay, I will try. But tell me, did you get an answer (solution) to one of your questions?
  19. Yesterday
  20. Yes, attached simple testcase. Thanks your attention and support Sherzod. The problem occurs that when UniEdit receives focus or leaves focus, ExtJS automatically redoes the css class assignments internally, removing my css class (x-mb-home-search). UniEdit.rar
  21. Hello, Can you please make a simple testcase to check your solution, workaround?
  22. Hello, Yes, it's simple. I'll try to respond later.
  1. Load more activity
×
×
  • Create New...