Jump to content

chronisvel

Members
  • Posts

    5
  • Joined

  • Last visited

chronisvel's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I am using 1.0.0.1384. But also demo page has the same problem (http://prime.fmsoft.net/demo/desktop/mdemo.dll -> form controls -> datetime).
  2. When I insert a date (by keyboard) in a UniDateTimePicker control then the day becomes month and the month day! For example I write : 1/2 and I get 2/1/2017. Is this a bug or I forgot to change something?
  3. Hi, I need help setting up nginx as reverse proxy for my unigui applications. What I really need is pretty straight forward. For every unigui application I need a different path. For example I would like to serve two apps: app1 and app2. Both apps must be accessible through https and I would also like to support their mobile applications. So the needed endpoints are: app1: 1) http:\\domain\app1 2) http:\\domain\app1\m 3) https:\\domain\app1 4) https:\\domain\app1\m app2: 5) http:\\domain\app2 6) http:\\domain\app2\m 7) https:\\domain\app2 8) https:\\domain\app2\m Is this possible by using nginx and its reverse proxy feature? If not what is the most efficient workaround?
  4. I found out what caused the problem. I missed InitJS and ShutDownJS calls. Everything works fine...
  5. Hi, I tried implementing server side javascript with mormot SpiderMonkey, SyNode. I always get an error : Project XXXXX.exe raised exception class $C0000005 with message 'c00000005 ACCESS_VIOLATION' When running the same lines of code in a VCL application everynting works fine. The exception Is raised in Spidermonkey Unit in the line : function JS_NewRuntime(maxbytes: uint32; maxNurseryBytes: uint32; parentRuntime: PJSRuntime): PJSRuntime; cdecl; external SpiderMonkeyLib; What should I do? Is mormot's implementation incompatible with uniGui? If so what are my alternatives? Thanks...
×
×
  • Create New...