Jump to content

Hayri ASLAN

Moderators
  • Posts

    1573
  • Joined

  • Last visited

  • Days Won

    133

Everything posted by Hayri ASLAN

  1. UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}", "customId")'); UniSession.AddJS('Ext.util.CSS.removeStyleSheet("customId")');
  2. Hello Try to create ajaxRequest like the below code theInput = document.getElementById("O14_id-inputEl"); ajaxRequest(UniLoginForm1.form, "Farbe", {param0: theInput.value })
  3. Hello, Yes we will work on this and we will add all required headers in the one of the next build
  4. 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;
  5. 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;
  6. can you try this OurComponent:= TExtObject(aObject).AttachedComponent; if TExtObject(aObject) is TJSMenuItem then begin OurComponent:= TJSMenuItem(TExtObject(aObject)).AttachedMenuItem; end;
  7. With the next build, if you have forwarded ip, it will show it.
  8. Hello Yes, I checked with this but I'm not able to produce
  9. I can't reproduce the issue from the attached project. Is there any repro steps to reproduce?
  10. 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
  11. Hayri ASLAN

    Google Map

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

    Google Map

    Merhaba Hangi surumu kullaniyorsunuz?
  13. Hayri ASLAN

    Google Map

    Merhaba UniMap - Draw demosunu inceleyebilirsiniz.
  14. 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"');
  15. 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.
  16. Merhaba Yaptiginiz ornek programi atar misiniz?
  17. Hi Can you make a test case so I can work on it?
  18. Merhaba locale-tr.js dosyasindan yapiliyor guncellemeler. Dolayisiyla sadece js dosyasini degistirmeniz yeterli olacak. Her seferinde yeni exe ye gerek olmayacak.
  19. Hello Is uniimage works with this conversion?
  20. You should use pagecontrol and frames. You should load the frame onBeforeFirstActivate event of tabsheet.
  21. SuspendLayouts and ResumeLayouts will work if you are creating dynamically. In this case I believe the form is already there.
  22. Hello As now you are creating web apps, you need to consider your design. http://www.unigui.com/doc/online_help/index.html?application-design-considerati.htm
×
×
  • Create New...