Idle Client not showing in Open Task view any more.
authorStephaneLenclud
Sun, 07 Feb 2016 13:29:05 +0100
changeset 1960fb548a75849
parent 195 23229588ebd6
child 197 c66ec88ed19d
Idle Client not showing in Open Task view any more.
Clients/Idle/FormClientIdle.cs
Clients/Idle/SharpDisplayClientIdle.csproj
Server/SharpDisplayManager.csproj
     1.1 --- a/Clients/Idle/FormClientIdle.cs	Thu Feb 04 20:11:31 2016 +0100
     1.2 +++ b/Clients/Idle/FormClientIdle.cs	Sun Feb 07 13:29:05 2016 +0100
     1.3 @@ -61,6 +61,9 @@
     1.4          /// <param name="e"></param>
     1.5          private void FormClientIdle_Load(object sender, EventArgs e)
     1.6          {
     1.7 +            //Prevents showing in the Open Task view (Windows Key + Tab)
     1.8 +            Visible = false;
     1.9 +
    1.10              //Display client
    1.11              iClient = new Client();
    1.12              iClient.CloseOrderEvent += OnCloseOrder;
     2.1 --- a/Clients/Idle/SharpDisplayClientIdle.csproj	Thu Feb 04 20:11:31 2016 +0100
     2.2 +++ b/Clients/Idle/SharpDisplayClientIdle.csproj	Sun Feb 07 13:29:05 2016 +0100
     2.3 @@ -92,7 +92,6 @@
     2.4        <DependentUpon>Settings.settings</DependentUpon>
     2.5        <DesignTimeSharedInput>True</DesignTimeSharedInput>
     2.6      </Compile>
     2.7 -    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
     2.8    </ItemGroup>
     2.9    <ItemGroup>
    2.10      <None Include="App.config" />
     3.1 --- a/Server/SharpDisplayManager.csproj	Thu Feb 04 20:11:31 2016 +0100
     3.2 +++ b/Server/SharpDisplayManager.csproj	Sun Feb 07 13:29:05 2016 +0100
     3.3 @@ -34,7 +34,7 @@
     3.4      <WebPage>index.htm</WebPage>
     3.5      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     3.6      <ApplicationRevision>0</ApplicationRevision>
     3.7 -    <ApplicationVersion>0.8.6.0</ApplicationVersion>
     3.8 +    <ApplicationVersion>0.8.7.0</ApplicationVersion>
     3.9      <UseApplicationTrust>false</UseApplicationTrust>
    3.10      <CreateDesktopShortcut>true</CreateDesktopShortcut>
    3.11      <PublishWizardCompleted>true</PublishWizardCompleted>