CaduNunes79 / netprofilesmod

Automatically exported from code.google.com/p/netprofilesmod
0 stars 0 forks source link

Check what status texts are needed while applying TCP/IP settings #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The strings StatusLabelWorking_DHCP, StatusLabelWorking_IPAddress, 
StatusLabelWorking_Gateway, StatusLabelWorking_DNS and StatusLabelWorking_WINS 
are holding texts that are assigned to toolStripStatusLabelWorking on the 
MainForm while applying the TCP/IP settings. Since the support for the DNS 
suffix has been added, also a status while setting the DNS suffix might be 
needed. On the other hand the display time of these different strings is 
normally very short and the status is never visible to the user, therefore it 
might be sufficient to just display "Setting TCP/IP..." during the whole 
process of applying the TCP/IP settings. This might also simplify the solution 
of issue 28 using a service.

Original issue reported on code.google.com by u...@urx.ch on 12 Aug 2012 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by u...@urx.ch on 12 Aug 2012 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by u...@urx.ch on 11 Jan 2013 at 10:51

GoogleCodeExporter commented 9 years ago
Since activating a profile with DHCP enabled may take very long if no DHCP 
server is available, the status text "Enabling DHCP..." 
(MainForm/toolStripStatusLabelWorking-DHCP) shall be displayed in this case. 
For profiles with static IPs only the text "Setting IP Address..." 
(MainForm/toolStripStatusLabelWorking-IPAddress) shall be displayed. For 
simplicity the named pipe server does not report back the current steps, 
therefore all the mentioned other texts cannot be displayed any more.

Original comment by u...@urx.ch on 10 Apr 2013 at 2:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c36b7b7ce90e.

Original comment by u...@urx.ch on 8 May 2013 at 7:49