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 - Vinnie

Pages: 1 [2] 3 4 ... 12
16
Update:

Issue: Browse EIP Drop List, custom CSS not working after NT12.40 update from NT12.39.

I had my custom CSS set on EDIT tab - CSS Class set to ' orderqtyentry'

.orderqtyentry {
max-width: 85px ;
background-color: #B8C838 ;
}


Bruce has fixed this issue:
Now my custom CSS is set on CSS tab - Column set to Custom and Contents set to ' xxx2' 

.xxx2>.ui-selectmenu-button.ui-button{
min-width: 85px;
max-width: 85px;
background-color: #B8C838 ;
}

Working great. Just in case anyone else comes across this issue when updating Nettalk versions.

17
Thanks for reply Bruce.

No question just seeing if anyone  had an issue.

After the change in NT12.40 adding the icon to Drop List

All I am doing is changing the background color and setting max-width 85px

Working perfect until NT12.40

No problem I will work it out.

18
After upgrading to NT12.40 or NT12.41 from NT12.39
I notice that the  Browse EIP Drop css no longer works.
In NT12.40 
Add: Icon option to Drop fields so drop-down-icon can be customized.
I guess css has been added to display the ICON but my old css no longer works.
I currently set the css in CSS Class on the Allow Eit in Place Edit Tab.
I can not seem to find a fix for this one.

19
Many thanks Bruce.

20
Web Server - Ask For Help / Re: NetTalk 12 and threads
« on: December 17, 2021, 12:07:01 AM »
Thanks for the replies.

I think you have msiunderstood the issue.

The issue was not how the Processlink code was added via the embeditor or not.

The issue was that apps that have worked for many years may be effected after NetTalk update 12.26
Fix: Priority of ParentCall generation of WebHandler Authenticate method.

This had a side effect which in very low number of cases effected to code in processlink.

I used Priority to explain where the issue was and how to fix. I am not suggesting that is how to code.

I only mention this in case it catches someone who maybe updating from older version.

Cheers

Vinnie

21
Web Server - Ask For Help / Re: NetTalk 12 and threads
« on: December 16, 2021, 12:03:16 AM »
Hi.

May not be your answer but
Yes this still works with NetTalk 12.29

I did get have one issue a few updates ago (12.2???) when the processlink Priority moved in the Webhandler

Please check the your code priority - Mine set to 4999

Works perfect for me.

Cheers

Vinnie


22
Web Server - Ask For Help / Re: Security analysis vulnerability reported
« on: September 30, 2021, 06:00:01 AM »
Hi Gordon.

I am unsure also but if Session needs to be logged in to do anything I guess you are OK.
I suspect Bruce will have the correct answer. Maybe ask at Webineir this afternoon. 

23
Web Server - Ask For Help / Re: Security analysis vulnerability reported
« on: September 30, 2021, 05:07:08 AM »
If session was able to start in that way the session would not be logged in.
If server is set Change Session ID on Log in / Out the session ID changes


Just my Limited knowledge of this but I am interested in other answers.

24
Thanks Bruce.

Working perfect in NetTalk 12.25

25
Web Server - Ask For Help / Re: NetTalk 12.20 Export XML
« on: August 30, 2021, 10:35:26 AM »
I think the fix missed the NetTalk 12.24 build.

Still not working for me in NetTalk 12.24 going back to NetTalk 12.19

26
Web Server - Ask For Help / Re: NetTalk 12.20 Export XML
« on: August 20, 2021, 02:34:51 AM »
Update 20 August 2021

Tried NetTalk 12.23 and Xfiles 3.25

Export to XML still only displays the browses header data but no browse line data.
Works OK with NetTalk 12.19

27
Web Server - Ask For Help / Re:Clarion 11.1 and NetTalk Multisite Host
« on: August 20, 2021, 02:28:19 AM »
Update 20 August 2021

I have tried clarion 11.1.13758 and NetTalk 12.23
Still GraceFull close button hangs when pressed

Works OK with Clarion 11.0.13630

28
Web Server - Ask For Help / Re: NetTalk 12.19 and Multisite
« on: July 30, 2021, 01:45:23 AM »
Update: 30 July 2021

I have tried with Clarion 11.1. 13758 (July 2021) release with Nettalk 12.19

Graceful close still hangs. I will roll back to Clarion 11


29
I have just notcied that after updating From 12.19 to 12.20
Export browse does not have any data in the result file. Only Browse Heading data is exported.

Not sure if this is anything to do with it in the 12.20 update
Change: Browse, ThisView changed to &View (pointing to View:Primary). Opens the door to multiple view structures per browse.

After going back to 12.19 export works great as expected.

Cheers

Vinnie


30
Web Server - Ask For Help / Re: NetTalk 12.19 and Multisite
« on: June 09, 2021, 11:04:02 AM »
Thanks Jeff.

I have gone back to Clarion11 and Multisite graceful close is working perfect.

Same app compiled using Clarion 11.1 graceful close server stops responding.

I will wait before upgrading to 11.1

Thanks for your time.

Pages: 1 [2] 3 4 ... 12