Floorplan update Nr 6

Begonnen von Guest, 01 Mai 2012, 20:52:36

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Am Sonntag, 6. Mai 2012 19:23:07 UTC+2 schrieb UliM:
>
> danke, werd's mal testen.
>
> Ich habe testweise mal die 99% im Programmcode (Zeile 370) rausgeschmissen

alt
FW_pO "
";
neu
FW_pO "
";

und in meinen beiden css-Dateien (floorplanstyle und darkfloorplanstyle)
beim tag  backimg mal ne absolute Höhe und Breite angegeben. Scrollbars
sind weg, und obwohl die angegebene Höhe/Breite kleiner sind als die reale
Größe des Hintergrundbilds, wird dieses noch vollständig angezeigt.

Für floorplanstyle.css
#backimg {position:absolute; top:5px; left:5px; height:600px; width:800px; }
Für darkfloorplanstyle.css
#backimg {position:absolute; top:15px; left:190px; height:600px;
width:800px; }

Wenn jemand anderes auch das scrollbar-Problem hat, dies bitte mal testen.
Wenn's funktioniert, checke ich die Änderungen sowohl an floorplan.pm als
auch an den css-Dateien ein.

Gruß, Uli

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

I suggested the in the floorplanstyle.css not the height en width, I
use a touchscreen with resolution of 800x480 then you get scrollbars
with 600 en 800. Modify the 95_FLOORPLAN.PM

FW_pO "
";

en css to

#backimg {position:absolute; top:5px; left:5px; }


regards Richard

On May 6, 8:30 pm, UliM wrote:
> Am Sonntag, 6. Mai 2012 19:23:07 UTC+2 schrieb UliM:
>
>
>
> > danke, werd's mal testen.
>
> > Ich habe testweise mal die 99% im Programmcode (Zeile 370) rausgeschmissen
>
> alt
> FW_pO "
";
> neu
> FW_pO "
";
>
> und in meinen beiden css-Dateien (floorplanstyle und darkfloorplanstyle)
> beim tag  backimg mal ne absolute Höhe und Breite angegeben. Scrollbars
> sind weg, und obwohl die angegebene Höhe/Breite kleiner sind als die reale
> Größe des Hintergrundbilds, wird dieses noch vollständig angezeigt.
>
> Für floorplanstyle.css
> #backimg {position:absolute; top:5px; left:5px; height:600px; width:800px; }
> Für darkfloorplanstyle.css
> #backimg {position:absolute; top:15px; left:190px; height:600px;
> width:800px; }
>
> Wenn jemand anderes auch das scrollbar-Problem hat, dies bitte mal testen.
> Wenn's funktioniert, checke ich die Änderungen sowohl an floorplan.pm als
> auch an den css-Dateien ein.
>
> Gruß, Uli

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Am Montag, 7. Mai 2012 20:54:46 UTC+2 schrieb kroonen:
>
> I suggested the in the floorplanstyle.css not the height en width, I
> use a touchscreen with resolution of 800x480 then you get scrollbars
> with 600 en 800. Modify the 95_FLOORPLAN.PM
> FW_pO "
";
> en css to
> #backimg {position:absolute; top:5px; left:5px; }
>
With these settings, I get scrollbars :(
Did you try e.g. h400 w600 ?
Best, Uli
 

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Uli,

Smaller h 400 w 600 works also

regards Richard

On May 7, 9:11 pm, UliM wrote:
> Am Montag, 7. Mai 2012 20:54:46 UTC+2 schrieb kroonen:
>
> > I suggested the in the floorplanstyle.css not the height en width, I
> > use a touchscreen with resolution of 800x480 then you get scrollbars
> > with 600 en 800. Modify the 95_FLOORPLAN.PM
> > FW_pO "
";
> > en css to
> > #backimg {position:absolute; top:5px; left:5px; }
>
> With these settings, I get scrollbars :(
> Did you try e.g. h400 w600 ?
> Best, Uli

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com