Jump to content

Sherzod

Moderators
  • Posts

    19707
  • Joined

  • Last visited

  • Days Won

    638

Everything posted by Sherzod

  1. Seems didn't really understand your case, and how it will look for UniHTMLMemo in general.
  2. Sherzod

    UniTreeMenu

    Здравствуйте, Не пробовали искать решение на форуме!?
  3. This is normal. Google it.
  4. Hi, You are using a self-signed certificate, right?
  5. Я еще не тестил на 1554, я попробую проверить.
  6. Не смог воспроизвести, работает для меня.
  7. Hi, If you use parameters, then there is no need to use server module events. Please see this demo for example: \FMSoft\Framework\uniGUI\Demos\Desktop\URLParameters
  8. But, at the moment, need to use the parameters I think.
  9. Hi, Will you give them a similar link yourself?
  10. Hello, There are many explanations on the forum, please search for these keywords: UniGUIServerModuleHTTPDocument UniGUIServerModuleHTTPCommand
  11. Вы должны добавить в список доверенных доменов (Ваш UniGUI web сервер) https://ru.wikipedia.org/wiki/Cross-origin_resource_sharing
  12. Возможно, что у Вас не будет доступа к контенту страницы с другого домена загруженной в iframe.
  13. Я не смог запустить полностью Ваш тестовый случай... Мне кажется Вам нужно смотреть в сторону CORS
  14. Добрый вечер, Простите за поздний ответ. Но, я так и не понял Ваш случай... Связано ли это вообще с UniGUI. Кажется Вы используете VCL приложение, не так ли?
  15. Вы кажется не включили в проект.
  16. Здравствуйте, Можете скопировать файлы в папку files, и включить в проект.
  17. Workaround. MainForm -> Script: Ext.override(Ext.grid.column.RowNumberer, { defaultRenderer: function(value, metaData, record, rowIdx, colIdx, dataSource, view) { var newDataSource = dataSource.isFeatureStore ? dataSource.store : dataSource; return this.callParent([value, metaData, record, rowIdx, colIdx, newDataSource, view]); } });
×
×
  • Create New...