Jump to content

Hayri ASLAN

Moderators
  • Posts

    1577
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by Hayri ASLAN

  1. Merhaba Malesef oraya help button eklemenin baska yolu yok
  2. Merhaba Uninativaimagelist kullaniyor musunuz?
  3. Hello We added this our backlog. We will solve this issue in the one of the next builds
  4. Hello Please check the below help file http://www.unigui.com/doc/online_help/delphi-11-and-high-dpi-mode.htm
  5. UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}", "customId")'); UniSession.AddJS('Ext.util.CSS.removeStyleSheet("customId")');
  6. Hello Try to create ajaxRequest like the below code theInput = document.getElementById("O14_id-inputEl"); ajaxRequest(UniLoginForm1.form, "Farbe", {param0: theInput.value })
  7. Hello, Yes we will work on this and we will add all required headers in the one of the next build
  8. 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;
  9. 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;
  10. can you try this OurComponent:= TExtObject(aObject).AttachedComponent; if TExtObject(aObject) is TJSMenuItem then begin OurComponent:= TJSMenuItem(TExtObject(aObject)).AttachedMenuItem; end;
  11. With the next build, if you have forwarded ip, it will show it.
  12. Hello Yes, I checked with this but I'm not able to produce
  13. I can't reproduce the issue from the attached project. Is there any repro steps to reproduce?
  14. 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
  15. Hayri ASLAN

    Google Map

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

    Google Map

    Merhaba Hangi surumu kullaniyorsunuz?
  17. Hayri ASLAN

    Google Map

    Merhaba UniMap - Draw demosunu inceleyebilirsiniz.
  18. 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"');
  19. 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.
  20. Merhaba Yaptiginiz ornek programi atar misiniz?
  21. Hi Can you make a test case so I can work on it?
  22. Merhaba locale-tr.js dosyasindan yapiliyor guncellemeler. Dolayisiyla sadece js dosyasini degistirmeniz yeterli olacak. Her seferinde yeni exe ye gerek olmayacak.
×
×
  • Create New...