OpenMarine
Instrumentpanel - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Instrumentpanel (/showthread.php?tid=758)



Instrumentpanel - Luckbert - 2017-09-13

Hallo Zusammen, 
Ich versuche mir kleine Veränderungen an dem Intrumentpanel (http://localhost:3000/instrumentpanel/
ich möchte mehrer Sachen realisieren. 
1. Das Fenster öffnet ohne Menüleiste. das klappt mit "chromium-browser --app=http://localhost:3000/instrumentpanel/

2.Das Fenster soll ohne Fensterkopf  öffnen.  
  • <application title="localhost__instrumentpanel">
    <decor>no</decor>

    </ application>
    </application>

      Diese  Zeilen habe ich in der /home/pi/.config/openbox/lxde-pi-rc.xml Das brachte leider keinen Erfolg.

3. ich möchte das Fenster verkleinern. Wenn ich es aber mit der Maus verschiebe werden die Panele auch kleiner und der freie Raum auf der rechte Seite bleibt frei. Ich möchte gerne alle Panele (Daten) untereinander haben.




Hello everybody,
I try to make small changes to the Intrument panel (http://localhost:3000/instrumentpanel/)
I would like to realize several things.

1. The window opens without a menu bar. the folds with "chrome-browser --app = http: // localhost: 3000 / instrumentpanel /"

2. Open the window without the window head.
 
<applicationTitle = "localhost__instrumentpanel">
<decor> no </ decor>
</ application>

      These lines I inserted in the "/home/pi/.config/openbox/lxde-pi-rc.xml". Unfortunately this did not succeed

3. I want to minimize the window. If I move it with the mouse, the panels will also be smaller and the free space on the right remains free. I would like to have all the panels together (data).


What am I doing wrong?

The size of the window is done.


Unfortunately it is not in the foreground when I start opencpn in full screen.

Setting -> always in the foreground brought no success