Bugtracker DMXControl 3

  • Status Closed
  • Percent Complete
    100%
  • Task Type Wunsch / Idee
  • Category GUI & Server → GUI
  • Assigned To
    Qasi
  • Operating System All
  • Severity Very Low
  • Reported Version 3.1
  • Due in Version 3.2
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: DMXControl 3
Opened by Qasi - 08.06.2012
Last edited by Qasi - 10.03.2017

FS#898 - Fullscreen

Hi leute, ich hab in meinen DDFCreator 3.x gerade den Fullscreen-Modus eingabaut, und denke, das der auch für DMXControl3.0 echt COOL wäre. Insbesondere für den Liveeinsatz wäre der sehr vorteilhaft, da mann nichtmehr auf die taskleiste kommen kann und der Rahmen nicht mehr platz raubt.

Die integration is garnicht soooo schwer.
Ich hänge euch mal den Code-Schnipsel an:

            if (e.KeyData == Keys.F11)
            {
                if (//DDFCreator//.ActiveForm.FormBorderStyle != System.Windows.Forms.FormBorderStyle.None) 
                {
                    global:://DDFCreator3//.Properties.Settings.Default.formLocation = //DDFCreator//.ActiveForm.Location;
                    //DDFCreator//.ActiveForm.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
                    //DDFCreator//.ActiveForm.Bounds = Screen.PrimaryScreen.Bounds;
                    //DDFCreator//.ActiveForm.TopMost = true;
                }
                else if (//DDFCreator//.ActiveForm.FormBorderStyle == System.Windows.Forms.FormBorderStyle.None) 
                {
                    //DDFCreator//.ActiveForm.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
                    //DDFCreator//.ActiveForm.Size = global:://DDFCreator3//.Properties.Settings.Default.formSize;
                    //DDFCreator//.ActiveForm.Location = global:://DDFCreator3//.Properties.Settings.Default.formLocation;
                    //DDFCreator//.ActiveForm.TopMost = false;
                }
            }

Ihr müst ledigtlich das DDFCreator und DDFCreator3 ersetzen und die beiden settings für formSize und formLocation anlegen.

MfG
Patrick

Closed by  Qasi
10.03.2017 17:55
Reason for closing:  Implementiert
patme commented on 15.05.2019 12:50

Bei mir ist die Taskleiste immernoch zu sehen. Nur die obere Fensterzeile ist weg

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing