Jump to content

Hayri ASLAN

Moderators
  • Posts

    1577
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Your test case is not clean. Also, ServerModule.dfm not found. To able to use Execute method, you need to set MainModule.EnableSynchronousOperations True.
  2. You can not. Every tab is a one session so they have different sessionId.
  3. Instead of calling on before login, call onaftershow and set modalresult true based on response
  4. Hi Everything will be same with desktop app. Add idhttp to mainmodule. When you call get or post, this call will be from your server ip, not client's ip.
  5. Hi You can use UniMainModule-> DocumentKeyOptions-> dkDisableF5
  6. You can use UniSession.SuspendLayouts and UniSession.ResumeLayouts. But nobody will create 3100 frames in a web application.
  7. Hello, First of all, please adjust your forum emaill address:
  8. We already added this property. Please check inputType
  9. This demo exactly using different fields for keyfield and listfield
  10. Please Check DBLookupCombobox - Grid Mode demo
  11. Source code is attached to first post
  12. Hayri ASLAN

    Gui update

    You can't update UI unless you get an event from client side.
  13. Hello Can you please create a test case to work on it?
  14. Unfortunately this is not possible right now
  15. I created ghost session for testing. Ghost sessions means browse localhost:8077, before form load close the page.
  16. Hello, I'm not getting same result with you. I just opened web page, closed and session purged. Also opened a ghost session (Close browser before loading fully) and it purged after session timeout. You can check session count from http://localhost:8077/server
  17. Hi, can you please adjust your forum email address:
  18. Hi, Can you please create a test case?
  19. Hi, Can you please create a test case?
  20. Hello, If you create a simple test case of them, we can work on it.
  21. You can change Image's width and height. Check uninativeimagelist width and height
×
×
  • Create New...