Jump to content

emin

uniGUI Subscriber
  • Posts

    149
  • Joined

  • Last visited

  • Days Won

    3

emin last won the day on February 25 2022

emin had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

emin's Achievements

Active Member

Active Member (3/4)

16

Reputation

  1. Yes. As I explained above, my goal is to create a fully responsive dashboard. So I first used unihtmlmemo, thinking it would be fully responsive. However, I saw that there was no difference between unihtmlmemo and unihtmlframe. As seen in the sample project, when the screen resolution changes, I want the html loaded in the content to look responsive as if it was opened from the same browser.
  2. You can find test project attached. responsivetestproject.rar
  3. I want to change any part of html by using element id like "'document.getElementById("yabanci-yeni-police").text='xxxx' Actually I can use unihtmlframe. What I really want to do is to have the content change responsively when the screen size changes. For this I create the html content outside and load it into the relevant area within the application. However, in the tests I have done, although the html page layoutconfig settings for both unihtmlframe and unihtmlmemo are completely responsive, there is no responsiveness when the form size changes.
  4. This code works when I use unihtmlframe instead.
  5. How can I change the text and font properties of a field that I assigned an id to in unihtmlmemo. I can change the entire content each time like unihtmlmemo.text=xxx, but instead I want to change only the relevant field. I get an error when I try like
  6. This issue has been asked many times in the forum, but there seems to be no solution. How can we detect whether the row is selected or deselected to create our own list instead
  7. Hi Eventhough dgPersistendSelection is true, selected rows disappear when the page is changed or a filter is applied. Is there any other way to solve this?
  8. Yes
  9. All parameters are below. Still something wrong. Could you check again please Server module MainModule IIS website Site Bindings Server firewall HyperServer config file server_direct_url=http://localhost/destek/hyper_server.dll [websockets] enabled=1 aux_port=81
  10. I checked according to the document. But didn't work. What's wrong This is cfg file: server_direct_url=http://localhost/pilclaw/pilclaw.dll token=itscpy230822065235123 [websockets] enabled=1 aux_port=0 This is the log file of node zero pilclaw.exe: 00000190: 19:21:07 []:>--------------------------------------------------------------< pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:Server First Init. pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:Start Path = C:\_uygulamalar\PilclawTest\ pilclaw.exe: 00000190: 19:21:07 [TUniGUISessionManager]:Cache erase job created, Folder count: [1] pilclaw.exe: 00000190: 19:21:07 [TUniHyperServer]:RelayServer Url = http://localhost/pilclaw/pilclaw.dll pilclaw.exe: 00000190: 19:21:07 [TUniHyperServer]:RelayServer Token = itsc... pilclaw.exe: 00000190: 19:21:07 [TUniHyperServer]:Node Application Alias set to: "pilclaw_exe" pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:Node Id = 0 pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:Node MaxSessions = 250 pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:Starting HTTP Server on Port: 16452... pilclaw.exe: 00000190: 19:21:07 [TUniServerModule]:HTTP Server Started on Port: 16452 pilclaw.exe: 00001660: 19:21:16 [TUniWebSocketStack.Execute()]:TUniHTTPRequest.SendRequest(): HTTP/1.1 404 Not Found pilclaw.exe: 00001660: 19:21:23 [TUniWebSocketStack.Execute()]:TUniHTTPRequest.SendRequest(): HTTP/1.1 404 Not Found
  11. Thank you. You can find servermodule parameters attached
  12. I already set on Server Module Aux Port=8081. Is there another setting
  13. No, on server Advance Server Inbound Rules
  14. Let assume I'll use redirect url instead of Aux Port. My app url is https://destek.mpsyazilim.com/pilclawtest/pilclaw.dll so what should be the redirect url on the same server
×
×
  • Create New...