-
Posts
1545 -
Joined
-
Last visited
-
Days Won
122
Content Type
Profiles
Forums
Calendar
Everything posted by Hayri ASLAN
-
Can you please create a test case?
-
-
Ornek uygulama yapabilir misiniz?
-
Merhaba Malesef oraya help button eklemenin baska yolu yok
-
Merhaba Uninativaimagelist kullaniyor musunuz?
-
AlignWithMargin under Linux does not work, how to indent from Delphi
Hayri ASLAN replied to Skyp's topic in General
Hello We added this our backlog. We will solve this issue in the one of the next builds -
UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-grid-group-title {font-size: 12px;}", "customId")'); UniSession.AddJS('Ext.util.CSS.removeStyleSheet("customId")');
-
send JS value to delphi ... Uncaught SyntaxError
Hayri ASLAN replied to erich.wanker's topic in General
Hello Try to create ajaxRequest like the below code theInput = document.getElementById("O14_id-inputEl"); ajaxRequest(UniLoginForm1.form, "Farbe", {param0: theInput.value })- 1 reply
-
- 1
-
-
Hello, Yes we will work on this and we will add all required headers in the one of the next build
-
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;
-
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;
-
can you try this OurComponent:= TExtObject(aObject).AttachedComponent; if TExtObject(aObject) is TJSMenuItem then begin OurComponent:= TJSMenuItem(TExtObject(aObject)).AttachedMenuItem; end;
-
With the next build, if you have forwarded ip, it will show it.
-
I'm not getting any errors.
-
Hello Yes, I checked with this but I'm not able to produce
-
I can't reproduce the issue from the attached project. Is there any repro steps to reproduce?
-
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
-
Merhaba, UniMap - Draw ozelligi v1.90.0.1550 versiyonunda eklendi.
-
Merhaba Hangi surumu kullaniyorsunuz?
-
Merhaba UniMap - Draw demosunu inceleyebilirsiniz.
-
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"');
- 4 replies
-
- messagedlg
- mbok
-
(and 1 more)
Tagged with:
-
clipboard Copy Text from the dbgrid column to Clipboard
Hayri ASLAN replied to Fábio Matte's topic in General
-
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.