Jump to content

Hayri ASLAN

Moderators
  • Posts

    1545
  • Joined

  • Last visited

  • Days Won

    122

Everything posted by Hayri ASLAN

  1. Can you please create a test case?
  2. Confirmed. I added this to backlog. We will provide a fix one of the next builds.
  3. Please try dashArray option Options.dashArray := '20 20';
  4. Ornek uygulama yapabilir misiniz?
  5. Merhaba Malesef oraya help button eklemenin baska yolu yok
  6. Merhaba Uninativaimagelist kullaniyor musunuz?
  7. Hello We added this our backlog. We will solve this issue in the one of the next builds
  8. Hello Please check the below help file http://www.unigui.com/doc/online_help/delphi-11-and-high-dpi-mode.htm
  9. UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}", "customId")'); UniSession.AddJS('Ext.util.CSS.removeStyleSheet("customId")');
  10. Hello Try to create ajaxRequest like the below code theInput = document.getElementById("O14_id-inputEl"); ajaxRequest(UniLoginForm1.form, "Farbe", {param0: theInput.value })
  11. Hello, Yes we will work on this and we will add all required headers in the one of the next build
  12. And you can also add custom headers like the below code: procedure TUniServerModule.UniGUIServerModuleHTTPCommand( ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); begin AResponseInfo.CustomHeaders.AddValue('X-Content-Type-Options', 'nosniff'); AResponseInfo.CustomHeaders.AddValue('X-Frame-Options', 'SAMEORIGIN'); AResponseInfo.CustomHeaders.AddValue('X-XSS-Protection', '1; mode=block'); end;
  13. Hello, For the first 2 issue, you can change the code in your end. Open UniGUIApplication.pas and change Line 1946 to if (not FServerMonitor) and (TUGS(FUniServerInstance).ServerLimits.SessionRestrict in [srOnePerPC]) then begin FUniGUIApplication.Cookies.SetCookie(UniSessionIDCookie, //ACookieName SessionID, //AValue 0, //AExpires SSL, //ASecure True //AHTTPOnly ); end;
  14. can you try this OurComponent:= TExtObject(aObject).AttachedComponent; if TExtObject(aObject) is TJSMenuItem then begin OurComponent:= TJSMenuItem(TExtObject(aObject)).AttachedMenuItem; end;
  15. With the next build, if you have forwarded ip, it will show it.
  16. Hello Yes, I checked with this but I'm not able to produce
  17. I can't reproduce the issue from the attached project. Is there any repro steps to reproduce?
  18. Hello Are you using ISAPI HyperServer? Also when you get this error, can you please check the related folder whether you have a pdf there or not
  19. Hayri ASLAN

    Google Map

    Merhaba, UniMap - Draw ozelligi v1.90.0.1550 versiyonunda eklendi.
  20. Hayri ASLAN

    Google Map

    Merhaba Hangi surumu kullaniyorsunuz?
  21. Hayri ASLAN

    Google Map

    Merhaba UniMap - Draw demosunu inceleyebilirsiniz.
  22. Hello Please try this MessageDlg('Dialog1', mtWarning, [mbOK, mbYes, mbNo, mbCancel], DCallBack1); UniSession.AddJS('Ext.select("#messagebox-1001 .x-btn").elements[0].querySelectorAll(''[data-ref="btnInnerEl"]'')[0].innerHTML="A"'); UniSession.AddJS('Ext.select("#messagebox-1001 .x-btn").elements[1].querySelectorAll(''[data-ref="btnInnerEl"]'')[0].innerHTML="B"'); UniSession.AddJS('Ext.select("#messagebox-1001 .x-btn").elements[2].querySelectorAll(''[data-ref="btnInnerEl"]'')[0].innerHTML="C"'); UniSession.AddJS('Ext.select("#messagebox-1001 .x-btn").elements[3].querySelectorAll(''[data-ref="btnInnerEl"]'')[0].innerHTML="D"');
  23. Which user are you using for hyperservice? Can you make sure you are using a user with correct regional settings? Please make sure you applied your regional settings to Welcome Screen and System Accounts.
×
×
  • Create New...