Jump to content

maxpetruk

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

maxpetruk's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Очень как раз интересно, потому что сфера и направление очень схожее - закрытый проект в том числе используеться и в банковском секторе. Напишите мне на почту max.petruk 'at' gmail.com Ваши координаты для связи - было бы интересно пообщаться
  2. Уважаемые форумчане! Для нового стартап проекта в Киеве требуются сотрудники с опытом разработки Delphi/FireBird/UniGui. Интересно по крайней мере услышать есть ли кто из Киева, Украина? Может кто переехать готов) Коллеги очень приятно что уже есть откликнувшиеся, я обязательно со всеми свяжусь при наличии контактных данных (оставляйте в личных сообщениях). По поводу удаленной работы, вариант теоретически возможен, но на данный момент в первом приоритете люди которые могут быть доступны физически)
  3. Ок, Thanks for responce in anyway)
  4. maxpetruk

    MDI

    Да тема полезная, тоже замучила эта проблема когда окно залазит за пределы.
  5. In case with VCL, I will use the database events, when table has update, the database sends messages Event with the parameter target (get all the customers, and updated those with a matched parameter, such as the client's unique identifier) If such an application uses a n-tier architecture, as in my case, access to middleware, this way there is no problem, but when it starts HTTP protocol problem here because it is one-directional. I know there are various tricks to implement some model of bi-directional communication server to the client: long polling, commet, reverse ajax - (can be read on Wikipedia) and there is a new technology as part of the standard HTML5 -websockets which apparently does provide the mechanism of communication. Even there are components for Delphi. How to implement it with UniGui, I asked the question but unfortunately no answer it: http://forums.unigui...-server-client/ I hope there will be people who still will clarify this important topic
  6. В данном случае буду использовать ивенты БД, то есть во время обновления таблицы база данных рассылает сообщения ивента с параметром адресата (получают все клиенты, и обновляются те у которых совпал параметр, например по уникальному идентификатору клиента) То есть, если например приложение использует трехзвенную архитектуру, как в моем случае, то добратьться до промежуточного звена таким способом проблем нет, но вот когда начинается HTTP протокол то тут проблемы поскольку он однонаправленный. Насколько мне известно существуют различные ухищрения для реализации псевдо-двунапарвленого общения сервера с клиентом: long polling, commet, reverse ajax - все это практически псевдонимы (можно почитать на википедии) а также существует новая технология websockets как часть стандарта HTML5 которая видимо действительно обеспечивает этот механизм связи. Даже есть компоненты для делфи. Как их прикрутить к уни гуи, я уже задавал вопрос но к сожалению без ответа он: http://forums.unigui.com/index.php?/topic/2468-bi-directional-communication-between-server-client/ Надеюсь найдутся люди которые все таки прояснят эту важную тему
  7. Как лучше организовать чат обмен сообщениями между пользователями. Основной вопрос как обновлять информацию, через таймер дергать постоянно БД не хочется. Какие есть простые варианты реализации?
  8. Hello developers) May be somebody has experience how to implement bi-directional communications between client and server to achieve real time data updates on client? It available a lot of libraries for different platforms that provide some hack of HTTP (because it one way communication) - Comet, reverse ajax, long polling. WebSocket is most modern technic that probably provide real asynchronous communication. And even some components end examples available for delphi: • http://www.esegece.com/websockets/#wsdownload • http://code.google.com/p/delphiws/ • http://asmprofiler.googlecode.com/svn/trunk/-Other-/IndyWebsocketDemo/ My question is how to implement it with UniGui? What is the most simple way? Additional info: We use middleware DataSnap server . Communication with ISAPI via TwebConnection transport.
  9. Any news at this field? Somebody integrate websockets with UniGui alredy? What is the simplest way to do server side mesage updatedes?
  10. Hello. Can you show me the link what post did you mean?

    We are looking for man who familar with unigui. We start design and develop bissiness procurement solutions a 8 month ago. For today we have good feed back from customers. but it not enough resource to complete a lot of functionality

  11. Good morning, I saw your post and would like to know what this could do for needing a partnership.

  12. Здравствуйте, может кто в курсе, есть ли готовое решение автоматического переноса строк в гриде при изменении ширины колонок? так что бы можно было прочитать весть текст написанный в ячейке
  13. Hello, I have the same problem with IIS6 and Delphi2010. How to solve the problem, may be some body can help me? Additiolly it error when I downloading files which have 4 symbols type file (for example file_name.docx)
  14. Hello man, I saw that you try to solve problem with XDBGrid with sorting property to obtain datail data onDoubleClick. Can you tell me did you find any solution for it?

×
×
  • Create New...