1
Web Server - Ask For Help / Re: Headers in mobile
« Last post by Bruce on September 20, 2023, 08:59:55 PM »Hi Ken,
it's all done with CSS, so inspect the CSS and change as desired.
Cheers
Bruce
it's all done with CSS, so inspect the CSS and change as desired.
Cheers
Bruce
2
Web Server - Ask For Help / Headers in mobile
« Last post by wasatchconsulting on September 20, 2023, 08:28:25 AM »I recently converted an app in v12 to v14
One of the changes in v14 appears to be a change in the way the browse headers act in smaller screens. In Desktop, the browse has the normal column headers and then row.
When you change to mobile, the browse column headers move into the row as a prompt for each row. How can I change this back to column headers? I am using the DIV GRID method. If I change to table view, the headers disappear altogether. I am using all default styles and I reviewed the themer program and this is doing the same thing.
Thanks
Ken Watts
One of the changes in v14 appears to be a change in the way the browse headers act in smaller screens. In Desktop, the browse has the normal column headers and then row.
When you change to mobile, the browse column headers move into the row as a prompt for each row. How can I change this back to column headers? I am using the DIV GRID method. If I change to table view, the headers disappear altogether. I am using all default styles and I reviewed the themer program and this is doing the same thing.
Thanks
Ken Watts
3
Web Server - Ask For Help / Re: Access Violation after upgrading to NT14.04 from NT 12..
« Last post by Richard I on September 20, 2023, 01:10:48 AM »Hi Bruce,
Thank you
Yes, development Mode does compile and run OK
Earlier in the thread I reported that:
If in Deployment Mode "Compress dynamic data" is changed FROM True To False
and All other settings in Deployment are the default,
The Exception or Access Violation report does not appear
So "Compress dynamic data" is the apparent problem
With the setting at True, being the default, it does display.
In the post immediately prior to yours in this thread, I have displayed the Call Stack information, which I hope might help,.
Regards,
Richard
Thank you
Yes, development Mode does compile and run OK
Earlier in the thread I reported that:
If in Deployment Mode "Compress dynamic data" is changed FROM True To False
and All other settings in Deployment are the default,
The Exception or Access Violation report does not appear
So "Compress dynamic data" is the apparent problem
With the setting at True, being the default, it does display.
In the post immediately prior to yours in this thread, I have displayed the Call Stack information, which I hope might help,.
Regards,
Richard
4
Web Server - Ask For Help / Re: Access Violation after upgrading to NT14.04 from NT 12..
« Last post by Bruce on September 20, 2023, 01:00:21 AM »Hi Richard,
So I take it, for you, it's still failing in Deployment mode, but all ok in Development mode?
If so, try changing the performance tab settings a few at a time to narrow down which setting might be in play.
cheers
Bruce
So I take it, for you, it's still failing in Deployment mode, but all ok in Development mode?
If so, try changing the performance tab settings a few at a time to narrow down which setting might be in play.
cheers
Bruce
5
Web Server - Ask For Help / Re: Access Violation Log Exception in Debug Mode
« Last post by Richard I on September 19, 2023, 10:23:36 PM »Hi all
Attached is the exception in Debug Mode showing Call Stack:
00C79295 NetWeb.Clw:3552 - NETWEBSERVERWORKERBASE._FLUSHSEND(STRINGTHEORY,LONG)
00C7385A NetWeb.Clw:7798 - NETWEBSERVERWORKERBASE._CLOSECONNECTION(LONG)
00C45D34 NetWeb.Clw:12086 - NETWEBSERVERWORKERBASE.REPLYCOMPLETE
00C7FC1B NetWeb.Clw:3136 - NETWEBSERVERWORKERBASE.PROCESSREQUEST(STRING)
00D4DF07 TimePeaceMobile002.clw:54 - WEBHANDLER(STRING)
00D3B083 TPMobile.exe:002DB083
00D3AB61 TPMobile.exe:002DAB61
77B77B1E
77B77AEE
Attached is the exception in Debug Mode showing Call Stack:
00C79295 NetWeb.Clw:3552 - NETWEBSERVERWORKERBASE._FLUSHSEND(STRINGTHEORY,LONG)
00C7385A NetWeb.Clw:7798 - NETWEBSERVERWORKERBASE._CLOSECONNECTION(LONG)
00C45D34 NetWeb.Clw:12086 - NETWEBSERVERWORKERBASE.REPLYCOMPLETE
00C7FC1B NetWeb.Clw:3136 - NETWEBSERVERWORKERBASE.PROCESSREQUEST(STRING)
00D4DF07 TimePeaceMobile002.clw:54 - WEBHANDLER(STRING)
00D3B083 TPMobile.exe:002DB083
00D3AB61 TPMobile.exe:002DAB61
77B77B1E
77B77AEE
6
Web Server - Ask For Help / Solved, Re: Access Violation after upgrading to NT14.04 from NT 12..
« Last post by jking on September 19, 2023, 09:55:19 AM » The solution was that the deployed dll app has it's own set of required dll's. These also must be included in the host.exe folder. I don't know the exact dll name that was the problem, I simply copied all dll's from the dll app folder into the host.exe folder and the exception error went away.
Note that the other symptom here was that when I started the host.exe, the deployed dll apps would be set as "inactive". It seems the host.exe will check the deployed dll's on startup, to determine if they are "good" or not. Perhaps Bruce can explain this process a bit as it would be interesting to know.
Thanks,
Jeff
Note that the other symptom here was that when I started the host.exe, the deployed dll apps would be set as "inactive". It seems the host.exe will check the deployed dll's on startup, to determine if they are "good" or not. Perhaps Bruce can explain this process a bit as it would be interesting to know.
Thanks,
Jeff
7
Web Server - Ask For Help / Re: client CA certificates - not working
« Last post by jenseden on September 18, 2023, 02:32:01 AM »please ignore, it is working now in this configuration. Typo
8
Web Server - Ask For Help / client CA certificates - not working
« Last post by jenseden on September 18, 2023, 02:26:01 AM »Hi,
In NT13, what should client provided .CRT and (unencrypted) .KEY files be named so that the WebServer finds and uses them?
Currently they are located in the certificates folder and named like whats in the "domain" Field on the WebServer Settings page, but I cant securely connect to the Webserver.
The NT docs dont have much information on how to use client certificates.
Best regards,
Jens
In NT13, what should client provided .CRT and (unencrypted) .KEY files be named so that the WebServer finds and uses them?
Currently they are located in the certificates folder and named like whats in the "domain" Field on the WebServer Settings page, but I cant securely connect to the Webserver.
The NT docs dont have much information on how to use client certificates.
Best regards,
Jens
9
Web Server - Ask For Help / Re: s_web._SitesQueue.Defaults.ThemeColor = white
« Last post by Rene Simons on September 18, 2023, 02:20:40 AM »Yep, that was it.
Thanks Niels
Thanks Niels
10
Web Server - Ask For Help / Re: Access Violation after upgrading to NT14.04 from NT 12..
« Last post by jking on September 17, 2023, 09:04:29 AM »Hello all,
I have compiled the multi-site host and one dll app using debug mode and the debug version of ClaRun.dll. Attached is the error log. I noted that the ClaNet.dll for NT 14.04 shows the Clarion version 11.01.13733. Not sure if this is significant. Anyone have any thoughts on this error log?
Thanks,
Jeff
I have compiled the multi-site host and one dll app using debug mode and the debug version of ClaRun.dll. Attached is the error log. I noted that the ClaNet.dll for NT 14.04 shows the Clarion version 11.01.13733. Not sure if this is significant. Anyone have any thoughts on this error log?
Thanks,
Jeff