NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DonRidley

Pages: 1 2 [3] 4 5 ... 48
31
Web Server - Ask For Help / Re: Exception occurred at address 0103B904
« on: April 25, 2021, 05:21:45 PM »
Definitely.

I always deploy in debug mode.


32
Web Server - Ask For Help / Re: Exception occurred at address 0103B904
« on: April 25, 2021, 10:22:48 AM »
Take a look at this:

https://clarionhub.com/t/how-to-improve-the-call-stack-when-your-program-gpfs-to-show-procedure-names/188

Then, using Capesoft's GPF Reporter and compiling in Debug mode, you can better narrow down where the error is coming from.

Once all that is in place, post your call stack again.

33
Web Server - Ask For Help / Re: NetTalk 12.15
« on: April 25, 2021, 07:04:29 AM »
I'm getting similar results.

It is possible it is o the LetsEncrypt side.  Don't know.

34
Web Server - Ask For Help / Re: Chrome and the next day...
« on: April 11, 2021, 06:02:06 AM »
I think this is a Chrome thing, not a NetTalk thing.

35
Web Server - Ask For Help / Re: How to get IP Address of WebServer
« on: March 27, 2021, 09:53:17 AM »
I think the NetOptions utility is your best bet.

36
Web Server - Ask For Help / Re: HTTP/2.0
« on: March 27, 2021, 09:47:19 AM »
HTTP 2.0 is not currently supported in NetTalk.

I asked Bruce about this a few months ago.

It's on the to do list.


37
Web Server - Ask For Help / Re: nettalk and website template
« on: February 02, 2021, 05:46:31 AM »
Assuming all of the content is being served by a NetTalk web server, I would suggest you take a look at:

https://www.capesoft.com/docs/NetTalk12/NetTalkWebBasic.htm#Tags


38
Web Server - Ask For Help / Re: 2 Webserver procedures in one NTWS?
« on: January 30, 2021, 06:29:05 AM »

39
Web Server - Ask For Help / Re: Best theme currently for responsive site?
« on: January 23, 2021, 03:00:35 PM »
For NetTalk 12, PalmTree is the most up to date as far as CSS, etc., are concerned.

I personally use the Base theme.

Don

41
Web Server - Ask For Help / Re: Secwin 7 Question
« on: January 06, 2021, 06:46:13 AM »
I just downloaded the single EXE version and it compiled and ran fine.

Make sure you change the global dictionary path property to reflect your environment. 

Don

42
Web Server - Ask For Help / Re: Secwin 7 Question
« on: January 06, 2021, 02:46:14 AM »
I'm on night shift for the next three months.

So my work hours are closer to Bruce's than most folks around here LOL. 

43
Web Server - Ask For Help / Re: Secwin 7 Question
« on: January 05, 2021, 10:28:50 PM »

44
Web Server - Ask For Help / Re: Secwin 7 Question
« on: January 05, 2021, 09:23:04 PM »
Example App:
https://github.com/donridley1972/NT12_Secwin7Example/archive/main.zip

This is just something I was playing around with to get accustomed to NT12/SecWin7.

It seems to work.

Logins:

SysAdmin    demo
TestAdmin   demo
TestUser    demo

I have also attached images of the menu demonstrating access control as a User and Admin.

The only caveat right now is that the "Performance" setting has to be set to Debug in order for the Tree field to work.  I'm sure that will be addressed in a future update.

Enjoy,

Don

45
Web Server - Ask For Help / Re: Drop fields do not work properly
« on: December 31, 2020, 03:59:06 PM »
See:

http://www.nettalkcentral.com/forum/index.php?topic=8741.0

Also, you have CSS options.

For example:

ul[role="listbox"] {height: 15em;}

This will change the height of ALL Unordered List <ul> elements.  It gets the element by its attribute "role" with a value of "listbox."

Or, you can target a specific element by its id attribute:

#VehicleGuid-menu {height: 15em;}  ! This is from one of my drop downs.

But, as Bruce said, a fix is coming in 12.04.

Don

Pages: 1 2 [3] 4 5 ... 48