- Status Closed
- Percent Complete
- 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
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
Bei mir ist die Taskleiste immernoch zu sehen. Nur die obere Fensterzeile ist weg