However, you can still derive the information you are after, by way of extracting the information through other means.
For example:
To get the device IP information: (as a replacement for 0:44 Primary Interface:IP Address and other IP information)
In NetLinx code, when the TPControl device comes online implement 'get_ip_address(data.device, )' which you can store and then parse back to TPControl in address-code buttons.
We cannot do this internally within TPConrtol due to the OS restrictions above.
To get the NetLinx master IP: (as a replacement for 0:142 Master IP)
1. Parse the result of 'get_ip_address(0:1:0, )' from code to an address_code button in your UI.
or
2. Parse the TPC API profile target IP for the currently active profile ('TPCCMD-0;QueryProfile')